org.kuali.rice.kew.rule.bo
Class ApprovePolicyValuesFinder

java.lang.Object
  extended by org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
      extended by org.kuali.rice.kew.rule.bo.ApprovePolicyValuesFinder
All Implemented Interfaces:
KeyValuesFinder

public class ApprovePolicyValuesFinder
extends KeyValuesBase

A values finder for returning KEW approve policy codes.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private static List<KeyLabelPair> approvePolicies
           
 
Constructor Summary
ApprovePolicyValuesFinder()
           
 
Method Summary
 List<KeyLabelPair> 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
 

Field Detail

approvePolicies

private static final List<KeyLabelPair> approvePolicies
Constructor Detail

ApprovePolicyValuesFinder

public ApprovePolicyValuesFinder()
Method Detail

getKeyValues

public List<KeyLabelPair> getKeyValues()
Description copied from interface: KeyValuesFinder
Builds a list of key values representations for valid value selections.

Returns:
List of KeyValue objects.


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