Class BackofficeLabelServiceCache
java.lang.Object
com.hybris.backoffice.labels.cache.impl.BackofficeLabelServiceCache
- All Implemented Interfaces:
com.hybris.cockpitng.labels.impl.LabelServiceCache
public class BackofficeLabelServiceCache
extends Object
implements com.hybris.cockpitng.labels.impl.LabelServiceCache
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CacheControllerprotected ObjectCacheKeyGeneratorgetObjectDescription(Object object, Supplier<String> defaultValue) getObjectIconPath(Object object, Supplier<String> defaultValue) getObjectLabel(Object object, Supplier<String> defaultValue) getShortObjectLabel(Object object, Supplier<String> defaultValue) voidsetCacheController(CacheController cacheController) voidsetObjectCacheKeyGenerator(ObjectCacheKeyGenerator objectCacheKeyGenerator)
-
Field Details
-
CACHED_TYPE_LABEL
- See Also:
-
CACHED_TYPE_SHORT_LABEL
- See Also:
-
CACHED_TYPE_DESCRIPTION
- See Also:
-
CACHED_TYPE_ICON_PATH
- See Also:
-
-
Constructor Details
-
BackofficeLabelServiceCache
public BackofficeLabelServiceCache()
-
-
Method Details
-
getObjectLabel
- Specified by:
getObjectLabelin interfacecom.hybris.cockpitng.labels.impl.LabelServiceCache
-
getShortObjectLabel
- Specified by:
getShortObjectLabelin interfacecom.hybris.cockpitng.labels.impl.LabelServiceCache
-
getObjectDescription
- Specified by:
getObjectDescriptionin interfacecom.hybris.cockpitng.labels.impl.LabelServiceCache
-
getObjectIconPath
- Specified by:
getObjectIconPathin interfacecom.hybris.cockpitng.labels.impl.LabelServiceCache
-
getCacheController
-
setCacheController
-
getObjectCacheKeyGenerator
-
setObjectCacheKeyGenerator
-