Class PriceRowModelLabelProvider
java.lang.Object
de.hybris.platform.cockpit.services.label.AbstractModelLabelProvider<T>
de.hybris.platform.cockpit.services.label.CatalogAwareModelLabelProvider<PriceRowModel>
de.hybris.platform.cockpit.services.label.impl.PriceRowModelLabelProvider
- All Implemented Interfaces:
ObjectLabelProvider
Label provider implementation for
PriceRowModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CatalogVersionModelgetCatalogVersionModel(PriceRowModel itemModel) Gets the catalog version model.protected StringgetIconPath(PriceRowModel item) protected StringgetIconPath(PriceRowModel item, String languageIso) protected Stringprotected StringgetItemDescription(PriceRowModel item, String languageIso) protected StringgetItemLabel(PriceRowModel priceRow) protected StringgetItemLabel(PriceRowModel priceRow, String languageIso) Methods inherited from class de.hybris.platform.cockpit.services.label.CatalogAwareModelLabelProvider
getLabel, getLabelMethods inherited from class de.hybris.platform.cockpit.services.label.AbstractModelLabelProvider
getDescription, getDescription, getIconPath, getIconPath, getModelService, setModelService
-
Constructor Details
-
PriceRowModelLabelProvider
public PriceRowModelLabelProvider()
-
-
Method Details
-
getItemLabel
- Specified by:
getItemLabelin classAbstractModelLabelProvider<PriceRowModel>
-
getItemLabel
- Specified by:
getItemLabelin classAbstractModelLabelProvider<PriceRowModel>
-
getCatalogVersionModel
Description copied from class:CatalogAwareModelLabelProviderGets the catalog version model. Should be overriden in subclasses to return proper catalog version model.- Specified by:
getCatalogVersionModelin classCatalogAwareModelLabelProvider<PriceRowModel>- Parameters:
itemModel- the item model- Returns:
- the catalog version model
-
getIconPath
- Specified by:
getIconPathin classAbstractModelLabelProvider<PriceRowModel>
-
getIconPath
- Specified by:
getIconPathin classAbstractModelLabelProvider<PriceRowModel>
-
getItemDescription
- Specified by:
getItemDescriptionin classAbstractModelLabelProvider<PriceRowModel>
-
getItemDescription
- Specified by:
getItemDescriptionin classAbstractModelLabelProvider<PriceRowModel>
-