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 java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringBACKOFFICE_SAVED_QUERY_MODELprotected static java.lang.StringSAVE_ADVANCED_SEARCH_QUERY_FORM
-
Constructor Summary
Constructors Constructor Description SaveAdvancedSearchQueryWizardHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected BackofficeSavedQueriesServicegetBackofficeSavedQueriesService()protected com.hybris.cockpitng.core.events.CockpitEventQueuegetCockpitEventQueue()protected com.hybris.backoffice.widgets.notificationarea.NotificationServicegetNotificationService()protected java.lang.StringgetNotificationSource(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.protected UserServicegetUserService()voidperform(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)voidsetBackofficeSavedQueriesService(BackofficeSavedQueriesService backofficeSavedQueriesService)voidsetCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue)voidsetNotificationService(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)voidsetUserService(UserService userService)
-
-
-
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
-
-
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:
performin interfacecom.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, useNotificationService.getWidgetNotificationSource(WidgetInstanceManager)instead.
-
getBackofficeSavedQueriesService
protected BackofficeSavedQueriesService getBackofficeSavedQueriesService()
-
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)
-
-