org.kuali.kfs.gl.businessobject.options
Class ConsolidationOptionFinder

java.lang.Object
  extended by org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
      extended by org.kuali.kfs.gl.businessobject.options.ConsolidationOptionFinder
All Implemented Interfaces:
org.kuali.rice.kns.lookup.keyvalues.KeyValuesFinder, org.kuali.rice.kns.lookup.valueFinder.ValueFinder

public class ConsolidationOptionFinder
extends org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
implements org.kuali.rice.kns.lookup.valueFinder.ValueFinder

An implementation of ValueFinder that allows balance inquiries to choose between consolidated results or detailed results


Constructor Summary
ConsolidationOptionFinder()
           
 
Method Summary
 List getKeyValues()
          Returns a list of key value pairs to allow inquirers to choose between consolidated results or detailed results
 String getValue()
          Gets the default value for this ValueFinder, in this case CONSOLIDATED
 
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

ConsolidationOptionFinder

public ConsolidationOptionFinder()
Method Detail

getKeyValues

public List getKeyValues()
Returns a list of key value pairs to allow inquirers to choose between consolidated results or detailed results

Specified by:
getKeyValues in interface org.kuali.rice.kns.lookup.keyvalues.KeyValuesFinder
Returns:
a List of key value pairs to poplulate radio buttons
See Also:
KeyValuesFinder.getKeyValues()

getValue

public String getValue()
Gets the default value for this ValueFinder, in this case CONSOLIDATED

Specified by:
getValue in interface org.kuali.rice.kns.lookup.valueFinder.ValueFinder
Returns:
a String with the default value for this ValueFinder
See Also:
ValueFinder.getValue()


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