Class CountryValuesFinder
java.lang.Object
org.kuali.rice.krad.keyvalues.KeyValuesBase
org.kuali.rice.location.framework.country.AbstractCountryValuesFinderBase
org.kuali.rice.location.framework.country.CountryValuesFinder
- All Implemented Interfaces:
Serializable,org.kuali.rice.krad.keyvalues.KeyValuesFinder
This class returns list of country value pairs.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<org.kuali.rice.location.api.country.Country> Returns all countries, regardless of active status or restricted statusMethods inherited from class org.kuali.rice.location.framework.country.AbstractCountryValuesFinderBase
getDefaultCountry, getKeyValuesMethods inherited from class org.kuali.rice.krad.keyvalues.KeyValuesBase
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValues
-
Constructor Details
-
CountryValuesFinder
public CountryValuesFinder()
-
-
Method Details
-
retrieveCountriesForValuesFinder
Returns all countries, regardless of active status or restricted status- Specified by:
retrieveCountriesForValuesFinderin classAbstractCountryValuesFinderBase- Returns:
- a List of countries to include in the values returned by this finder
-