org.kuali.kfs.coa.businessobject.options
Class SimpleChartValuesFinder

java.lang.Object
  extended by org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
      extended by org.kuali.kfs.coa.businessobject.options.SimpleChartValuesFinder
All Implemented Interfaces:
org.kuali.rice.kns.lookup.keyvalues.KeyValuesFinder

public class SimpleChartValuesFinder
extends org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase

This class returns list of chart key value pairs with the key and label both being the chart code.


Constructor Summary
SimpleChartValuesFinder()
           
 
Method Summary
 List getKeyValues()
          Creates a list of Charts using their code as their key, and their code as the display value
 
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

SimpleChartValuesFinder

public SimpleChartValuesFinder()
Method Detail

getKeyValues

public List getKeyValues()
Creates a list of Charts using their code as their key, and their code as the display value

See Also:
KeyValuesFinder.getKeyValues()


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