Uses of Class
de.hybris.platform.ticket.events.model.CsTicketResolutionEventModel
Packages that use CsTicketResolutionEventModel
Package
Description
Contains generated models for each type of de.hybris.platform.ticket.jalo package.
-
Uses of CsTicketResolutionEventModel in de.hybris.platform.ticket.model
Methods in de.hybris.platform.ticket.model that return CsTicketResolutionEventModelModifier and TypeMethodDescriptionCsTicketModel.getResolution()Generated method - Getter of theCsTicket.resolutionattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.model with parameters of type CsTicketResolutionEventModelModifier and TypeMethodDescriptionvoidCsTicketModel.setResolution(CsTicketResolutionEventModel value) Generated method - Setter ofCsTicket.resolutionattribute defined at extensionticketsystem. -
Uses of CsTicketResolutionEventModel in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return CsTicketResolutionEventModelModifier and TypeMethodDescriptionTicketBusinessService.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note) Resolve a ticket and add the associated resolution event.TicketBusinessService.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note, Collection<MediaModel> attachments) Resolve a ticket and add the associated resolution event. -
Uses of CsTicketResolutionEventModel in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return CsTicketResolutionEventModelModifier and TypeMethodDescriptionDefaultTicketBusinessService.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note) DefaultTicketBusinessService.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note, Collection<MediaModel> attachments) -
Uses of CsTicketResolutionEventModel in de.hybris.platform.ticket.strategies
Methods in de.hybris.platform.ticket.strategies that return CsTicketResolutionEventModelModifier and TypeMethodDescriptionTicketResolutionStrategy.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note) Create a resolution event against a ticket and associate it with the ticket.TicketResolutionStrategy.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note, Collection<MediaModel> attachments) Create a resolution event against a ticket and associate it with the ticket. -
Uses of CsTicketResolutionEventModel in de.hybris.platform.ticket.strategies.impl
Methods in de.hybris.platform.ticket.strategies.impl that return CsTicketResolutionEventModelModifier and TypeMethodDescriptionDefaultTicketResolutionStrategy.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note) DefaultTicketResolutionStrategy.resolveTicket(CsTicketModel ticket, CsInterventionType intervention, CsResolutionType resolutionType, String note, Collection<MediaModel> attachments)