Class CurrencyModelLabelProvider
java.lang.Object
de.hybris.platform.cockpit.services.label.AbstractModelLabelProvider<CurrencyModel>
de.hybris.platform.cockpit.services.label.impl.CurrencyModelLabelProvider
- All Implemented Interfaces:
ObjectLabelProvider
Label provider implementation for
CurrencyModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetIconPath(CurrencyModel item) protected StringgetIconPath(CurrencyModel item, String languageIso) protected Stringprotected StringgetItemDescription(CurrencyModel item, String languageIso) protected StringgetItemLabel(CurrencyModel currency) protected StringgetItemLabel(CurrencyModel currency, String languageIso) Methods inherited from class de.hybris.platform.cockpit.services.label.AbstractModelLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getLabel, getLabel, getModelService, setModelService
-
Constructor Details
-
CurrencyModelLabelProvider
public CurrencyModelLabelProvider()
-
-
Method Details
-
getItemLabel
- Specified by:
getItemLabelin classAbstractModelLabelProvider<CurrencyModel>
-
getItemLabel
- Specified by:
getItemLabelin classAbstractModelLabelProvider<CurrencyModel>
-
getIconPath
- Specified by:
getIconPathin classAbstractModelLabelProvider<CurrencyModel>
-
getIconPath
- Specified by:
getIconPathin classAbstractModelLabelProvider<CurrencyModel>
-
getItemDescription
- Specified by:
getItemDescriptionin classAbstractModelLabelProvider<CurrencyModel>
-
getItemDescription
- Specified by:
getItemDescriptionin classAbstractModelLabelProvider<CurrencyModel>
-