Uses of Class
de.hybris.platform.ticket.enums.CsEventReason
-
Packages that use CsEventReason Package Description de.hybris.platform.customersupportbackoffice.data de.hybris.platform.ticket.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.ticket.events.model Contains generated models for each type of de.hybris.platform.ticket.events.jalo package.de.hybris.platform.ticket.service de.hybris.platform.ticket.service.impl de.hybris.platform.ticket.strategies de.hybris.platform.ticket.strategies.impl de.hybris.platform.ticketsystem.data -
-
Uses of CsEventReason in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return CsEventReason Modifier and Type Method Description CsEventReasonCsCreateTicketForm. getReason()Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type CsEventReason Modifier and Type Method Description voidCsCreateTicketForm. setReason(CsEventReason reason) -
Uses of CsEventReason in de.hybris.platform.ticket.enums
Fields in de.hybris.platform.ticket.enums declared as CsEventReason Modifier and Type Field Description static CsEventReasonCsEventReason. COMPLAINTGenerated enum value for CsEventReason.Complaint declared at extension ticketsystem.static CsEventReasonCsEventReason. FIRSTCONTACTGenerated enum value for CsEventReason.FirstContact declared at extension ticketsystem.static CsEventReasonCsEventReason. UPDATEGenerated enum value for CsEventReason.Update declared at extension ticketsystem.Methods in de.hybris.platform.ticket.enums that return CsEventReason Modifier and Type Method Description static CsEventReasonCsEventReason. valueOf(java.lang.String code)Returns 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 CsEventReason Modifier and Type Method Description CsEventReasonCsCustomerEventModel. getReason()Generated method - Getter of theCsCustomerEvent.reasonattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.events.model with parameters of type CsEventReason Modifier and Type Method Description voidCsCustomerEventModel. 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 CsEventReason Modifier and Type Method Description java.util.List<CsEventReason>TicketService. getEventReasons()Retrieves all available Event Reasons in the system.Methods in de.hybris.platform.ticket.service with parameters of type CsEventReason 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. -
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 CsEventReason Modifier and Type Method Description java.util.List<CsEventReason>DefaultTicketService. getEventReasons()Retrieves all available Event Reasons in the system.Methods in de.hybris.platform.ticket.service.impl with parameters of type CsEventReason 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) -
Uses of CsEventReason in de.hybris.platform.ticket.strategies
Methods in de.hybris.platform.ticket.strategies with parameters of type CsEventReason 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 informationCsCustomerEventModelTicketResolutionStrategy. 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. -
Uses of CsEventReason in de.hybris.platform.ticket.strategies.impl
Methods in de.hybris.platform.ticket.strategies.impl with parameters of type CsEventReason Modifier and Type Method Description 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)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) -
Uses of CsEventReason in de.hybris.platform.ticketsystem.data
Methods in de.hybris.platform.ticketsystem.data that return CsEventReason Modifier and Type Method Description CsEventReasonCsTicketParameter. getReason()Methods in de.hybris.platform.ticketsystem.data with parameters of type CsEventReason Modifier and Type Method Description voidCsTicketParameter. setReason(CsEventReason reason)
-