@Deprecated @Service(value="countryService") public class JavaLocaleCountryService extends Object implements CountryService
| Constructor and Description |
|---|
JavaLocaleCountryService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Country> |
getAvailableCountriesInLocale(Locale locale)
Deprecated.
|
Country |
getCountryInLocaleByCode(Locale locale,
String code)
Deprecated.
|
public List<Country> getAvailableCountriesInLocale(Locale locale)
getAvailableCountriesInLocale in interface CountryServicepublic Country getCountryInLocaleByCode(Locale locale, String code)
getCountryInLocaleByCode in interface CountryServiceCopyright © 2003–2013. All rights reserved.