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.String
getIconPath(Country item)
Deprecated.protected java.lang.String
getIconPath(Country item, java.lang.String languageIso)
Deprecated.protected java.lang.String
getItemDescription(Country item)
Deprecated.protected java.lang.String
getItemDescription(Country item, java.lang.String languageIso)
Deprecated.protected java.lang.String
getItemLabel(Country currency)
Deprecated.protected java.lang.String
getItemLabel(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:
getItemLabel
in classAbstractObjectLabelProvider<Country>
-
getItemLabel
protected java.lang.String getItemLabel(Country currency, java.lang.String languageIso)
Deprecated.- Specified by:
getItemLabel
in classAbstractObjectLabelProvider<Country>
-
getIconPath
protected java.lang.String getIconPath(Country item)
Deprecated.- Specified by:
getIconPath
in classAbstractObjectLabelProvider<Country>
-
getIconPath
protected java.lang.String getIconPath(Country item, java.lang.String languageIso)
Deprecated.- Specified by:
getIconPath
in classAbstractObjectLabelProvider<Country>
-
getItemDescription
protected java.lang.String getItemDescription(Country item)
Deprecated.- Specified by:
getItemDescription
in classAbstractObjectLabelProvider<Country>
-
getItemDescription
protected java.lang.String getItemDescription(Country item, java.lang.String languageIso)
Deprecated.- Specified by:
getItemDescription
in classAbstractObjectLabelProvider<Country>
-
-