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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CatalogVersiongetCatalogVersion(Product product) Deprecated.protected StringgetIconPath(Product item) Deprecated.protected StringgetIconPath(Product item, String languageIso) Deprecated.protected StringgetItemDescription(Product item) Deprecated.protected StringgetItemDescription(Product item, String languageIso) Deprecated.protected StringgetItemLabel(Product product) Deprecated.protected StringgetItemLabel(Product product, String languageIso) Deprecated.Methods inherited from class de.hybris.platform.cockpit.services.label.CatalogAwareLabelProvider
getLabel, getLabelMethods inherited from class de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getModelService
-
Constructor Details
-
ProductLabelProvider
public ProductLabelProvider()Deprecated.
-
-
Method Details
-
getItemLabel
Deprecated.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<Product>
-
getItemLabel
Deprecated.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<Product>
-
getCatalogVersion
Deprecated.- Specified by:
getCatalogVersionin classCatalogAwareLabelProvider<Product>
-
getIconPath
Deprecated.- Specified by:
getIconPathin classAbstractObjectLabelProvider<Product>
-
getIconPath
Deprecated.- Specified by:
getIconPathin classAbstractObjectLabelProvider<Product>
-
getItemDescription
Deprecated.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<Product>
-
getItemDescription
Deprecated.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<Product>
-
ProductModelLabelProvider