Class FeatureValueLabelProvider

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

public class FeatureValueLabelProvider extends Object implements com.hybris.cockpitng.labels.LabelProvider<FeatureValue>
Label Provider for Feature Value. It delegates label resolution to LabelService
  • Constructor Details

    • FeatureValueLabelProvider

      public FeatureValueLabelProvider()
  • Method Details

    • setLabelService

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

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

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

      public String getIconPath(FeatureValue object)
      Specified by:
      getIconPath in interface com.hybris.cockpitng.labels.LabelProvider<FeatureValue>