Class PlatformTypeContextStrategy
- java.lang.Object
-
- com.hybris.backoffice.cockpitng.util.impl.PlatformTypeContextStrategy
-
- All Implemented Interfaces:
com.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
public class PlatformTypeContextStrategy extends java.lang.Object implements com.hybris.cockpitng.core.config.CockpitConfigurationContextStrategyImplementation ofCockpitConfigurationContextStrategythat deals with hybris platform type hierarchy for the type configuration context dimension.
-
-
Constructor Summary
Constructors Constructor Description PlatformTypeContextStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getParentContexts(java.lang.String context)voidsetTypeService(TypeService typeService)booleanvalueMatches(java.lang.String contextValue, java.lang.String value)
-
-
-
Method Detail
-
getParentContexts
public java.util.List<java.lang.String> getParentContexts(java.lang.String context)
- Specified by:
getParentContextsin interfacecom.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
-
valueMatches
public boolean valueMatches(java.lang.String contextValue, java.lang.String value)- Specified by:
valueMatchesin interfacecom.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
-
setTypeService
public void setTypeService(TypeService typeService)
-
-