org.kuali.student.common.dictionary.service.old
Interface DictionaryService

All Known Subinterfaces:
OrganizationService
All Known Implementing Classes:
DictionaryServiceSpringImpl, OrganizationServiceImpl

public interface DictionaryService


Method Summary
 ObjectStructure getObjectStructure(String objectTypeKey)
           
 List<String> getObjectTypes()
           
 

Method Detail

getObjectTypes

@RequestWrapper(className="org.kuali.student.common.dictionary.service.old.jaxws.GetObjectTypes",
                targetNamespace="http://student.kuali.org/wsdl/dictionary")
@ResponseWrapper(className="org.kuali.student.common.dictionary.service.old.jaxws.GetObjectTypesResponse",
                 targetNamespace="http://student.kuali.org/wsdl/dictionary")
List<String> getObjectTypes()

getObjectStructure

@RequestWrapper(className="org.kuali.student.common.dictionary.service.old.jaxws.GetObjectStructure",
                targetNamespace="http://student.kuali.org/wsdl/dictionary")
@ResponseWrapper(className="org.kuali.student.common.dictionary.service.old.jaxws.GetObjectStructureResponse",
                 targetNamespace="http://student.kuali.org/wsdl/dictionary")
ObjectStructure getObjectStructure(String objectTypeKey)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.