Class DefaultBackofficeActionsConfigurationFallbackStrategy

  • All Implemented Interfaces:
    com.hybris.cockpitng.core.config.CockpitConfigurationFallbackStrategy<com.hybris.cockpitng.core.config.impl.jaxb.hybris.Actions>

    public class DefaultBackofficeActionsConfigurationFallbackStrategy
    extends com.hybris.cockpitng.core.config.impl.DefaultActionsConfigurationFallbackStrategy
    • Field Summary

      • Fields inherited from class com.hybris.cockpitng.core.config.impl.DefaultActionsConfigurationFallbackStrategy

        CREATE_ACTION_ID, CREATE_ACTION_PROPERTY, DEFAULT_ACTION_GROUP_QUALIFIER, DELETE_ACTION_ID, EXPORT_COLUMNS_AND_DATA_PROPERTY, EXPORT_CSV_ACTION_ID, SELECTED_OBJECTS_PROPERTY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TypeService getTypeService()  
      com.hybris.cockpitng.core.config.impl.jaxb.hybris.Actions loadFallbackConfiguration​(com.hybris.cockpitng.core.config.ConfigContext context, java.lang.Class<com.hybris.cockpitng.core.config.impl.jaxb.hybris.Actions> configurationType)  
      void setTypeService​(TypeService typeService)  
      • Methods inherited from class com.hybris.cockpitng.core.config.impl.DefaultActionsConfigurationFallbackStrategy

        getActions, getComponentCodes, resolveRequiredComponentCode, setActions, setComponentCodes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultBackofficeActionsConfigurationFallbackStrategy

        public DefaultBackofficeActionsConfigurationFallbackStrategy()
    • Method Detail

      • loadFallbackConfiguration

        public com.hybris.cockpitng.core.config.impl.jaxb.hybris.Actions loadFallbackConfiguration​(com.hybris.cockpitng.core.config.ConfigContext context,
                                                                                                   java.lang.Class<com.hybris.cockpitng.core.config.impl.jaxb.hybris.Actions> configurationType)
        Specified by:
        loadFallbackConfiguration in interface com.hybris.cockpitng.core.config.CockpitConfigurationFallbackStrategy<com.hybris.cockpitng.core.config.impl.jaxb.hybris.Actions>
        Overrides:
        loadFallbackConfiguration in class com.hybris.cockpitng.core.config.impl.DefaultActionsConfigurationFallbackStrategy
      • setTypeService

        public void setTypeService​(TypeService typeService)