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