public class SaveAdvancedSearchQueryWizardHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
BACKOFFICE_SAVED_QUERY_MODEL |
protected static java.lang.String |
SAVE_ADVANCED_SEARCH_QUERY_FORM |
| Constructor and Description |
|---|
SaveAdvancedSearchQueryWizardHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected BackofficeSavedQueriesService |
getBackofficeSavedQueriesService() |
protected CockpitEventQueue |
getCockpitEventQueue() |
protected NotificationService |
getNotificationService() |
protected java.lang.String |
getNotificationSource(WidgetInstanceManager wim)
Deprecated.
since 6.7, use
NotificationService#getWidgetNotificationSource(WidgetInstanceManager) instead. |
protected UserService |
getUserService() |
void |
perform(CustomType customType,
FlowActionHandlerAdapter adapter,
java.util.Map<java.lang.String,java.lang.String> parameters) |
void |
setBackofficeSavedQueriesService(BackofficeSavedQueriesService backofficeSavedQueriesService) |
void |
setCockpitEventQueue(CockpitEventQueue cockpitEventQueue) |
void |
setNotificationService(NotificationService notificationService) |
void |
setUserService(UserService userService) |
protected static final java.lang.String BACKOFFICE_SAVED_QUERY_MODEL
protected static final java.lang.String SAVE_ADVANCED_SEARCH_QUERY_FORM
public SaveAdvancedSearchQueryWizardHandler()
public void perform(CustomType customType,
FlowActionHandlerAdapter adapter,
java.util.Map<java.lang.String,java.lang.String> parameters)
@Deprecated protected java.lang.String getNotificationSource(WidgetInstanceManager wim)
NotificationService#getWidgetNotificationSource(WidgetInstanceManager) instead.protected BackofficeSavedQueriesService getBackofficeSavedQueriesService()
public void setBackofficeSavedQueriesService(BackofficeSavedQueriesService backofficeSavedQueriesService)
protected UserService getUserService()
public void setUserService(UserService userService)
protected CockpitEventQueue getCockpitEventQueue()
public void setCockpitEventQueue(CockpitEventQueue cockpitEventQueue)
protected NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
Copyright © 2018 SAP SE. All Rights Reserved.