Class ModuleResourceAccessImpl
java.lang.Object
de.hybris.platform.sap.core.module.impl.ModuleResourceAccessImpl
- All Implemented Interfaces:
ModuleResourceAccess
Class to which implements interface
ModuleResourceAccess.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTranslate the given key with the standard locale.Translate the given key with the default Locale replacing the passed arguments.Translate the given key with the given locale.Translate the given key with the given locale replacing the passed arguments.voidsetL10nService(de.hybris.platform.servicelayer.i18n.L10NService l10nService) Injection setter for l10n service.
-
Constructor Details
-
ModuleResourceAccessImpl
public ModuleResourceAccessImpl()
-
-
Method Details
-
setL10nService
public void setL10nService(de.hybris.platform.servicelayer.i18n.L10NService l10nService) Injection setter for l10n service.- Parameters:
l10nService- the l10nService to set
-
getString
Description copied from interface:ModuleResourceAccessTranslate the given key with the standard locale.- Specified by:
getStringin interfaceModuleResourceAccess- Parameters:
resourceKey- resource key- Returns:
- translated resource string
-
getString
Description copied from interface:ModuleResourceAccessTranslate the given key with the given locale.- Specified by:
getStringin interfaceModuleResourceAccess- Parameters:
resourceKey- resource keylocale- locale- Returns:
- translated resource string
-
getString
Description copied from interface:ModuleResourceAccessTranslate the given key with the default Locale replacing the passed arguments.- Specified by:
getStringin interfaceModuleResourceAccess- Parameters:
resourceKey- resource keyargs- arguments- Returns:
- translated resource string
-
getString
Description copied from interface:ModuleResourceAccessTranslate the given key with the given locale replacing the passed arguments.- Specified by:
getStringin interfaceModuleResourceAccess- Parameters:
resourceKey- resource keylocale- localeargs- arguments- Returns:
- translated resource string
-