org.kuali.rice.kns.lookup.keyvalues
Class ModuleValuesFinder

java.lang.Object
  extended by org.kuali.rice.kns.lookup.keyvalues.KeyValuesBase
      extended by org.kuali.rice.kns.lookup.keyvalues.ModuleValuesFinder
All Implemented Interfaces:
KeyValuesFinder

public class ModuleValuesFinder
extends KeyValuesBase


Constructor Summary
ModuleValuesFinder()
           
 
Method Summary
private  KeyLabelPair getKeyLabelPair(String moduleCode, String moduleName)
           
 List 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
 

Constructor Detail

ModuleValuesFinder

public ModuleValuesFinder()
Method Detail

getKeyValues

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

Returns:
List of KeyValue objects.

getKeyLabelPair

private KeyLabelPair getKeyLabelPair(String moduleCode,
                                     String moduleName)


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