|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.contract.model.util.ModelFinder
public class ModelFinder
Utility that implements searches of the spreadsheet model that are needed TODO: refactor all the *Writer to use this instead of their own finds.
Constructor Summary | |
---|---|
ModelFinder(DictionaryModel model)
|
|
ModelFinder(SearchModel model)
|
|
ModelFinder(ServiceContractModel model)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelFinder(DictionaryModel model)
public ModelFinder(SearchModel model)
public ModelFinder(ServiceContractModel model)
Method Detail |
---|
public XmlType findXmlType(String xmlTypeName)
public List<State> findStates(String xmlObject)
public List<Type> findTypes(String xmlObject)
public Type findType(String xmlObject, String typeName)
public Type findType(String typeKey)
public State findState(String xmlObject, String stateName)
public State findState(String stateKey)
public Dictionary findRoot(Dictionary dict)
public Dictionary findDictionaryEntry(String dictId)
public List<Dictionary> findChildDictionaryEntries(Dictionary parent)
public List<Dictionary> findDefaultDictionary()
public List<Dictionary> findDictionaryEntriees(String xmlTypeName)
public List<Dictionary> findDefaultDictionaryEntriees(String xmlTypeName)
public List<Dictionary> findStateOverrideDictionary()
public Set<Type> expandType(Type type)
state
-
public Set<State> expandState(State state)
state
-
public Constraint findConstraint(String id)
public Set<XmlType> findAllComplexSubTypes(String xmlTypeName)
public Set<XmlType> findAllComplexTypesInService(String service)
public Set<XmlType> findMainXmlTypesInService(String service)
public Field findField(String id)
public Field findField(String xmlTypeName, String shortName)
public Field findField(Dictionary dict)
public List<Field> findFields(String xmlTypeName)
public Service findService(String key)
public Project findProject(String key)
public SearchType findSearchType(String key)
public List<ServiceMethod> findServiceMethods(String service)
public ServiceMethod findServiceMethod(String service, String name)
public List<ServiceMethod> getServiceMethodsInService(String service)
public List<MessageStructure> findMessageStructures(String xmlType)
public MessageStructure findMessageStructure(String xmlType, String shortName)
public Type getDefaultType()
public State getDefaultState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |