Uses of Class
de.hybris.platform.ticket.events.model.CsCustomerEventModel
-
Packages that use CsCustomerEventModel Package Description de.hybris.platform.ticket.events.model Contains generated models for each type of de.hybris.platform.ticket.events.jalo package.de.hybris.platform.ticket.interceptors de.hybris.platform.ticket.service de.hybris.platform.ticket.service.impl de.hybris.platform.ticket.strategies de.hybris.platform.ticket.strategies.impl -
-
Uses of CsCustomerEventModel in de.hybris.platform.ticket.events.model
Subclasses of CsCustomerEventModel in de.hybris.platform.ticket.events.model Modifier and Type Class Description classCsTicketResolutionEventModelGenerated model class for type CsTicketResolutionEvent first defined at extension ticketsystem. -
Uses of CsCustomerEventModel in de.hybris.platform.ticket.interceptors
Methods in de.hybris.platform.ticket.interceptors with parameters of type CsCustomerEventModel Modifier and Type Method Description protected booleanCsCustomerEventPrepareInterceptor. canSubjectBePopulated(CsCustomerEventModel event, CsTicketModel ticket) -
Uses of CsCustomerEventModel in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return CsCustomerEventModel Modifier and Type Method Description CsCustomerEventModelTicketBusinessService. addCustomerEmailToTicket(CsTicketModel ticket, CsEventReason reason, java.lang.String subject, java.lang.String emailBody, java.util.Collection<MediaModel> attachments)Add a customer email to the specified ticket.CsCustomerEventModelTicketBusinessService. addNoteToTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)Add a note to the specified 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.Methods in de.hybris.platform.ticket.service with parameters of type CsCustomerEventModel Modifier and Type Method Description CsTicketModelTicketBusinessService. createTicket(CsTicketModel ticket, CsCustomerEventModel creationEvent)Deprecated, for removal: This API element is subject to removal in a future version.since 6.0 useTicketBusinessService.createTicket(CsTicketParameter)instead -
Uses of CsCustomerEventModel in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return CsCustomerEventModel Modifier and Type Method Description CsCustomerEventModelDefaultTicketBusinessService. addCustomerEmailToTicket(CsTicketModel ticket, CsEventReason reason, java.lang.String subject, java.lang.String emailBody, java.util.Collection<MediaModel> attachments)CsCustomerEventModelDefaultTicketBusinessService. addNoteToTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)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)Methods in de.hybris.platform.ticket.service.impl with parameters of type CsCustomerEventModel Modifier and Type Method Description CsTicketModelDefaultTicketBusinessService. createTicket(CsTicketModel ticket, CsCustomerEventModel creationEvent)Deprecated, for removal: This API element is subject to removal in a future version.since 6.0 useDefaultTicketBusinessService.createTicket(CsTicketParameter)insteadprotected CsTicketModelDefaultTicketBusinessService. createTicketInternal(CsTicketModel ticket, CsCustomerEventModel creationEvent) -
Uses of CsCustomerEventModel in de.hybris.platform.ticket.strategies
Methods in de.hybris.platform.ticket.strategies that return CsCustomerEventModel Modifier and Type Method Description CsCustomerEventModelTicketEventStrategy. createCreationEventForTicket(CsTicketModel ticket, CsEventReason reason, CsInterventionType interventionType, java.lang.String text)Create a creation event for the specified ticket.CsCustomerEventModelTicketEventStrategy. createCustomerEmailForTicket(CsTicketModel ticket, CsEventReason reason, java.lang.String subject, java.lang.String emailBody, java.util.Collection<MediaModel> attachments)Create a note against the ticket which is sent as an email to the customer the ticket relates toCsCustomerEventModelTicketEventStrategy. createNoteForTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)Create and internal note against the ticket with the specified informationCsCustomerEventModelTicketEventStrategy. ensureTicketEventSetupForCreationEvent(CsTicketModel ticket, CsCustomerEventModel creationEvent)Ensure that the specified creation event is correctly setup and bound to 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.Methods in de.hybris.platform.ticket.strategies with parameters of type CsCustomerEventModel Modifier and Type Method Description CsCustomerEventModelTicketEventStrategy. ensureTicketEventSetupForCreationEvent(CsTicketModel ticket, CsCustomerEventModel creationEvent)Ensure that the specified creation event is correctly setup and bound to the ticket. -
Uses of CsCustomerEventModel in de.hybris.platform.ticket.strategies.impl
Methods in de.hybris.platform.ticket.strategies.impl that return CsCustomerEventModel Modifier and Type Method Description CsCustomerEventModelDefaultTicketEventStrategy. createAssignAgentToTicket(CsTicketModel ticket)CsCustomerEventModelDefaultTicketEventStrategy. createCreationEventForTicket(CsTicketModel ticket, CsEventReason reason, CsInterventionType interventionType, java.lang.String text)CsCustomerEventModelDefaultTicketEventStrategy. createCustomerEmailForTicket(CsTicketModel ticket, CsEventReason reason, java.lang.String subject, java.lang.String emailBody, java.util.Collection<MediaModel> attachments)CsCustomerEventModelDefaultTicketEventStrategy. createNoteForTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)CsCustomerEventModelDefaultTicketEventStrategy. ensureTicketEventSetupForCreationEvent(CsTicketModel ticket, CsCustomerEventModel creationEvent)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)Methods in de.hybris.platform.ticket.strategies.impl with parameters of type CsCustomerEventModel Modifier and Type Method Description CsCustomerEventModelDefaultTicketEventStrategy. ensureTicketEventSetupForCreationEvent(CsTicketModel ticket, CsCustomerEventModel creationEvent)protected voidDefaultTicketEventStrategy. onTicketCreation(CsTicketModel ticket, CsCustomerEventModel creationEvent)Placeholder for post ticket creation business rules
-