Uses of Class
de.hybris.platform.ticket.enums.CsResolutionType
-
Packages that use CsResolutionType Package Description de.hybris.platform.customersupportbackoffice.data de.hybris.platform.ticket.dao de.hybris.platform.ticket.dao.impl 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 -
-
Uses of CsResolutionType in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return CsResolutionType Modifier and Type Method Description CsResolutionTypeCsCloseTicketForm. getResolution()Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type CsResolutionType Modifier and Type Method Description voidCsCloseTicketForm. setResolution(CsResolutionType resolution) -
Uses of CsResolutionType in de.hybris.platform.ticket.dao
Methods in de.hybris.platform.ticket.dao with parameters of type CsResolutionType Modifier and Type Method Description java.util.List<CsTicketModel>TicketDao. findTicketsByResolutionType(CsResolutionType... resolutionType)Find all the tickets that have the provided Resolution Type(s). -
Uses of CsResolutionType in de.hybris.platform.ticket.dao.impl
Methods in de.hybris.platform.ticket.dao.impl with parameters of type CsResolutionType Modifier and Type Method Description java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByResolutionType(CsResolutionType... resolutionType)Find all the tickets that have the provided Resolution Type(s). -
Uses of CsResolutionType in de.hybris.platform.ticket.enums
Fields in de.hybris.platform.ticket.enums declared as CsResolutionType Modifier and Type Field Description static CsResolutionTypeCsResolutionType. CLOSEDGenerated enum value for CsResolutionType.Closed declared at extension ticketsystem.static CsResolutionTypeCsResolutionType. CLOSEDDUPLICATEGenerated enum value for CsResolutionType.ClosedDuplicate declared at extension ticketsystem.Methods in de.hybris.platform.ticket.enums that return CsResolutionType Modifier and Type Method Description static CsResolutionTypeCsResolutionType. valueOf(java.lang.String code)Returns a CsResolutionType instance representing the specified enum value. -
Uses of CsResolutionType in de.hybris.platform.ticket.events.model
Methods in de.hybris.platform.ticket.events.model that return CsResolutionType Modifier and Type Method Description CsResolutionTypeCsTicketResolutionEventModel. getResolutionType()Generated method - Getter of theCsTicketResolutionEvent.resolutionTypeattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.events.model with parameters of type CsResolutionType Modifier and Type Method Description voidCsTicketResolutionEventModel. setResolutionType(CsResolutionType value)Generated method - Initial setter ofCsTicketResolutionEvent.resolutionTypeattribute defined at extensionticketsystem.Constructors in de.hybris.platform.ticket.events.model with parameters of type CsResolutionType Constructor Description CsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, ItemModel _owner, CsResolutionType _resolutionType, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCsTicketResolutionEventModel(UserModel _author, CommentTypeModel _commentType, ComponentModel _component, CsResolutionType _resolutionType, java.lang.String _text)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CsResolutionType in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return types with arguments of type CsResolutionType Modifier and Type Method Description java.util.List<CsResolutionType>TicketService. getResolutionTypes()Retrieves all available Resolution Types in the system.Methods in de.hybris.platform.ticket.service with parameters of type CsResolutionType Modifier and Type Method Description java.util.List<CsTicketModel>TicketService. getTicketsForResolutionType(CsResolutionType... resolutionType)Find all the tickets that have the provided Resolution Type(s).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. -
Uses of CsResolutionType in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return types with arguments of type CsResolutionType Modifier and Type Method Description java.util.List<CsResolutionType>DefaultTicketService. getResolutionTypes()Retrieves all available Resolution Types in the system.Methods in de.hybris.platform.ticket.service.impl with parameters of type CsResolutionType Modifier and Type Method Description java.util.List<CsTicketModel>DefaultTicketService. getTicketsForResolutionType(CsResolutionType... resolutionType)Find all the tickets that have the provided Resolution Type(s).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) -
Uses of CsResolutionType in de.hybris.platform.ticket.strategies
Methods in de.hybris.platform.ticket.strategies with parameters of type CsResolutionType Modifier and Type Method Description CsTicketResolutionEventModelTicketResolutionStrategy. 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. -
Uses of CsResolutionType in de.hybris.platform.ticket.strategies.impl
Methods in de.hybris.platform.ticket.strategies.impl with parameters of type CsResolutionType Modifier and Type Method Description 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)
-