public abstract class KualiSystemCodeValuesFinder extends org.kuali.rice.krad.keyvalues.KeyValuesBase
Constructor and Description |
---|
KualiSystemCodeValuesFinder() |
Modifier and Type | Method and Description |
---|---|
List |
getKeyValues()
Calls getValuesClass() to generate a list of key/value pairs from the
KualiCodeBase 's code as the key and the code
and description as the value |
protected abstract Class |
getValuesClass()
This method must be implemented by the base class, should return the Class of the object being looked up
|
public KualiSystemCodeValuesFinder()
public List getKeyValues()
KualiCodeBase
's code as the key and the code
and description as the valueorg.kuali.rice.kns.lookup.keyvalues.KeyValuesFinder#getKeyValues()
protected abstract Class getValuesClass()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.