org.kuali.rice.location.framework.state
Class StateValuesFinder

java.lang.Object
  extended by org.kuali.rice.krad.keyvalues.KeyValuesBase
      extended by org.kuali.rice.location.framework.state.StateValuesFinder
All Implemented Interfaces:
Serializable, KeyValuesFinder

public class StateValuesFinder
extends KeyValuesBase

See Also:
Serialized Form

Constructor Summary
StateValuesFinder()
           
 
Method Summary
 void clearInternalCache()
          Clears any internal cache that is being maintained by the value finder
 List<KeyValue> getKeyValues()
          Builds a list of key values representations for valid value selections.
 void setCountryCode(String countryCode)
           
 
Methods inherited from class org.kuali.rice.krad.keyvalues.KeyValuesBase
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

StateValuesFinder

public StateValuesFinder()
Method Detail

getKeyValues

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

Returns:
List of KeyValue objects

setCountryCode

public void setCountryCode(String countryCode)

clearInternalCache

public void clearInternalCache()
Description copied from interface: KeyValuesFinder
Clears any internal cache that is being maintained by the value finder

Specified by:
clearInternalCache in interface KeyValuesFinder
Overrides:
clearInternalCache in class KeyValuesBase
See Also:
KeyValuesFinder.clearInternalCache()


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