Class SaveAdvancedSearchQueryWizardHandler

  • All Implemented Interfaces:
    com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler

    public class SaveAdvancedSearchQueryWizardHandler
    extends java.lang.Object
    implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
    • Field Detail

      • BACKOFFICE_SAVED_QUERY_MODEL

        protected static final java.lang.String BACKOFFICE_SAVED_QUERY_MODEL
        See Also:
        Constant Field Values
      • SAVE_ADVANCED_SEARCH_QUERY_FORM

        protected static final java.lang.String SAVE_ADVANCED_SEARCH_QUERY_FORM
        See Also:
        Constant Field Values
    • Constructor Detail

      • SaveAdvancedSearchQueryWizardHandler

        public SaveAdvancedSearchQueryWizardHandler()
    • Method Detail

      • perform

        public void perform​(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType,
                            com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter,
                            java.util.Map<java.lang.String,​java.lang.String> parameters)
        Specified by:
        perform in interface com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
      • getNotificationSource

        @Deprecated(since="6.7",
                    forRemoval=true)
        protected java.lang.String getNotificationSource​(com.hybris.cockpitng.engine.WidgetInstanceManager wim)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 6.7, use NotificationService.getWidgetNotificationSource(WidgetInstanceManager) instead.
      • setBackofficeSavedQueriesService

        public void setBackofficeSavedQueriesService​(BackofficeSavedQueriesService backofficeSavedQueriesService)
      • getUserService

        protected UserService getUserService()
      • setUserService

        public void setUserService​(UserService userService)
      • getCockpitEventQueue

        protected com.hybris.cockpitng.core.events.CockpitEventQueue getCockpitEventQueue()
      • setCockpitEventQueue

        public void setCockpitEventQueue​(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue)
      • getNotificationService

        protected com.hybris.backoffice.widgets.notificationarea.NotificationService getNotificationService()
      • setNotificationService

        public void setNotificationService​(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)