org.kuali.student.core.dictionary.service
Interface DictionaryService
- All Known Subinterfaces:
- AtpService, CommentService, CourseService, DocumentService, EnumerationManagementService, LearningObjectiveService, LrcService, LuService, ProgramService, ProposalService, StatementService
- All Known Implementing Classes:
- AtpServiceImpl, CommentServiceImpl, CourseServiceImpl, DictionaryServiceImpl, DocumentServiceImpl, EnumerationManagementServiceImpl, LearningObjectiveServiceImpl, LrcServiceImpl, LuServiceImpl, ProgramServiceImpl, ProposalServiceImpl, StatementServiceImpl
public interface DictionaryService
getObjectTypes
@RequestWrapper(className="org.kuali.student.core.dictionary.service.jaxws.GetObjectTypes",
targetNamespace="http://student.kuali.org/wsdl/dictionary")
@ResponseWrapper(className="org.kuali.student.core.dictionary.service.jaxws.GetObjectTypesResponse",
targetNamespace="http://student.kuali.org/wsdl/dictionary")
List<String> getObjectTypes()
getObjectStructure
@RequestWrapper(className="org.kuali.student.core.dictionary.service.jaxws.GetObjectStructure",
targetNamespace="http://student.kuali.org/wsdl/dictionary")
@ResponseWrapper(className="org.kuali.student.core.dictionary.service.jaxws.GetObjectStructureResponse",
targetNamespace="http://student.kuali.org/wsdl/dictionary")
ObjectStructureDefinition getObjectStructure(String objectTypeKey)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.