Class CloseTicketWizardHandler
- java.lang.Object
-
- de.hybris.platform.customersupportbackoffice.widgets.CloseTicketWizardHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class CloseTicketWizardHandler extends java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerHandler for resolve ticket wizard.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.hybris.cockpitng.util.notifications.NotificationServicenotificationService
-
Constructor Summary
Constructors Constructor Description CloseTicketWizardHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.hybris.cockpitng.util.notifications.NotificationServicegetNotificationService()protected TicketBusinessServicegetTicketBusinessService()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)voidsetNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService)voidsetTicketBusinessService(TicketBusinessService ticketBusinessService)
-
-
-
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
-
getTicketBusinessService
protected TicketBusinessService getTicketBusinessService()
-
setTicketBusinessService
public void setTicketBusinessService(TicketBusinessService ticketBusinessService)
-
getNotificationService
protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()
-
setNotificationService
public void setNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService)
-
-