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 Summary
Constructors Constructor Description CreateTicketWizardHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CsTicketParametercreateCsTicketParameter(CsCreateTicketForm form)protected CsTicketModelcreateTicket(CsCreateTicketForm form)protected CsAgentGroupModelgetCsAgentGroup(CsCreateTicketForm form)protected DefaultCsFormInitialsFactorygetDefaultCsFormInitialsFactory()ModelServicegetModelService()protected com.hybris.cockpitng.util.notifications.NotificationServicegetNotificationService()protected TicketBusinessServicegetTicketBusinessService()protected UserServicegetUserService()voidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, java.util.Map<java.lang.String,java.lang.String> map)voidsetDefaultCsFormInitialsFactory(DefaultCsFormInitialsFactory defaultCsFormInitialsFactory)voidsetModelService(ModelService modelService)voidsetNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService)voidsetTicketBusinessService(TicketBusinessService ticketBusinessService)voidsetUserService(UserService userService)-
Methods inherited from class de.hybris.platform.customersupportbackoffice.widgets.CsCreateWizardBaseHandler
getCockpitEventQueue, isCockpitEventNotificationDisabledInCtx, populateEventContext, publishEvent, setCockpitEventQueue
-
-
-
-
Method Detail
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, java.util.Map<java.lang.String,java.lang.String> map)- Specified by:
performin interfacecom.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)
-
-