Class CloseTicketWizardHandler

java.lang.Object
de.hybris.platform.customersupportbackoffice.widgets.CloseTicketWizardHandler
All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler

public class CloseTicketWizardHandler extends Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Handler for resolve ticket wizard.
  • Field Details

    • notificationService

      protected com.hybris.cockpitng.util.notifications.NotificationService notificationService
  • Constructor Details

    • CloseTicketWizardHandler

      public CloseTicketWizardHandler()
  • 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:
      perform in interface com.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)