org.kuali.rice.kew.lookup.valuefinder
Class SavedSearchValuesFinder

java.lang.Object
  extended by org.kuali.rice.krad.keyvalues.KeyValuesBase
      extended by org.kuali.rice.kew.lookup.valuefinder.SavedSearchValuesFinder
All Implemented Interfaces:
Serializable, KeyValuesFinder

public class SavedSearchValuesFinder
extends KeyValuesBase

This is a description of what this class does - chris don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
SavedSearchValuesFinder()
           
 
Method Summary
 List<KeyValue> getKeyValues()
          Builds a list of key values representations for valid value selections.
 
Methods inherited from class org.kuali.rice.krad.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

SavedSearchValuesFinder

public SavedSearchValuesFinder()
Method Detail

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


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