Class PriceRowLabelProvider
- java.lang.Object
-
- de.hybris.platform.cockpit.services.label.AbstractObjectLabelProvider<T>
-
- de.hybris.platform.cockpit.services.label.CatalogAwareLabelProvider<PriceRow>
-
- de.hybris.platform.cockpit.services.label.impl.PriceRowLabelProvider
-
- All Implemented Interfaces:
ObjectLabelProvider
@Deprecated public class PriceRowLabelProvider extends CatalogAwareLabelProvider<PriceRow>
Deprecated.since 6.3, usePriceRowModelLabelProvider
-
-
Constructor Summary
Constructors Constructor Description PriceRowLabelProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CatalogVersiongetCatalogVersion(PriceRow priceRow)Deprecated.protected java.lang.StringgetIconPath(PriceRow item)Deprecated.protected java.lang.StringgetIconPath(PriceRow item, java.lang.String languageIso)Deprecated.protected java.lang.StringgetItemDescription(PriceRow item)Deprecated.protected java.lang.StringgetItemDescription(PriceRow item, java.lang.String languageIso)Deprecated.protected java.lang.StringgetItemLabel(PriceRow priceRow)Deprecated.protected java.lang.StringgetItemLabel(PriceRow priceRow, 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(PriceRow priceRow)
Deprecated.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<PriceRow>
-
getItemLabel
protected java.lang.String getItemLabel(PriceRow priceRow, java.lang.String languageIso)
Deprecated.- Specified by:
getItemLabelin classAbstractObjectLabelProvider<PriceRow>
-
getCatalogVersion
protected CatalogVersion getCatalogVersion(PriceRow priceRow)
Deprecated.- Specified by:
getCatalogVersionin classCatalogAwareLabelProvider<PriceRow>
-
getIconPath
protected java.lang.String getIconPath(PriceRow item)
Deprecated.- Specified by:
getIconPathin classAbstractObjectLabelProvider<PriceRow>
-
getIconPath
protected java.lang.String getIconPath(PriceRow item, java.lang.String languageIso)
Deprecated.- Specified by:
getIconPathin classAbstractObjectLabelProvider<PriceRow>
-
getItemDescription
protected java.lang.String getItemDescription(PriceRow item)
Deprecated.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<PriceRow>
-
getItemDescription
protected java.lang.String getItemDescription(PriceRow item, java.lang.String languageIso)
Deprecated.- Specified by:
getItemDescriptionin classAbstractObjectLabelProvider<PriceRow>
-
-