Uses of Class
de.hybris.platform.ticket.events.model.CsCustomerEventModel
Packages that use CsCustomerEventModel
Package
Description
Contains generated models for each type of de.hybris.platform.ticket.events.jalo package.
-
Uses of CsCustomerEventModel in de.hybris.platform.customerticketingfacades.customerticket
Methods in de.hybris.platform.customerticketingfacades.customerticket that return types with arguments of type CsCustomerEventModelModifier and TypeMethodDescriptionprotected Converter<CsCustomerEventModel,TicketEventData> DefaultCustomerTicketingFacade.getTicketEventConverter()Method parameters in de.hybris.platform.customerticketingfacades.customerticket with type arguments of type CsCustomerEventModelModifier and TypeMethodDescriptionvoidDefaultCustomerTicketingFacade.setTicketEventConverter(Converter<CsCustomerEventModel, TicketEventData> ticketEventConverter) -
Uses of CsCustomerEventModel in de.hybris.platform.ticket.events.model
Subclasses of CsCustomerEventModel in de.hybris.platform.ticket.events.modelModifier and TypeClassDescriptionclassGenerated 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 CsCustomerEventModelModifier and TypeMethodDescriptionprotected booleanCsCustomerEventPrepareInterceptor.canSubjectBePopulated(CsCustomerEventModel event, CsTicketModel ticket) -
Uses of CsCustomerEventModel in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return CsCustomerEventModelModifier and TypeMethodDescriptionTicketBusinessService.addAttachmentToNote(CsTicketModel ticket, CsCustomerEventModel event, MediaModel attachment) Add an attachment to a previously created event (i.e.TicketBusinessService.addCustomerEmailToTicket(CsTicketModel ticket, CsEventReason reason, String subject, String emailBody, Collection<MediaModel> attachments) Add a customer email to the specified ticket.TicketBusinessService.addNoteToTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) Add a note to the specified 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.Methods in de.hybris.platform.ticket.service with parameters of type CsCustomerEventModelModifier and TypeMethodDescriptionTicketBusinessService.addAttachmentToNote(CsTicketModel ticket, CsCustomerEventModel event, MediaModel attachment) Add an attachment to a previously created event (i.e.TicketBusinessService.createTicket(CsTicketModel ticket, CsCustomerEventModel creationEvent) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CsCustomerEventModel in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return CsCustomerEventModelModifier and TypeMethodDescriptionDefaultTicketBusinessService.addAttachmentToNote(CsTicketModel ticket, CsCustomerEventModel event, MediaModel attachment) DefaultTicketBusinessService.addCustomerEmailToTicket(CsTicketModel ticket, CsEventReason reason, String subject, String emailBody, Collection<MediaModel> attachments) DefaultTicketBusinessService.addNoteToTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) DefaultTicketBusinessService.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note) DefaultTicketBusinessService.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) Methods in de.hybris.platform.ticket.service.impl with parameters of type CsCustomerEventModelModifier and TypeMethodDescriptionDefaultTicketBusinessService.addAttachmentToNote(CsTicketModel ticket, CsCustomerEventModel event, MediaModel attachment) DefaultTicketBusinessService.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 CsCustomerEventModelModifier and TypeMethodDescriptionTicketEventStrategy.createCreationEventForTicket(CsTicketModel ticket, CsEventReason reason, CsInterventionType interventionType, String text) Create a creation event for the specified ticket.TicketEventStrategy.createCustomerEmailForTicket(CsTicketModel ticket, CsEventReason reason, String subject, String emailBody, Collection<MediaModel> attachments) Create a note against the ticket which is sent as an email to the customer the ticket relates toTicketEventStrategy.createNoteForTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) Create and internal note against the ticket with the specified informationTicketEventStrategy.ensureTicketEventSetupForCreationEvent(CsTicketModel ticket, CsCustomerEventModel creationEvent) Ensure that the specified creation event is correctly setup and bound to 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.Methods in de.hybris.platform.ticket.strategies with parameters of type CsCustomerEventModelModifier and TypeMethodDescriptionTicketEventStrategy.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 CsCustomerEventModelModifier and TypeMethodDescriptionDefaultTicketEventStrategy.createAssignAgentToTicket(CsTicketModel ticket) DefaultTicketEventStrategy.createCreationEventForTicket(CsTicketModel ticket, CsEventReason reason, CsInterventionType interventionType, String text) DefaultTicketEventStrategy.createCustomerEmailForTicket(CsTicketModel ticket, CsEventReason reason, String subject, String emailBody, Collection<MediaModel> attachments) DefaultTicketEventStrategy.createNoteForTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) DefaultTicketEventStrategy.ensureTicketEventSetupForCreationEvent(CsTicketModel ticket, CsCustomerEventModel creationEvent) DefaultTicketResolutionStrategy.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note) DefaultTicketResolutionStrategy.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) Methods in de.hybris.platform.ticket.strategies.impl with parameters of type CsCustomerEventModelModifier and TypeMethodDescriptionDefaultTicketEventStrategy.ensureTicketEventSetupForCreationEvent(CsTicketModel ticket, CsCustomerEventModel creationEvent) protected voidDefaultTicketEventStrategy.onTicketCreation(CsTicketModel ticket, CsCustomerEventModel creationEvent) Placeholder for post ticket creation business rules
TicketBusinessService.createTicket(CsTicketParameter)instead