org.kuali.rice.kns.lookup.keyvalues
Class BusinessObjectDictionaryEntriesFinder

java.lang.Object
  extended by org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
      extended by org.kuali.rice.kns.lookup.keyvalues.BusinessObjectDictionaryEntriesFinder
All Implemented Interfaces:
KeyValuesFinder

public class BusinessObjectDictionaryEntriesFinder
extends KeyValuesBase

This class returns list of business objects defined in the data dictionary.


Constructor Summary
BusinessObjectDictionaryEntriesFinder()
           
 
Method Summary
 List getKeyValues()
          Builds a list of key values representations for valid value selections.
 
Methods inherited from class org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessObjectDictionaryEntriesFinder

public BusinessObjectDictionaryEntriesFinder()
Method Detail

getKeyValues

public List 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()


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