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