Class DefaultClassificationSectionNameProvider

java.lang.Object
de.hybris.platform.platformbackoffice.classification.provider.DefaultClassificationSectionNameProvider
All Implemented Interfaces:
ClassificationSectionNameProvider

public class DefaultClassificationSectionNameProvider extends Object implements ClassificationSectionNameProvider
Default implementation of classification section name provider. The section name is created by LabelService
  • Constructor Details

    • DefaultClassificationSectionNameProvider

      public DefaultClassificationSectionNameProvider()
  • Method Details

    • provide

      public String provide(ClassificationClassModel classificationClass)
      Description copied from interface: ClassificationSectionNameProvider
      Provides classification section name based on classification class.
      Specified by:
      provide in interface ClassificationSectionNameProvider
      Parameters:
      classificationClass - represents classification section
      Returns:
      section name
    • getLabelService

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

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