Class PriceRowLabelProvider

  • All Implemented Interfaces:
    com.hybris.cockpitng.labels.LabelProvider<PriceRowModel>

    public class PriceRowLabelProvider
    extends java.lang.Object
    implements com.hybris.cockpitng.labels.LabelProvider<PriceRowModel>
    • Constructor Detail

      • PriceRowLabelProvider

        public PriceRowLabelProvider()
    • Method Detail

      • getLabel

        public java.lang.String getLabel​(PriceRowModel priceRow)
        Specified by:
        getLabel in interface com.hybris.cockpitng.labels.LabelProvider<PriceRowModel>
      • getPriceTypeLabel

        protected java.lang.String getPriceTypeLabel​(PriceRowModel priceRow)
      • getPriceLabel

        protected java.lang.String getPriceLabel​(PriceRowModel priceRow)
      • getUserLabel

        protected java.lang.String getUserLabel​(PriceRowModel priceRow)
      • getProductLabel

        protected java.lang.String getProductLabel​(PriceRowModel priceRow)
      • getDescription

        public java.lang.String getDescription​(PriceRowModel price)
        Specified by:
        getDescription in interface com.hybris.cockpitng.labels.LabelProvider<PriceRowModel>
      • getIconPath

        public java.lang.String getIconPath​(PriceRowModel price)
        Specified by:
        getIconPath in interface com.hybris.cockpitng.labels.LabelProvider<PriceRowModel>
      • setPriceLabelHandler

        public void setPriceLabelHandler​(LabelHandler<java.lang.Double,​CurrencyModel> priceLabelHandler)
      • getLabelService

        public com.hybris.cockpitng.labels.LabelService getLabelService()
      • setLabelService

        public void setLabelService​(com.hybris.cockpitng.labels.LabelService labelService)