public abstract class AbstractCountryValuesFinderBase extends KeyValuesBase
retrieveCountriesForValuesFinder() in order to produce a list of
 countries to include.| Constructor and Description | 
|---|
AbstractCountryValuesFinderBase()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Country | 
getDefaultCountry()
Returns the default country to use for this values finder. 
 | 
List<KeyValue> | 
getKeyValues()
Builds a list of key values representations for valid value selections. 
 | 
protected abstract List<Country> | 
retrieveCountriesForValuesFinder()
Returns a list of countries that will be added to the result of  
getKeyValues(). | 
clearInternalCache, getKeyLabel, getKeyLabelMap, getKeyValues, getOptionLabels, getOptionValuespublic AbstractCountryValuesFinderBase()
public List<KeyValue> getKeyValues()
KeyValuesFinderprotected abstract List<Country> retrieveCountriesForValuesFinder()
getKeyValues().  Note that the result
 may be filtered by active statusprotected Country getDefaultCountry()
CountryService.getDefaultCountry().Copyright © 2005–2016 The Kuali Foundation. All rights reserved.