Class SaveAdvancedSearchQueryWizardHandler
java.lang.Object
de.hybris.platform.platformbackoffice.widgets.savedqueries.SaveAdvancedSearchQueryWizardHandler
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class SaveAdvancedSearchQueryWizardHandler
extends Object
implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BackofficeSavedQueriesServiceprotected com.hybris.cockpitng.core.events.CockpitEventQueueprotected com.hybris.backoffice.widgets.notificationarea.NotificationServiceprotected StringgetNotificationSource(com.hybris.cockpitng.engine.WidgetInstanceManager wim) Deprecated, for removal: This API element is subject to removal in a future version.protected UserServicevoidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) voidsetBackofficeSavedQueriesService(BackofficeSavedQueriesService backofficeSavedQueriesService) voidsetCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue) voidsetNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService) voidsetUserService(UserService userService)
-
Field Details
-
BACKOFFICE_SAVED_QUERY_MODEL
- See Also:
-
SAVE_ADVANCED_SEARCH_QUERY_FORM
- See Also:
-
-
Constructor Details
-
SaveAdvancedSearchQueryWizardHandler
public SaveAdvancedSearchQueryWizardHandler()
-
-
Method Details
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, Map<String, String> parameters) - Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
getNotificationSource
@Deprecated(since="6.7", forRemoval=true) protected 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, useNotificationService.getWidgetNotificationSource(WidgetInstanceManager)instead. -
getBackofficeSavedQueriesService
-
setBackofficeSavedQueriesService
public void setBackofficeSavedQueriesService(BackofficeSavedQueriesService backofficeSavedQueriesService) -
getUserService
-
setUserService
-
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)
-
NotificationService.getWidgetNotificationSource(WidgetInstanceManager)instead.