Class CreateTicketWizardHandler

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

public class CreateTicketWizardHandler extends CsCreateWizardBaseHandler implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
  • Constructor Details

    • CreateTicketWizardHandler

      public CreateTicketWizardHandler()
  • Method Details

    • perform

      public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, Map<String,String> map)
      Specified by:
      perform in interface com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
    • createTicket

      protected CsTicketModel createTicket(CsCreateTicketForm form)
    • createCsTicketParameter

      protected CsTicketParameter createCsTicketParameter(CsCreateTicketForm form)
    • getCsAgentGroup

      protected CsAgentGroupModel getCsAgentGroup(CsCreateTicketForm form)
    • getUserService

      protected UserService getUserService()
    • setUserService

      public void setUserService(UserService userService)
    • getDefaultCsFormInitialsFactory

      protected DefaultCsFormInitialsFactory getDefaultCsFormInitialsFactory()
    • setDefaultCsFormInitialsFactory

      public void setDefaultCsFormInitialsFactory(DefaultCsFormInitialsFactory defaultCsFormInitialsFactory)
    • getTicketBusinessService

      protected TicketBusinessService getTicketBusinessService()
    • getNotificationService

      protected com.hybris.cockpitng.util.notifications.NotificationService getNotificationService()
    • setNotificationService

      public void setNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService)
    • setTicketBusinessService

      public void setTicketBusinessService(TicketBusinessService ticketBusinessService)
    • getModelService

      public ModelService getModelService()
    • setModelService

      public void setModelService(ModelService modelService)