DefaultCountryDao@Deprecated public class DefaultI18NDao extends AbstractItemDao implements I18NDao
I18NDao.flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultI18NDao()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<LanguageModel> |
findAllActiveLanguages()
Deprecated.
|
Set<CountryModel> |
findAllCountries()
Deprecated.
|
Set<CurrencyModel> |
findAllCurrencies()
Deprecated.
|
Set<LanguageModel> |
findAllLanguages()
Deprecated.
|
Set<RegionModel> |
findAllRegions()
Deprecated.
|
CurrencyModel |
findBaseCurrency()
Deprecated.
|
CountryModel |
findCountry(String iso)
Deprecated.
|
CurrencyModel |
findCurrency(String isocode)
Deprecated.
|
LanguageModel |
findLanguage(String isocode)
Deprecated.
|
RegionModel |
findRegion(String code)
Deprecated.
|
protected C2LManager |
getC2lManager()
Deprecated.
|
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceprotected C2LManager getC2lManager()
public Set<LanguageModel> findAllActiveLanguages()
findAllActiveLanguages in interface I18NDaoI18NDao.findAllLanguages()public Set<LanguageModel> findAllLanguages()
findAllLanguages in interface I18NDaopublic LanguageModel findLanguage(String isocode)
findLanguage in interface I18NDaoisocode - the code to be searched fornull if for the isocode no LanguageModelpublic CountryModel findCountry(String iso)
findCountry in interface I18NDaoiso - the isocode of the searched CountryModelCountryModel with the specified isocodepublic CurrencyModel findCurrency(String isocode)
findCurrency in interface I18NDaoisocode - the code to be searched forCurrencyModel for the given isocode.public Set<CurrencyModel> findAllCurrencies()
findAllCurrencies in interface I18NDaopublic Set<CountryModel> findAllCountries()
findAllCountries in interface I18NDaoSet of all countriespublic Set<RegionModel> findAllRegions()
findAllRegions in interface I18NDaoSet of all RegionModelspublic CurrencyModel findBaseCurrency()
findBaseCurrency in interface I18NDaoCurrencyModel or null if no base currency is setpublic RegionModel findRegion(String code)
findRegion in interface I18NDaocode - the code of the searched RegionModelRegionModel with the specified codeCopyright © 2017 SAP SE. All Rights Reserved.