Uses of Interface
com.hybris.backoffice.services.ClassificationLabelService
-
Packages that use ClassificationLabelService Package Description com.hybris.backoffice.services.impl com.hybris.backoffice.widgets.fulltextsearch.renderer.impl -
-
Uses of ClassificationLabelService in com.hybris.backoffice.services.impl
Classes in com.hybris.backoffice.services.impl that implement ClassificationLabelService Modifier and Type Class Description classDefaultClassificationLabelServiceDefault implementation ofClassificationLabelService, wheregetClassificationLabel(String, Locale)always returns empty string. -
Uses of ClassificationLabelService in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl
Methods in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl that return ClassificationLabelService Modifier and Type Method Description ClassificationLabelServiceDefaultFieldQueryFieldRenderer. getClassificationLabelService()Methods in com.hybris.backoffice.widgets.fulltextsearch.renderer.impl with parameters of type ClassificationLabelService Modifier and Type Method Description voidDefaultFieldQueryFieldRenderer. setClassificationLabelService(ClassificationLabelService classificationLabelService)
-