Uses of Class
de.hybris.platform.ticket.service.TicketException
-
-
Uses of TicketException in de.hybris.platform.customerticketingfacades.customerticket
Methods in de.hybris.platform.customerticketingfacades.customerticket that throw TicketException Modifier and Type Method Description voidCustomerTicketingFacadeTest. shouldUpdateTicketStatusFromOpenToClose()voidCustomerTicketingFacadeTest. shouldUpdateTicketStatusFromOpenToInProgress() -
Uses of TicketException in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that throw TicketException Modifier and Type Method Description CsTicketModelTicketBusinessService. assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent)Sets the assignedAgent of the Ticket, i.e.CsTicketModelTicketBusinessService. assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group)Sets the assignedGroup of the Ticket, i.e.CsTicketResolutionEventModelTicketBusinessService. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note)Resolve a ticket and add the associated resolution event.CsTicketResolutionEventModelTicketBusinessService. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note, java.util.Collection<MediaModel> attachments)Resolve a ticket and add the associated resolution event.CsTicketModelTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState)Set the state of a ticket.CsTicketModelTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState, java.lang.String note)Set the state of a ticket.CsCustomerEventModelTicketBusinessService. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note)Reverse the resolution of a ticket and add a note to it.CsCustomerEventModelTicketBusinessService. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)Reverse the resolution of a ticket and add a note to it.CsTicketModelTicketBusinessService. updateTicket(CsTicketModel ticket)Update the details of a ticket.CsTicketModelTicketBusinessService. updateTicket(CsTicketModel ticket, java.lang.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 TicketException Modifier and Type Method Description CsTicketModelDefaultTicketBusinessService. assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent)CsTicketModelDefaultTicketBusinessService. assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group)CsTicketResolutionEventModelDefaultTicketBusinessService. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note)CsTicketResolutionEventModelDefaultTicketBusinessService. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note, java.util.Collection<MediaModel> attachments)CsTicketModelDefaultTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState)CsTicketModelDefaultTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState, java.lang.String note)CsCustomerEventModelDefaultTicketBusinessService. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note)CsCustomerEventModelDefaultTicketBusinessService. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)CsTicketModelDefaultTicketBusinessService. updateTicket(CsTicketModel ticket)CsTicketModelDefaultTicketBusinessService. updateTicket(CsTicketModel ticket, java.lang.String note) -
Uses of TicketException in de.hybris.platform.ticket.strategies
Methods in de.hybris.platform.ticket.strategies that throw TicketException Modifier and Type Method Description CsTicketEventModelTicketUpdateStrategy. assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent)Assign the ticket to a new agent, or null to make the ticket unassigned.CsTicketEventModelTicketUpdateStrategy. assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group)Assign the ticket to a new group, or null to make the ticket unassigned.CsTicketResolutionEventModelTicketResolutionStrategy. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note)Create a resolution event against a ticket and associate it with the ticket.CsTicketResolutionEventModelTicketResolutionStrategy. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note, java.util.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, java.lang.String note)Set the state of the ticket.CsCustomerEventModelTicketResolutionStrategy. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.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.CsCustomerEventModelTicketResolutionStrategy. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.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.CsTicketModelTicketUpdateStrategy. updateTicket(CsTicketModel ticket)Store all updated attributes on a ticket.CsTicketModelTicketUpdateStrategy. updateTicket(CsTicketModel ticket, java.lang.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 TicketException Modifier and Type Method Description CsTicketEventModelDefaultTicketUpdateStrategy. assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent)CsTicketEventModelDefaultTicketUpdateStrategy. 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)CsTicketResolutionEventModelDefaultTicketResolutionStrategy. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note)CsTicketResolutionEventModelDefaultTicketResolutionStrategy. resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, java.lang.String note, java.util.Collection<MediaModel> attachments)voidDefaultTicketUpdateStrategy. setTicketState(CsTicketModel ticket, CsTicketState newState)voidDefaultTicketUpdateStrategy. setTicketState(CsTicketModel ticket, CsTicketState newState, java.lang.String note)CsCustomerEventModelDefaultTicketResolutionStrategy. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note)CsCustomerEventModelDefaultTicketResolutionStrategy. unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)CsTicketModelDefaultTicketUpdateStrategy. updateTicket(CsTicketModel ticket)CsTicketModelDefaultTicketUpdateStrategy. updateTicket(CsTicketModel ticket, java.lang.String note) -
Uses of TicketException in de.hybris.platform.yacceleratorcore.retention.impl
Methods in de.hybris.platform.yacceleratorcore.retention.impl that throw TicketException Modifier and Type Method Description voidDefaultCSTicketStagnationActionTest. shouldCleanupAndInvokeHooks()
-