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
 

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
 

Methods in org.kuali.student.contract.model.util that return Dictionary
 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
 List<Dictionary> ModelFinder.findChildDictionaryEntries(Dictionary parent)
          get dictionary entries for the state overries
 Field ModelFinder.findField(Dictionary dict)
           
 Dictionary ModelFinder.findRoot(Dictionary dict)
           
 

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

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



Copyright © 2004–2014 The Kuali Foundation. All rights reserved.