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

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

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

This class creates a new finder for our forms view (creates a drop-down of OrganizationReversionCodes)


Constructor Summary
OrganizationReversionCodeValuesFinder()
           
 
Method Summary
 List getKeyValues()
          This is a static list of OrganizationReversionCodes "A", "A - CF +/- bal in same account" "C1", "C1 - CF budget then CF + and R -" "C2", "C2 - Don't CF budget then CF + and R -" "N1", "N1 - CF budget then R + and CF -" "N2", "N2 - Don't CF budget then R + and CF -" "R1", "R1 - CF budget then R Remaining" "R2", "R2 - Don't CF budget then R Remaining"
 
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

OrganizationReversionCodeValuesFinder

public OrganizationReversionCodeValuesFinder()
Method Detail

getKeyValues

public List getKeyValues()
This is a static list of OrganizationReversionCodes

See Also:
KeyValuesFinder.getKeyValues()


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