Uses of Class
de.hybris.platform.ticket.enums.CsEventReason
Packages that use CsEventReason
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.ticket.events.jalo package.
-
Uses of CsEventReason in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return CsEventReasonMethods in de.hybris.platform.customersupportbackoffice.data with parameters of type CsEventReason -
Uses of CsEventReason in de.hybris.platform.ticket.enums
Fields in de.hybris.platform.ticket.enums declared as CsEventReasonModifier and TypeFieldDescriptionstatic final CsEventReasonCsEventReason.COMPLAINTGenerated enum value for CsEventReason.Complaint declared at extension ticketsystem.static final CsEventReasonCsEventReason.FIRSTCONTACTGenerated enum value for CsEventReason.FirstContact declared at extension ticketsystem.static final CsEventReasonCsEventReason.UPDATEGenerated enum value for CsEventReason.Update declared at extension ticketsystem.Methods in de.hybris.platform.ticket.enums that return CsEventReasonModifier and TypeMethodDescriptionstatic CsEventReasonReturns a CsEventReason instance representing the specified enum value. -
Uses of CsEventReason in de.hybris.platform.ticket.events.model
Methods in de.hybris.platform.ticket.events.model that return CsEventReasonModifier and TypeMethodDescriptionCsCustomerEventModel.getReason()Generated method - Getter of theCsCustomerEvent.reasonattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.events.model with parameters of type CsEventReasonModifier and TypeMethodDescriptionvoidCsCustomerEventModel.setReason(CsEventReason value) Generated method - Setter ofCsCustomerEvent.reasonattribute defined at extensionticketsystem. -
Uses of CsEventReason in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return types with arguments of type CsEventReasonModifier and TypeMethodDescriptionTicketService.getEventReasons()Retrieves all available Event Reasons in the system.Methods in de.hybris.platform.ticket.service with parameters of type CsEventReasonModifier and TypeMethodDescriptionTicketBusinessService.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. -
Uses of CsEventReason in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return types with arguments of type CsEventReasonModifier and TypeMethodDescriptionDefaultTicketService.getEventReasons()Retrieves all available Event Reasons in the system.Methods in de.hybris.platform.ticket.service.impl with parameters of type CsEventReasonModifier and TypeMethodDescriptionDefaultTicketBusinessService.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) -
Uses of CsEventReason in de.hybris.platform.ticket.strategies
Methods in de.hybris.platform.ticket.strategies with parameters of type CsEventReasonModifier 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 informationTicketResolutionStrategy.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. -
Uses of CsEventReason in de.hybris.platform.ticket.strategies.impl
Methods in de.hybris.platform.ticket.strategies.impl with parameters of type CsEventReasonModifier and TypeMethodDescriptionDefaultTicketEventStrategy.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) DefaultTicketResolutionStrategy.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note) DefaultTicketResolutionStrategy.unResolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, String note, Collection<MediaModel> attachments) -
Uses of CsEventReason in de.hybris.platform.ticketsystem.data
Methods in de.hybris.platform.ticketsystem.data that return CsEventReasonMethods in de.hybris.platform.ticketsystem.data with parameters of type CsEventReason