public abstract class AbstractCountryValuesFinderBase extends org.kuali.rice.krad.keyvalues.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<org.kuali.rice.core.api.util.KeyValue> |
getKeyValues() |
protected abstract List<Country> |
retrieveCountriesForValuesFinder()
Returns a list of countries that will be added to the result of
getKeyValues(). |
public AbstractCountryValuesFinderBase()
public List<org.kuali.rice.core.api.util.KeyValue> getKeyValues()
protected abstract List<Country> retrieveCountriesForValuesFinder()
getKeyValues(). Note that the result
may be filtered by active statusprotected Country getDefaultCountry()
CountryService.getDefaultCountry().Copyright © 2005–2018 The Kuali Foundation. All rights reserved.