|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DictionaryModel
Abstration of the spreadsheet that holds the data so we can implement both google and excel versions as well as caching and expanding ones.
Method Summary | |
---|---|
List<Constraint> |
getConstraints()
get constraints |
List<CrossObjectConstraint> |
getCrossObjectConstraints()
get cross object constraints |
List<Dictionary> |
getDictionary()
get dictionary entries |
List<Field> |
getFields()
get fields |
List<OrchObj> |
getOrchObjs()
get Orchestration Object Definitions |
List<Project> |
getProjects()
get the project definitions |
List<String> |
getSourceNames()
get name of the source of this spreadsheet |
List<State> |
getStates()
load lu States |
List<Type> |
getTypes()
get the kuali student types |
Methods inherited from interface org.kuali.student.contract.model.SearchModel |
---|
getSearchTypes |
Methods inherited from interface org.kuali.student.contract.model.ServiceContractModel |
---|
getMessageStructures, getServiceMethods, getServices, getXmlTypes |
Method Detail |
---|
List<String> getSourceNames()
getSourceNames
in interface SearchModel
getSourceNames
in interface ServiceContractModel
List<Dictionary> getDictionary()
List<State> getStates()
List<Type> getTypes()
List<Field> getFields()
List<Constraint> getConstraints()
List<CrossObjectConstraint> getCrossObjectConstraints()
List<OrchObj> getOrchObjs()
List<Project> getProjects()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |