Class PriceRowLabelProvider
java.lang.Object
com.hybris.backoffice.labels.labelproviders.PriceRowLabelProvider
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<PriceRowModel>
public class PriceRowLabelProvider
extends Object
implements com.hybris.cockpitng.labels.LabelProvider<PriceRowModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(PriceRowModel price) getIconPath(PriceRowModel price) getLabel(PriceRowModel priceRow) com.hybris.cockpitng.labels.LabelServiceprotected StringgetPriceLabel(PriceRowModel priceRow) protected StringgetPriceTypeLabel(PriceRowModel priceRow) protected StringgetProductLabel(PriceRowModel priceRow) protected StringgetUserLabel(PriceRowModel priceRow) voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService) voidsetPriceLabelHandler(LabelHandler<Double, CurrencyModel> priceLabelHandler) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.labels.LabelProvider
getShortLabel
-
Constructor Details
-
PriceRowLabelProvider
public PriceRowLabelProvider()
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfacecom.hybris.cockpitng.labels.LabelProvider<PriceRowModel>
-
getPriceTypeLabel
-
getPriceLabel
-
getUserLabel
-
getProductLabel
-
getDescription
- Specified by:
getDescriptionin interfacecom.hybris.cockpitng.labels.LabelProvider<PriceRowModel>
-
getIconPath
- Specified by:
getIconPathin interfacecom.hybris.cockpitng.labels.LabelProvider<PriceRowModel>
-
getPriceLabelHandler
-
setPriceLabelHandler
-
getLabelService
public com.hybris.cockpitng.labels.LabelService getLabelService() -
setLabelService
public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-