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 public class CountryLabelProvider extends AbstractObjectLabelProvider<Country>
Deprecated.since 6.3, useCountryModelLabelProvider
-
-
Constructor Summary
Constructors Constructor Description CountryLabelProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.lang.StringgetIconPath(Country item)Deprecated.protected java.lang.StringgetIconPath(Country item, java.lang.String languageIso)Deprecated.protected java.lang.StringgetItemDescription(Country item)Deprecated.protected java.lang.StringgetItemDescription(Country item, java.lang.String languageIso)Deprecated.protected java.lang.StringgetItemLabel(Country currency)Deprecated.protected java.lang.StringgetItemLabel(Country currency, java.lang.String languageIso)Deprecated.-
Methods inherited from class de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getLabel, getLabel, getModelService
-
-
-
-
Method Detail
-
getItemLabel
protected java.lang.String getItemLabel(Country currency)
Deprecated.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<Country>
-
getItemLabel
protected java.lang.String getItemLabel(Country currency, java.lang.String languageIso)
Deprecated.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<Country>
-
getIconPath
protected java.lang.String getIconPath(Country item)
Deprecated.- Specified by:
getIconPathin classAbstractObjectLabelProvider<Country>
-
getIconPath
protected java.lang.String getIconPath(Country item, java.lang.String languageIso)
Deprecated.- Specified by:
getIconPathin classAbstractObjectLabelProvider<Country>
-
getItemDescription
protected java.lang.String getItemDescription(Country item)
Deprecated.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<Country>
-
getItemDescription
protected java.lang.String getItemDescription(Country item, java.lang.String languageIso)
Deprecated.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<Country>
-
-