Class ProductLabelProvider
- java.lang.Object
-
- de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider<T>
-
- de.hybris.platform.cockpit.services.label.CatalogAwareLabelProvider<Product>
-
- de.hybris.platform.cockpit.services.label.impl.ProductLabelProvider
-
- All Implemented Interfaces:
ObjectLabelProvider
@Deprecated public class ProductLabelProvider extends CatalogAwareLabelProvider<Product>
Deprecated.since 6.3, useProductModelLabelProvider
-
-
Constructor Summary
Constructors Constructor Description ProductLabelProvider()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CatalogVersion
getCatalogVersion(Product product)
Deprecated.protected java.lang.String
getIconPath(Product item)
Deprecated.protected java.lang.String
getIconPath(Product item, java.lang.String languageIso)
Deprecated.protected java.lang.String
getItemDescription(Product item)
Deprecated.protected java.lang.String
getItemDescription(Product item, java.lang.String languageIso)
Deprecated.protected java.lang.String
getItemLabel(Product product)
Deprecated.protected java.lang.String
getItemLabel(Product product, java.lang.String languageIso)
Deprecated.-
Methods inherited from class de.hybris.platform.cockpit.services.label.CatalogAwareLabelProvider
getLabel, getLabel
-
Methods inherited from class de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getModelService
-
-
-
-
Method Detail
-
getItemLabel
protected java.lang.String getItemLabel(Product product)
Deprecated.- Specified by:
getItemLabel
in classAbstractObjectLabelProvider<Product>
-
getItemLabel
protected java.lang.String getItemLabel(Product product, java.lang.String languageIso)
Deprecated.- Specified by:
getItemLabel
in classAbstractObjectLabelProvider<Product>
-
getCatalogVersion
protected CatalogVersion getCatalogVersion(Product product)
Deprecated.- Specified by:
getCatalogVersion
in classCatalogAwareLabelProvider<Product>
-
getIconPath
protected java.lang.String getIconPath(Product item)
Deprecated.- Specified by:
getIconPath
in classAbstractObjectLabelProvider<Product>
-
getIconPath
protected java.lang.String getIconPath(Product item, java.lang.String languageIso)
Deprecated.- Specified by:
getIconPath
in classAbstractObjectLabelProvider<Product>
-
getItemDescription
protected java.lang.String getItemDescription(Product item)
Deprecated.- Specified by:
getItemDescription
in classAbstractObjectLabelProvider<Product>
-
getItemDescription
protected java.lang.String getItemDescription(Product item, java.lang.String languageIso)
Deprecated.- Specified by:
getItemDescription
in classAbstractObjectLabelProvider<Product>
-
-