Class DiscountValueLabelProvider

java.lang.Object
de.hybris.platform.platformbackoffice.labelproviders.DiscountValueLabelProvider
All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelProvider<DiscountValue>

public class DiscountValueLabelProvider extends Object implements com.hybris.cockpitng.labels.LabelProvider<DiscountValue>
  • Constructor Details

    • DiscountValueLabelProvider

      public DiscountValueLabelProvider()
  • Method Details

    • getLabel

      public String getLabel(DiscountValue discountValue)
      Specified by:
      getLabel in interface com.hybris.cockpitng.labels.LabelProvider<DiscountValue>
    • getDescription

      public String getDescription(DiscountValue discountValue)
      Specified by:
      getDescription in interface com.hybris.cockpitng.labels.LabelProvider<DiscountValue>
    • getIconPath

      public String getIconPath(DiscountValue discountValue)
      Specified by:
      getIconPath in interface com.hybris.cockpitng.labels.LabelProvider<DiscountValue>
    • setDiscountValueRenderer

      public void setDiscountValueRenderer(ValueParser<DiscountValue> discountValueRenderer)