org.kuali.rice.location.framework.country
Class CountryNotRestrictedValuesFinder

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

public class CountryNotRestrictedValuesFinder
extends AbstractCountryValuesFinderBase

This class returns list of active and non-restricted country value pairs.

See Also:
Serialized Form

Constructor Summary
CountryNotRestrictedValuesFinder()
           
 
Method Summary
protected  List<Country> retrieveCountriesForValuesFinder()
          Returns all non-restricted countries, regardless of active status
 
Methods inherited from class org.kuali.rice.location.framework.country.AbstractCountryValuesFinderBase
getDefaultCountry, getKeyValues
 
Methods inherited from class org.kuali.rice.krad.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

CountryNotRestrictedValuesFinder

public CountryNotRestrictedValuesFinder()
Method Detail

retrieveCountriesForValuesFinder

protected List<Country> retrieveCountriesForValuesFinder()
Returns all non-restricted countries, regardless of active status

Specified by:
retrieveCountriesForValuesFinder in class AbstractCountryValuesFinderBase
Returns:
a List of countries to include in the values returned by this finder


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.