org.kuali.rice.krad.keyvalues
Class KimAttributeValuesFinder
java.lang.Object
org.kuali.rice.krad.keyvalues.KeyValuesBase
org.kuali.rice.krad.keyvalues.KimAttributeValuesFinder
- All Implemented Interfaces:
- Serializable, KeyValuesFinder
public class KimAttributeValuesFinder
- extends KeyValuesBase
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kimTypeId
protected String kimTypeId
kimAttributeName
protected String kimAttributeName
KimAttributeValuesFinder
public KimAttributeValuesFinder()
getDataDictionaryService
protected DataDictionaryService getDataDictionaryService()
getKeyValues
public List<KeyValue> getKeyValues()
- Description copied from interface:
KeyValuesFinder
- Builds a list of key values representations for valid value selections.
- Returns:
- List of KeyValue objects
- See Also:
KeyValuesFinder.getKeyValues()
getCustomValueFinderValues
protected List<KeyValue> getCustomValueFinderValues(KimTypeAttribute attrib)
getLocalDataDictionaryAttributeValues
protected List<KeyValue> getLocalDataDictionaryAttributeValues(KimTypeAttribute attr)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getKimAttributeName
public String getKimAttributeName()
- Returns:
- the kimAttributeName
setKimAttributeName
public void setKimAttributeName(String kimAttributeName)
- Parameters:
kimAttributeName
- the kimAttributeName to set
getKimTypeId
public String getKimTypeId()
- Returns:
- the kimTypeId
setKimTypeId
public void setKimTypeId(String kimTypeId)
- Parameters:
kimTypeId
- the kimTypeId to set
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.