Uses of Class
de.hybris.platform.ticket.service.TicketException
Packages that use TicketException
Package
Description
-
Uses of TicketException in de.hybris.platform.customerticketingfacades.customerticket
Methods in de.hybris.platform.customerticketingfacades.customerticket that throw TicketExceptionModifier and TypeMethodDescriptionvoidCustomerTicketingFacadeTest.shouldUpdateTicketStatusFromOpenToClose()voidCustomerTicketingFacadeTest.shouldUpdateTicketStatusFromOpenToInProgress() -
Uses of TicketException in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that throw TicketExceptionModifier and TypeMethodDescriptionTicketBusinessService.assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent) Sets the assignedAgent of the Ticket, i.e.TicketBusinessService.assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group) Sets the assignedGroup of the Ticket, i.e.TicketBusinessService.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note) Resolve a ticket and add the associated resolution event.TicketBusinessService.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note, Collection<MediaModel> attachments) Resolve a ticket and add the associated resolution event.TicketBusinessService.setTicketState(CsTicketModel ticket, CsTicketState newState) Set the state of a ticket.TicketBusinessService.setTicketState(CsTicketModel ticket, CsTicketState newState, String note) Set the state of a ticket.TicketBusinessService.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note) Reverse the resolution of a ticket and add a note to it.TicketBusinessService.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) Reverse the resolution of a ticket and add a note to it.TicketBusinessService.updateTicket(CsTicketModel ticket) Update the details of a ticket.TicketBusinessService.updateTicket(CsTicketModel ticket, String note) Update the details of a ticket. -
Uses of TicketException in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that throw TicketExceptionModifier and TypeMethodDescriptionDefaultTicketBusinessService.assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent) DefaultTicketBusinessService.assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group) DefaultTicketBusinessService.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note) DefaultTicketBusinessService.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note, Collection<MediaModel> attachments) DefaultTicketBusinessService.setTicketState(CsTicketModel ticket, CsTicketState newState) DefaultTicketBusinessService.setTicketState(CsTicketModel ticket, CsTicketState newState, String note) DefaultTicketBusinessService.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note) DefaultTicketBusinessService.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) DefaultTicketBusinessService.updateTicket(CsTicketModel ticket) DefaultTicketBusinessService.updateTicket(CsTicketModel ticket, String note) -
Uses of TicketException in de.hybris.platform.ticket.strategies
Methods in de.hybris.platform.ticket.strategies that throw TicketExceptionModifier and TypeMethodDescriptionTicketUpdateStrategy.assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent) Assign the ticket to a new agent, or null to make the ticket unassigned.TicketUpdateStrategy.assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group) Assign the ticket to a new group, or null to make the ticket unassigned.TicketResolutionStrategy.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note) Create a resolution event against a ticket and associate it with the ticket.TicketResolutionStrategy.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note, Collection<MediaModel> attachments) Create a resolution event against a ticket and associate it with the ticket.voidTicketUpdateStrategy.setTicketState(CsTicketModel ticket, CsTicketState newState) Set the state of the ticket.voidTicketUpdateStrategy.setTicketState(CsTicketModel ticket, CsTicketState newState, String note) Set the state of the ticket.TicketResolutionStrategy.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note) Remove the resolution event from the ticket (although keep in in the list of events) and add a note to a ticket to indicate that it is no longer resolved.TicketResolutionStrategy.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) Remove the resolution event from the ticket (although keep in in the list of events) and add a note to a ticket to indicate that it is no longer resolved.TicketUpdateStrategy.updateTicket(CsTicketModel ticket) Store all updated attributes on a ticket.TicketUpdateStrategy.updateTicket(CsTicketModel ticket, String note) Store all updated attributes on a ticket. -
Uses of TicketException in de.hybris.platform.ticket.strategies.impl
Methods in de.hybris.platform.ticket.strategies.impl that throw TicketExceptionModifier and TypeMethodDescriptionDefaultTicketUpdateStrategy.assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent) DefaultTicketUpdateStrategy.assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group) protected RendererTemplateModelDefaultTicketRenderStrategy.getTemplateForEvent(CsTicketEventModel ticketEvent) protected voidDefaultTicketUpdateStrategy.preChangeTicketAssignment(CsTicketModel ticket, EmployeeModel agent) protected voidDefaultTicketUpdateStrategy.preChangeTicketGroup(CsTicketModel ticket, CsAgentGroupModel group) protected voidDefaultTicketUpdateStrategy.preSetTicketState(CsTicketModel ticket, CsTicketState newState) DefaultTicketResolutionStrategy.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note) DefaultTicketResolutionStrategy.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note, Collection<MediaModel> attachments) voidDefaultTicketUpdateStrategy.setTicketState(CsTicketModel ticket, CsTicketState newState) voidDefaultTicketUpdateStrategy.setTicketState(CsTicketModel ticket, CsTicketState newState, String note) DefaultTicketResolutionStrategy.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note) DefaultTicketResolutionStrategy.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) DefaultTicketUpdateStrategy.updateTicket(CsTicketModel ticket) DefaultTicketUpdateStrategy.updateTicket(CsTicketModel ticket, String note) -
Uses of TicketException in de.hybris.platform.yacceleratorcore.retention.impl
Methods in de.hybris.platform.yacceleratorcore.retention.impl that throw TicketExceptionModifier and TypeMethodDescriptionvoidDefaultCSTicketStagnationActionTest.shouldCleanupAndInvokeHooks()