Class BackofficeLabelService
java.lang.Object
com.hybris.cockpitng.labels.impl.DefaultLabelService
com.hybris.cockpitng.labels.impl.TypeAwareLabelService
com.hybris.cockpitng.labels.impl.BackofficeCoreLabelService
com.hybris.backoffice.labels.impl.BackofficeLabelService
- All Implemented Interfaces:
com.hybris.cockpitng.labels.LabelService,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class BackofficeLabelService
extends com.hybris.cockpitng.labels.impl.BackofficeCoreLabelService
Default backoffice extension of the
BackofficeCoreLabelService capable of computing labels for
HybrisEnumValue.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetDisabledMessage(Object object) protected StringgetNoReadAccessMessage(Object object) getObjectLabel(Object object) Methods inherited from class com.hybris.cockpitng.labels.impl.BackofficeCoreLabelService
getLabelProviderMethods inherited from class com.hybris.cockpitng.labels.impl.TypeAwareLabelService
getAccessDeniedLabel, getLanguageDisabledLabel, getObjectDescription, getPermissionFacade, getType, getTypeFacade, setPermissionFacade, setTypeFacadeMethods inherited from class com.hybris.cockpitng.labels.impl.DefaultLabelService
buildConfigurationContext, getApplicationContext, getDescriptionInternal, getFallbackLabel, getIconPathInternal, getLabelConfiguration, getLabelInternal, getLabelServiceCache, getObjectIconPath, getShortObjectLabel, getValueHandler, setApplicationContext, setCockpitConfigurationService, setContextDecorators, setLabelServiceCache, setLabelStringObjectHandler, setModelValueHandlerFactory
-
Constructor Details
-
BackofficeLabelService
public BackofficeLabelService()
-
-
Method Details
-
getObjectLabel
- Specified by:
getObjectLabelin interfacecom.hybris.cockpitng.labels.LabelService- Overrides:
getObjectLabelin classcom.hybris.cockpitng.labels.impl.TypeAwareLabelService
-
getNoReadAccessMessage
- Overrides:
getNoReadAccessMessagein classcom.hybris.cockpitng.labels.impl.TypeAwareLabelService
-
getDisabledMessage
- Overrides:
getDisabledMessagein classcom.hybris.cockpitng.labels.impl.TypeAwareLabelService
-