Uses of Class
de.hybris.platform.ticket.enums.CsInterventionType
-
Packages that use CsInterventionType Package Description de.hybris.platform.customersupportbackoffice.data de.hybris.platform.customersupportbackoffice.renderers 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 CsInterventionType in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return CsInterventionType Modifier and Type Method Description CsInterventionTypeCsCreateTicketForm. getIntervention()Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type CsInterventionType Modifier and Type Method Description voidCsCreateTicketForm. setIntervention(CsInterventionType intervention) -
Uses of CsInterventionType in de.hybris.platform.customersupportbackoffice.renderers
Methods in de.hybris.platform.customersupportbackoffice.renderers with parameters of type CsInterventionType Modifier and Type Method Description protected voidCorrespondenceRenderer. highlightReplyTextBox(CsInterventionType selectedInterventionType)Adds CSS class to the replyTextbox to highlight the color based on selection of the radio / combo item -
Uses of CsInterventionType in de.hybris.platform.ticket.enums
Fields in de.hybris.platform.ticket.enums declared as CsInterventionType Modifier and Type Field Description static CsInterventionTypeCsInterventionType. CALLGenerated enum value for CsInterventionType.Call declared at extension ticketsystem.static CsInterventionTypeCsInterventionType. EMAILGenerated enum value for CsInterventionType.Email declared at extension ticketsystem.static CsInterventionTypeCsInterventionType. IMGenerated enum value for CsInterventionType.IM declared at extension ticketsystem.static CsInterventionTypeCsInterventionType. PRIVATEGenerated enum value for CsInterventionType.Private declared at extension ticketsystem.static CsInterventionTypeCsInterventionType. TICKETMESSAGEGenerated enum value for CsInterventionType.TicketMessage declared at extension ticketsystem.Methods in de.hybris.platform.ticket.enums that return CsInterventionType Modifier and Type Method Description static CsInterventionTypeCsInterventionType. valueOf(java.lang.String code)Returns a CsInterventionType instance representing the specified enum value. -
Uses of CsInterventionType in de.hybris.platform.ticket.events.model
Methods in de.hybris.platform.ticket.events.model that return CsInterventionType Modifier and Type Method Description CsInterventionTypeCsCustomerEventModel. getInterventionType()Generated method - Getter of theCsCustomerEvent.interventionTypeattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.events.model with parameters of type CsInterventionType Modifier and Type Method Description voidCsCustomerEventModel. setInterventionType(CsInterventionType value)Generated method - Setter ofCsCustomerEvent.interventionTypeattribute defined at extensionticketsystem. -
Uses of CsInterventionType in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return types with arguments of type CsInterventionType Modifier and Type Method Description java.util.List<CsInterventionType>TicketService. getInterventionTypes()Retrieves all available Intervention Types in the system.Methods in de.hybris.platform.ticket.service with parameters of type CsInterventionType Modifier and Type Method Description CsCustomerEventModelTicketBusinessService. addNoteToTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)Add a note to the specified ticket.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.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 CsInterventionType in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return types with arguments of type CsInterventionType Modifier and Type Method Description java.util.List<CsInterventionType>DefaultTicketService. getInterventionTypes()Retrieves all available Intervention Types in the system.Methods in de.hybris.platform.ticket.service.impl with parameters of type CsInterventionType Modifier and Type Method Description CsCustomerEventModelDefaultTicketBusinessService. addNoteToTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)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)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 CsInterventionType in de.hybris.platform.ticket.strategies
Methods in de.hybris.platform.ticket.strategies with parameters of type CsInterventionType 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. 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 informationCsTicketResolutionEventModelTicketResolutionStrategy. 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.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. -
Uses of CsInterventionType in de.hybris.platform.ticket.strategies.impl
Methods in de.hybris.platform.ticket.strategies.impl with parameters of type CsInterventionType Modifier and Type Method Description CsCustomerEventModelDefaultTicketEventStrategy. createCreationEventForTicket(CsTicketModel ticket, CsEventReason reason, CsInterventionType interventionType, java.lang.String text)CsCustomerEventModelDefaultTicketEventStrategy. createNoteForTicket(CsTicketModel ticket, CsInterventionType intervention, CsEventReason reason, java.lang.String note, java.util.Collection<MediaModel> attachments)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)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 CsInterventionType in de.hybris.platform.ticketsystem.data
Methods in de.hybris.platform.ticketsystem.data that return CsInterventionType Modifier and Type Method Description CsInterventionTypeCsTicketParameter. getInterventionType()Methods in de.hybris.platform.ticketsystem.data with parameters of type CsInterventionType Modifier and Type Method Description voidCsTicketParameter. setInterventionType(CsInterventionType interventionType)
-