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

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.CountryValuesFinder
All Implemented Interfaces:
Serializable, KeyValuesFinder

public class CountryValuesFinder
extends AbstractCountryValuesFinderBase

This class returns list of country value pairs.

See Also:
Serialized Form

Constructor Summary
CountryValuesFinder()
           
 
Method Summary
protected  List<Country> retrieveCountriesForValuesFinder()
          Returns all countries, regardless of active status or restricted 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

CountryValuesFinder

public CountryValuesFinder()
Method Detail

retrieveCountriesForValuesFinder

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

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


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