public interface DictionaryService
Modifier and Type | Method and Description |
---|---|
ObjectStructure |
getObjectStructure(String objectTypeKey) |
List<String> |
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()
@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.