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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hybris.cockpitng.labels.LabelServiceprovide(ClassificationClassModel classificationClass) Provides classification section name based on classification class.voidsetLabelService(com.hybris.cockpitng.labels.LabelService labelService)
-
Constructor Details
-
DefaultClassificationSectionNameProvider
public DefaultClassificationSectionNameProvider()
-
-
Method Details
-
provide
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)
-