Uses of Class
org.kuali.student.contract.model.Dictionary

Packages that use Dictionary
org.kuali.student.contract.model   
org.kuali.student.contract.model.util   
org.kuali.student.contract.model.validation   
 

Uses of Dictionary in org.kuali.student.contract.model
 

Fields in org.kuali.student.contract.model declared as Dictionary
private  Dictionary Dictionary.parent
           
 

Methods in org.kuali.student.contract.model that return Dictionary
 Dictionary Dictionary.getParent()
           
 

Methods in org.kuali.student.contract.model that return types with arguments of type Dictionary
 List<Dictionary> DictionaryExpander.expand()
           
 List<Dictionary> DictionaryModel.getDictionary()
          get dictionary entries
 

Methods in org.kuali.student.contract.model with parameters of type Dictionary
 void Dictionary.setParent(Dictionary parent)
           
 

Uses of Dictionary in org.kuali.student.contract.model.util
 

Fields in org.kuali.student.contract.model.util with type parameters of type Dictionary
private  List<Dictionary> DictionaryMainTypeExpander.newDicts
           
private  List<Dictionary> DictionaryMainTypeExpander.oldDicts
           
 

Methods in org.kuali.student.contract.model.util that return Dictionary
private  Dictionary DictionaryParentSetter.calcParent(int index, Dictionary child)
           
 Dictionary ModelFinder.findDictionaryEntry(String dictId)
          get dictionary entry for the id
 Dictionary ModelFinder.findRoot(Dictionary dict)
           
 

Methods in org.kuali.student.contract.model.util that return types with arguments of type Dictionary
 List<Dictionary> DictionaryMainTypeExpander.expand()
           
 List<Dictionary> ModelFinder.findChildDictionaryEntries(Dictionary parent)
          get dictionary entries for the state overries
 List<Dictionary> ModelFinder.findDefaultDictionary()
          get dictionary entries for the state overries
 List<Dictionary> ModelFinder.findDefaultDictionaryEntriees(String xmlTypeName)
           
 List<Dictionary> ModelFinder.findDictionaryEntriees(String xmlTypeName)
           
 List<Dictionary> ModelFinder.findStateOverrideDictionary()
          get dictionary entries for the state overries
 

Methods in org.kuali.student.contract.model.util with parameters of type Dictionary
private  Dictionary DictionaryParentSetter.calcParent(int index, Dictionary child)
           
private  void DictionaryMainTypeExpander.expandMainType(Dictionary d, Type type)
           
 List<Dictionary> ModelFinder.findChildDictionaryEntries(Dictionary parent)
          get dictionary entries for the state overries
 Field ModelFinder.findField(Dictionary dict)
           
 Dictionary ModelFinder.findRoot(Dictionary dict)
           
private  Type DictionaryMainTypeExpander.getMainType(Dictionary dict)
           
 

Uses of Dictionary in org.kuali.student.contract.model.validation
 

Fields in org.kuali.student.contract.model.validation declared as Dictionary
private  Dictionary DictionaryValidator.dict
           
 

Constructors in org.kuali.student.contract.model.validation with parameters of type Dictionary
DictionaryValidator(Dictionary dict, DictionaryModel model)
           
 



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