Class DefaultI18NDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.servicelayer.i18n.impl.DefaultI18NDao
@Deprecated(since="ages",
forRemoval=true)
public class DefaultI18NDao
extends AbstractItemDao
implements I18NDao
Deprecated, for removal: This API element is subject to removal in a future version.
Default implementation of the
I18NDao.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.findCountry(String iso) Deprecated, for removal: This API element is subject to removal in a future version.findCurrency(String isocode) Deprecated, for removal: This API element is subject to removal in a future version.findLanguage(String isocode) Deprecated, for removal: This API element is subject to removal in a future version.findRegion(String code) Deprecated, for removal: This API element is subject to removal in a future version.protected C2LManagerDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultI18NDao
public DefaultI18NDao()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getC2lManager
Deprecated, for removal: This API element is subject to removal in a future version. -
findAllActiveLanguages
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findAllActiveLanguagesin interfaceI18NDao- Returns:
- a subset of
I18NDao.findAllLanguages()
-
findAllLanguages
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findAllLanguagesin interfaceI18NDao- Returns:
- an empty Set if no language exists.
-
findLanguage
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findLanguagein interfaceI18NDao- Parameters:
isocode- the code to be searched for- Returns:
nullif for the isocode noLanguageModel
-
findCountry
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findCountryin interfaceI18NDao- Parameters:
iso- the isocode of the searchedCountryModel- Returns:
- the
CountryModelwith the specified isocode
-
findCurrency
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findCurrencyin interfaceI18NDao- Parameters:
isocode- the code to be searched for- Returns:
- a
CurrencyModelfor the givenisocode.
-
findAllCurrencies
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findAllCurrenciesin interfaceI18NDao- Returns:
- all currencymodels
-
findAllCountries
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findAllCountriesin interfaceI18NDao- Returns:
- a
Setof all countries
-
findAllRegions
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findAllRegionsin interfaceI18NDao- Returns:
- a
Setof all RegionModels
-
findBaseCurrency
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findBaseCurrencyin interfaceI18NDao- Returns:
- the base
CurrencyModelornullif no base currency is set
-
findRegion
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
findRegionin interfaceI18NDao- Parameters:
code- the code of the searchedRegionModel- Returns:
- the
RegionModelwith the specified code
-
DefaultCountryDao