Class DefaultClassificationSectionNameProvider
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.classification.provider.DefaultClassificationSectionNameProvider
-
- All Implemented Interfaces:
ClassificationSectionNameProvider
public class DefaultClassificationSectionNameProvider extends java.lang.Object implements ClassificationSectionNameProvider
Default implementation of classification section name provider. The section name is created byLabelService
-
-
Constructor Summary
Constructors Constructor Description DefaultClassificationSectionNameProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.hybris.cockpitng.labels.LabelServicegetLabelService()java.lang.Stringprovide(ClassificationClassModel classificationClass)Provides classification section name based on classification class.voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-
-
-
Method Detail
-
provide
public java.lang.String provide(ClassificationClassModel classificationClass)
Description copied from interface:ClassificationSectionNameProviderProvides classification section name based on classification class.- Specified by:
providein interfaceClassificationSectionNameProvider- 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)
-
-