org.kuali.student.r1.common.dictionary.service.old
Interface DictionaryService
- All Known Implementing Classes:
- DictionaryServiceSpringImpl
public interface DictionaryService
getObjectTypes
@RequestWrapper(className="org.kuali.student.r1.common.dictionary.service.old.jaxws.GetObjectTypes",
targetNamespace="http://student.kuali.org/wsdl/dictionary")
@ResponseWrapper(className="org.kuali.student.r1.common.dictionary.service.old.jaxws.GetObjectTypesResponse",
targetNamespace="http://student.kuali.org/wsdl/dictionary")
List<String> getObjectTypes()
getObjectStructure
@RequestWrapper(className="org.kuali.student.r1.common.dictionary.service.old.jaxws.GetObjectStructure",
targetNamespace="http://student.kuali.org/wsdl/dictionary")
@ResponseWrapper(className="org.kuali.student.r1.common.dictionary.service.old.jaxws.GetObjectStructureResponse",
targetNamespace="http://student.kuali.org/wsdl/dictionary")
ObjectStructure getObjectStructure(String objectTypeKey)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.