Class DefaultBackofficeStartupHandler

    • Field Detail

      • RESET_EVERYTHING_ENABLED_PROPERTY

        public static final java.lang.String RESET_EVERYTHING_ENABLED_PROPERTY
        See Also:
        Constant Field Values
      • BACKOFFICE_PROJECT_DATA_CHECKBOX

        public static final java.lang.String BACKOFFICE_PROJECT_DATA_CHECKBOX
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultBackofficeStartupHandler

        public DefaultBackofficeStartupHandler()
    • Method Detail

      • getCurrentTransaction

        protected Transaction getCurrentTransaction()
      • isResetEverythingEnabled

        protected boolean isResetEverythingEnabled()
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • getWidgetPersistenceService

        public com.hybris.cockpitng.core.persistence.WidgetPersistenceService getWidgetPersistenceService()
      • setWidgetPersistenceService

        public void setWidgetPersistenceService​(com.hybris.cockpitng.core.persistence.WidgetPersistenceService widgetPersistenceService)
      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)
      • getWidgetUtils

        public com.hybris.cockpitng.util.WidgetUtils getWidgetUtils()
      • setWidgetUtils

        public void setWidgetUtils​(com.hybris.cockpitng.util.WidgetUtils widgetUtils)
      • getCockpitComponentDefinitionService

        public com.hybris.cockpitng.modules.core.impl.CockpitModuleComponentDefinitionService getCockpitComponentDefinitionService()
      • setCockpitComponentDefinitionService

        public void setCockpitComponentDefinitionService​(com.hybris.cockpitng.modules.core.impl.CockpitModuleComponentDefinitionService cockpitComponentDefinitionService)