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