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 Object implements com.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
Implementation of CockpitConfigurationContextStrategy that deals with hybris platform type hierarchy for the type configuration context dimension.
  • Constructor Details

    • PlatformTypeContextStrategy

      public PlatformTypeContextStrategy()
  • Method Details

    • getParentContexts

      public List<String> getParentContexts(String context)
      Specified by:
      getParentContexts in interface com.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
    • valueMatches

      public boolean valueMatches(String contextValue, String value)
      Specified by:
      valueMatches in interface com.hybris.cockpitng.core.config.CockpitConfigurationContextStrategy
    • setTypeService

      public void setTypeService(TypeService typeService)