Uses of Class
de.hybris.platform.ticket.model.CsTicketModel
-
-
Uses of CsTicketModel in de.hybris.platform.acceleratorservices.order.actions
Methods in de.hybris.platform.acceleratorservices.order.actions that return CsTicketModel Modifier and Type Method Description protected CsTicketModelCreateConsignmentMovedToCSTicketAction. createTicket(java.lang.String subject, java.lang.String description, AbstractOrderModel order, CsTicketCategory category, CsTicketPriority priority) -
Uses of CsTicketModel in de.hybris.platform.assistedservicefacades.util
Methods in de.hybris.platform.assistedservicefacades.util with parameters of type CsTicketModel Modifier and Type Method Description static java.lang.StringAssistedServiceUtils. populateTicketUrl(CsTicketModel ticket, BaseSiteModel currentSite) -
Uses of CsTicketModel in de.hybris.platform.assistedservicestorefront.customer360.populators
Methods in de.hybris.platform.assistedservicestorefront.customer360.populators with parameters of type CsTicketModel Modifier and Type Method Description voidGeneralActivityTicketPopulator. populate(CsTicketModel ticketModel, GeneralActivityData ticketData) -
Uses of CsTicketModel in de.hybris.platform.assistedservicestorefront.customer360.provider
Methods in de.hybris.platform.assistedservicestorefront.customer360.provider that return CsTicketModel Modifier and Type Method Description protected CsTicketModelHeadingDataProvider. getLatestUpdatedOpenTicketForCustomer(UserModel customer)Methods in de.hybris.platform.assistedservicestorefront.customer360.provider that return types with arguments of type CsTicketModel Modifier and Type Method Description Converter<CsTicketModel,GeneralActivityData>TicketsModelProvider. getTicketConverter()Method parameters in de.hybris.platform.assistedservicestorefront.customer360.provider with type arguments of type CsTicketModel Modifier and Type Method Description voidTicketsModelProvider. setTicketConverter(Converter<CsTicketModel,GeneralActivityData> ticketConverter) -
Uses of CsTicketModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type CsTicketModel Modifier and Type Method Description java.util.List<CsTicketModel>CustomerModel. getTickets()Generated method - Getter of theCustomer.ticketsdynamic attribute defined at extensionticketsystem.Method parameters in de.hybris.platform.core.model.user with type arguments of type CsTicketModel Modifier and Type Method Description voidCustomerModel. setTickets(java.util.List<CsTicketModel> value)Generated method - Setter ofCustomer.ticketsdynamic attribute defined at extensionticketsystem. -
Uses of CsTicketModel in de.hybris.platform.customersupportbackoffice.editor
Methods in de.hybris.platform.customersupportbackoffice.editor with parameters of type CsTicketModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>TicketStateEditor. createWizardContext(java.lang.String typeName, CsTicketModel ticket, com.hybris.cockpitng.engine.WidgetInstanceManager wim) -
Uses of CsTicketModel in de.hybris.platform.customersupportbackoffice.renderers
Methods in de.hybris.platform.customersupportbackoffice.renderers with parameters of type CsTicketModel Modifier and Type Method Description voidCorrespondenceRenderer. render(org.zkoss.zk.ui.Component component, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractPanel abstractPanel, CsTicketModel csTicketModel, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)voidTicketStatusCellRenderer. render(org.zkoss.zul.Listcell parent, com.hybris.cockpitng.core.config.impl.jaxb.listview.ListColumn configuration, CsTicketModel ticket, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of CsTicketModel in de.hybris.platform.customersupportbackoffice.widgets
Methods in de.hybris.platform.customersupportbackoffice.widgets that return CsTicketModel Modifier and Type Method Description protected CsTicketModelCreateTicketWizardHandler. createTicket(CsCreateTicketForm form) -
Uses of CsTicketModel in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext
Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext with parameters of type CsTicketModel Modifier and Type Method Description protected java.lang.StringSessionContextController. currentTicketSelected(CsTicketModel currentTicket, SessionContextModel currentContextSession) -
Uses of CsTicketModel in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.model
Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.model that return CsTicketModel Modifier and Type Method Description CsTicketModelSessionContextModel. getCurrentTicket()Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.model with parameters of type CsTicketModel Modifier and Type Method Description voidSessionContextModel. setCurrentTicket(CsTicketModel currentTicket) -
Uses of CsTicketModel in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.util
Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.util with parameters of type CsTicketModel Modifier and Type Method Description static voidSessionContextUtil. populateTicket(com.hybris.cockpitng.core.model.WidgetModel model, CsTicketModel ticketModel)populates ticket data and its related data inside the session contextstatic voidSessionContextUtil. updateSessionContext(com.hybris.cockpitng.core.model.WidgetModel model, UserModel customerModel, CsTicketModel ticketModel, AbstractOrderModel orderModel) -
Uses of CsTicketModel in de.hybris.platform.customerticketingfacades.converters.populators
Classes in de.hybris.platform.customerticketingfacades.converters.populators with type parameters of type CsTicketModel Modifier and Type Class Description classDefaultTicketListPopulator<SOURCE extends CsTicketModel,TARGET extends TicketData>Converter implementation forCsTicketModelas source andTicketDataas target type.classDefaultTicketPopulator<SOURCE extends CsTicketModel,TARGET extends TicketData>Converter implementation forCsTicketModelas source andTicketDataas target type.Fields in de.hybris.platform.customerticketingfacades.converters.populators declared as CsTicketModel Modifier and Type Field Description protected CsTicketModelDefaultTicketEventPopulatorTest. csTicketModelprotected CsTicketModelDefaultTicketPopulatorTest. csTicketModelMethods in de.hybris.platform.customerticketingfacades.converters.populators with parameters of type CsTicketModel Modifier and Type Method Description protected java.util.List<TicketEventData>DefaultTicketPopulator. getTicketEvents(CsTicketModel source)voidDefaultTicketListPopulator. populate(CsTicketModel source, TicketData target)voidDefaultTicketPopulator. populate(CsTicketModel source, TicketData target)protected voidDefaultTicketPopulator. populateAssociatedTodata(CsTicketModel source, TicketData target)Populates the associates to object data. -
Uses of CsTicketModel in de.hybris.platform.customerticketingfacades.customerticket
Fields in de.hybris.platform.customerticketingfacades.customerticket with type parameters of type CsTicketModel Modifier and Type Field Description protected java.util.Map<CsTicketState,java.util.function.BiFunction<CsTicketModel,TicketData,CsTicketModel>>DefaultCustomerTicketingFacade. stateChangesSpecial map, that know what to do in case of status changed.protected java.util.Map<CsTicketState,java.util.function.BiFunction<CsTicketModel,TicketData,CsTicketModel>>DefaultCustomerTicketingFacade. stateChangesSpecial map, that know what to do in case of status changed.Methods in de.hybris.platform.customerticketingfacades.customerticket that return types with arguments of type CsTicketModel Modifier and Type Method Description protected Converter<CsTicketModel,TicketData>DefaultCustomerTicketingFacade. getTicketConverter()protected Converter<CsTicketModel,TicketData>DefaultCustomerTicketingFacade. getTicketListConverter()Method parameters in de.hybris.platform.customerticketingfacades.customerticket with type arguments of type CsTicketModel Modifier and Type Method Description voidDefaultCustomerTicketingFacade. setTicketConverter(Converter<CsTicketModel,TicketData> ticketConverter)voidDefaultCustomerTicketingFacade. setTicketListConverter(Converter<CsTicketModel,TicketData> ticketListConverter) -
Uses of CsTicketModel in de.hybris.platform.integration.cis.payment.cronjob
Methods in de.hybris.platform.integration.cis.payment.cronjob that return CsTicketModel Modifier and Type Method Description protected CsTicketModelDefaultCisNotifyCustomerInactiveOrdersJob. createTicket(java.lang.String subject, java.lang.String description, OrderModel order, CsTicketCategory category, CsTicketPriority priority) -
Uses of CsTicketModel in de.hybris.platform.ticket.converters.populator
Classes in de.hybris.platform.ticket.converters.populator with type parameters of type CsTicketModel Modifier and Type Class Description classCsTicketPopulator<SOURCE extends CsTicketParameter,TARGET extends CsTicketModel> -
Uses of CsTicketModel in de.hybris.platform.ticket.dao
Methods in de.hybris.platform.ticket.dao that return types with arguments of type CsTicketModel Modifier and Type Method Description java.util.List<CsTicketModel>TicketDao. findTicketsByAgent(EmployeeModel agent)Find all the tickets that are assigned to the Agent.java.util.List<CsTicketModel>TicketDao. findTicketsByAgentGroup(CsAgentGroupModel agentGroup)Find all the tickets assigned to the AgentGroup.java.util.List<CsTicketModel>TicketDao. findTicketsByAgentGroupState(EmployeeModel agent, CsAgentGroupModel group, CsTicketState state)Find tickets by the specified agent, group and state.java.util.List<CsTicketModel>TicketDao. findTicketsByCategory(CsTicketCategory... category)Find all the tickets that have the provided categories.java.util.List<CsTicketModel>TicketDao. findTicketsByCustomer(UserModel customer)Find all tickets that are associated with the customer.java.util.List<CsTicketModel>TicketDao. findTicketsByCustomerOrderByModifiedTime(UserModel user)Find all tickets that are associated with the customer in descending and order by Modified date time.SearchPageData<CsTicketModel>TicketDao. findTicketsByCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData)Find all tickets that are associated with the customer and current site, in descending and order by Modified date time.java.util.List<CsTicketModel>TicketDao. findTicketsById(java.lang.String ticketId)Lookup tickets with the specified ticket idjava.util.List<CsTicketModel>TicketDao. findTicketsByOrder(OrderModel order)Find all the tickets that are associated with the order.java.util.List<CsTicketModel>TicketDao. findTicketsByPriority(CsTicketPriority... priority)Find all the tickets that have the provided priorities.java.util.List<CsTicketModel>TicketDao. findTicketsByResolutionType(CsResolutionType... resolutionType)Find all the tickets that have the provided Resolution Type(s).java.util.List<CsTicketModel>TicketDao. findTicketsByState(CsTicketState... state)Find all the tickets that are in the provided states.java.util.List<CsTicketModel>TicketDao. findTicketsByStringInTicketOrEvent(java.lang.String searchString)Find tickets which contain the specified search string in the headline or any of the eventsjava.util.List<CsTicketModel>TicketDao. findTicketsByStringInTicketOrEventAndStates(java.lang.String searchString, java.util.Set<CsTicketState> states)Find tickets which contain the specified search string in the headline or any of the events and that are also in the given list of states.java.util.List<CsTicketModel>TicketDao. findTicketsWithNullAgent()Find all the tickets that are not assigned to an agent.java.util.List<CsTicketModel>TicketDao. findTicketsWithNullAgentGroup()Find all the tickets that are not assigne to an agent group.Methods in de.hybris.platform.ticket.dao with parameters of type CsTicketModel Modifier and Type Method Description java.util.List<CsTicketEventModel>TicketDao. findTicketEventsByTicket(CsTicketModel ticket)Find all ticket events forCsTicketModelobject.java.util.List<CsTicketEventModel>TicketDao. findTicketEventsForCustomerByTicket(CsTicketModel ticket)Find all ticket events forCsTicketModelobject excluding private messages. -
Uses of CsTicketModel in de.hybris.platform.ticket.dao.impl
Methods in de.hybris.platform.ticket.dao.impl that return types with arguments of type CsTicketModel Modifier and Type Method Description java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByAgent(EmployeeModel agent)Find all the tickets that are assigned to the Agent.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByAgentGroup(CsAgentGroupModel agentGroup)Find all the tickets assigned to the AgentGroup.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByAgentGroupState(EmployeeModel agent, CsAgentGroupModel group, CsTicketState state)Find tickets by the specified agent, group and state.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByCategory(CsTicketCategory... category)Find all the tickets that have the provided categories.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByCustomer(UserModel customer)Find all tickets that are associated with the customer.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByCustomerOrderByModifiedTime(UserModel customer)SearchPageData<CsTicketModel>DefaultTicketDao. findTicketsByCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData)java.util.List<CsTicketModel>DefaultTicketDao. findTicketsById(java.lang.String ticketId)Lookup tickets with the specified ticket idjava.util.List<CsTicketModel>DefaultTicketDao. findTicketsByOrder(OrderModel order)Find all the tickets that are associated with the order.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByPriority(CsTicketPriority... priority)Find all the tickets that have the provided priorities.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByResolutionType(CsResolutionType... resolutionType)Find all the tickets that have the provided Resolution Type(s).java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByState(CsTicketState... state)Find all the tickets that are in the provided states.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsByStringInTicketOrEvent(java.lang.String searchString)Find tickets which contain the specified search string in the headline or any of the eventsjava.util.List<CsTicketModel>DefaultTicketDao. findTicketsByStringInTicketOrEventAndStates(java.lang.String searchString, java.util.Set<CsTicketState> states)Find tickets which contain the specified search string in the headline or any of the events and that are also in the given list of states.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsWithNullAgent()Find all the tickets that are not assigned to an agent.java.util.List<CsTicketModel>DefaultTicketDao. findTicketsWithNullAgentGroup()Find all the tickets that are not assigne to an agent group.Methods in de.hybris.platform.ticket.dao.impl with parameters of type CsTicketModel Modifier and Type Method Description java.util.List<CsTicketEventModel>DefaultTicketDao. findTicketEventsByTicket(CsTicketModel ticket)Find all ticket events forCsTicketModelobject.java.util.List<CsTicketEventModel>DefaultTicketDao. findTicketEventsForCustomerByTicket(CsTicketModel ticket)Find all ticket events forCsTicketModelobject excluding private messages. -
Uses of CsTicketModel in de.hybris.platform.ticket.email.context
Methods in de.hybris.platform.ticket.email.context that return CsTicketModel Modifier and Type Method Description CsTicketModelAbstractTicketContext. getTicket()Constructors in de.hybris.platform.ticket.email.context with parameters of type CsTicketModel Constructor Description AbstractTicketContext(CsTicketModel ticket, CsTicketEventModel event)AgentGroupTicketContext(CsTicketModel ticket, CsTicketEventModel event)AgentTicketContext(CsTicketModel ticket, CsTicketEventModel event)CustomerTicketContext(CsTicketModel ticket, CsTicketEventModel event) -
Uses of CsTicketModel in de.hybris.platform.ticket.events.model
Methods in de.hybris.platform.ticket.events.model that return CsTicketModel Modifier and Type Method Description CsTicketModelCsTicketEventModel. getTicket()Deprecated, for removal: This API element is subject to removal in a future version.since agesMethods in de.hybris.platform.ticket.events.model with parameters of type CsTicketModel Modifier and Type Method Description voidCsTicketEventModel. setTicket(CsTicketModel value)Deprecated, for removal: This API element is subject to removal in a future version.since ages -
Uses of CsTicketModel in de.hybris.platform.ticket.interceptors
Methods in de.hybris.platform.ticket.interceptors with parameters of type CsTicketModel Modifier and Type Method Description protected booleanCsCustomerEventPrepareInterceptor. canSubjectBePopulated(CsCustomerEventModel event, CsTicketModel ticket) -
Uses of CsTicketModel in de.hybris.platform.ticket.jalo
Methods in de.hybris.platform.ticket.jalo with parameters of type CsTicketModel Modifier and Type Method Description voidAbstractTicketsystemTest.MockTicketEventEmailStrategy. sendEmailsForAssignAgentTicketEvent(CsTicketModel ticket, CsTicketEventModel event, CsEmailRecipients recepientType)voidAbstractTicketsystemTest.MockTicketEventEmailStrategy. sendEmailsForEvent(CsTicketModel ticket, CsTicketEventModel event) -
Uses of CsTicketModel in de.hybris.platform.ticket.model
Methods in de.hybris.platform.ticket.model that return types with arguments of type CsTicketModel Modifier and Type Method Description java.util.List<CsTicketModel>TicketsAttributeHandler. get(CustomerModel model)Method parameters in de.hybris.platform.ticket.model with type arguments of type CsTicketModel Modifier and Type Method Description voidTicketsAttributeHandler. set(CustomerModel model, java.util.List<CsTicketModel> csTicketModel) -
Uses of CsTicketModel in de.hybris.platform.ticket.retention
Methods in de.hybris.platform.ticket.retention with parameters of type CsTicketModel Modifier and Type Method Description voidCsTicketCleanupStrategy. cleanupRelatedObjects(CsTicketModel csTicketModel) -
Uses of CsTicketModel in de.hybris.platform.ticket.retention.impl
Methods in de.hybris.platform.ticket.retention.impl with parameters of type CsTicketModel Modifier and Type Method Description voidCsTicketCleanupHook. cleanupRelatedObjects(CsTicketModel csTicketModel)voidDefaultCsTicketCleanupStrategy. cleanupRelatedObjects(CsTicketModel csTicketModel) -
Uses of CsTicketModel in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return CsTicketModel Modifier and Type Method Description CsTicketModelTicketBusinessService. assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent)Sets the assignedAgent of the Ticket, i.e.CsTicketModelTicketBusinessService. assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group)Sets the assignedGroup of the Ticket, i.e.CsTicketModelTicketBusinessService. createTicket(CsTicketModel ticket, CsCustomerEventModel creationEvent)Deprecated, for removal: This API element is subject to removal in a future version.since 6.0 useTicketBusinessService.createTicket(CsTicketParameter)insteadCsTicketModelTicketBusinessService. createTicket(CsTicketParameter ticketParameter)Create a new ticket with the parameters defined inCsTicketParameterCsTicketModelTicketService. getTicketForTicketEvent(CsTicketEventModel ticketEvent)Gets the ticket for givenCsTicketEventModelobject.CsTicketModelTicketService. getTicketForTicketId(java.lang.String ticketId)Lookup a specific ticket by ticket IDCsTicketModelTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState)Set the state of a ticket.CsTicketModelTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState, java.lang.String note)Set the state of a ticket.CsTicketModelTicketBusinessService. updateTicket(CsTicketModel ticket)Update the details of a ticket.CsTicketModelTicketBusinessService. updateTicket(CsTicketModel ticket, java.lang.String note)Update the details of a ticket.Methods in de.hybris.platform.ticket.service that return types with arguments of type CsTicketModel Modifier and Type Method Description java.util.List<CsTicketModel>TicketService. getTicketsForAgent(EmployeeModel agent)Find all the tickets that are assigned to the Agent.java.util.List<CsTicketModel>TicketService. getTicketsForAgentGroup(CsAgentGroupModel agentGroup)Find all the tickets assigned to the AgentGroup.java.util.List<CsTicketModel>TicketService. getTicketsForCategory(CsTicketCategory... category)Find all the tickets that have the provided categories.java.util.List<CsTicketModel>TicketService. getTicketsForCustomer(UserModel customer)Find all tickets that are associated with the customer.java.util.List<CsTicketModel>TicketService. getTicketsForCustomerOrderByModifiedTime(UserModel user)Find all tickets that are associated with the customer in order by Modified date and time.SearchPageData<CsTicketModel>TicketService. getTicketsForCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData)Find all tickets that are associated with the customer in order by Modified date and time.java.util.List<CsTicketModel>TicketService. getTicketsForOrder(OrderModel order)Find all the tickets that are associated with the order.java.util.List<CsTicketModel>TicketService. getTicketsForPriority(CsTicketPriority... priority)Find all the tickets that have the provided priorities.java.util.List<CsTicketModel>TicketService. getTicketsForResolutionType(CsResolutionType... resolutionType)Find all the tickets that have the provided Resolution Type(s).java.util.List<CsTicketModel>TicketService. getTicketsForState(CsTicketState... state)Find all the tickets that are in the provided states.java.util.List<CsTicketModel>TicketSearchService. searchForTickets(EmployeeModel agent, CsAgentGroupModel group, CsTicketState state)Search for all the tickets with matching assigned Agent and assigned AgentGroup and Ticket State.java.util.List<CsTicketModel>TicketSearchService. searchForTickets(java.lang.String searchString)Search for all tickets where the searchString appears in the headline or comment bodies of the ticket.java.util.List<CsTicketModel>TicketSearchService. searchForTickets(java.lang.String searchString, java.util.Set<CsTicketState> states)Search for all tickets where the searchString appears in the headline or comment bodies of the ticket.Methods in de.hybris.platform.ticket.service with parameters of type CsTicketModel 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.CsTicketModelTicketBusinessService. assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent)Sets the assignedAgent of the Ticket, i.e.CsTicketModelTicketBusinessService. assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group)Sets the assignedGroup of the Ticket, i.e.CsTicketModelTicketBusinessService. createTicket(CsTicketModel ticket, CsCustomerEventModel creationEvent)Deprecated, for removal: This API element is subject to removal in a future version.since 6.0 useTicketBusinessService.createTicket(CsTicketParameter)insteadjava.util.List<CsTicketEventModel>TicketService. getEventsForTicket(CsTicketModel ticket)Gets all ticket events forCsTicketModelobject.CsTicketEventModelTicketBusinessService. getLastEvent(CsTicketModel ticket)Returns the last event on the ticket.java.util.List<CsTicketEventModel>TicketService. getTicketEventsForCustomerByTicket(CsTicketModel ticket)Gets all ticket events forCsTicketModelobject excluding private messages.java.util.List<CsTicketState>TicketBusinessService. getTicketNextStates(CsTicketModel ticket)Returns a list of states that the passed ticket can move to according to configured rules.booleanTicketBusinessService. isTicketClosed(CsTicketModel ticket)Find out whether a ticket is closed.booleanTicketBusinessService. isTicketResolvable(CsTicketModel ticket)Find out whether a ticket is resolvable.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.CsTicketModelTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState)Set the state of a ticket.CsTicketModelTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState, java.lang.String note)Set the state of a 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.CsTicketModelTicketBusinessService. updateTicket(CsTicketModel ticket)Update the details of a ticket.CsTicketModelTicketBusinessService. updateTicket(CsTicketModel ticket, java.lang.String note)Update the details of a ticket. -
Uses of CsTicketModel in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return CsTicketModel Modifier and Type Method Description CsTicketModelDefaultTicketBusinessService. assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent)CsTicketModelDefaultTicketBusinessService. assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group)CsTicketModelDefaultTicketBusinessService. createTicket(CsTicketModel ticket, CsCustomerEventModel creationEvent)Deprecated, for removal: This API element is subject to removal in a future version.since 6.0 useDefaultTicketBusinessService.createTicket(CsTicketParameter)insteadCsTicketModelDefaultTicketBusinessService. createTicket(CsTicketParameter ticketParameter)protected CsTicketModelDefaultTicketBusinessService. createTicketInternal(CsTicketModel ticket, CsCustomerEventModel creationEvent)CsTicketModelDefaultTicketService. getTicketForTicketEvent(CsTicketEventModel ticketEvent)Gets the ticket for givenCsTicketEventModelobject.CsTicketModelDefaultTicketService. getTicketForTicketId(java.lang.String ticketId)Lookup a specific ticket by ticket IDprotected CsTicketModelDefaultTicketBusinessService. populateTicketDetails(UserModel customer, AbstractOrderModel abstractOrder, CsTicketCategory category, CsTicketPriority priority, EmployeeModel assignedAgent, CsAgentGroupModel assignedGroup, java.lang.String headline)CsTicketModelDefaultTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState)CsTicketModelDefaultTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState, java.lang.String note)CsTicketModelDefaultTicketBusinessService. updateTicket(CsTicketModel ticket)CsTicketModelDefaultTicketBusinessService. updateTicket(CsTicketModel ticket, java.lang.String note)Methods in de.hybris.platform.ticket.service.impl that return types with arguments of type CsTicketModel Modifier and Type Method Description protected Converter<CsTicketParameter,CsTicketModel>DefaultTicketBusinessService. getTicketParameterConverter()java.util.List<CsTicketModel>DefaultTicketService. getTicketsForAgent(EmployeeModel agent)Find all the tickets that are assigned to the Agent.java.util.List<CsTicketModel>DefaultTicketService. getTicketsForAgentGroup(CsAgentGroupModel agentGroup)Find all the tickets assigned to the AgentGroup.java.util.List<CsTicketModel>DefaultTicketService. getTicketsForCategory(CsTicketCategory... category)Find all the tickets that have the provided categories.java.util.List<CsTicketModel>DefaultTicketService. getTicketsForCustomer(UserModel customer)Find all tickets that are associated with the customer.java.util.List<CsTicketModel>DefaultTicketService. getTicketsForCustomerOrderByModifiedTime(UserModel user)Find all tickets that are associated with the customer in order by Modified date and time.SearchPageData<CsTicketModel>DefaultTicketService. getTicketsForCustomerOrderByModifiedTime(UserModel user, BaseSiteModel baseSite, PageableData pageableData)java.util.List<CsTicketModel>DefaultTicketService. getTicketsForOrder(OrderModel order)Find all the tickets that are associated with the order.java.util.List<CsTicketModel>DefaultTicketService. getTicketsForPriority(CsTicketPriority... priority)Find all the tickets that have the provided priorities.java.util.List<CsTicketModel>DefaultTicketService. getTicketsForResolutionType(CsResolutionType... resolutionType)Find all the tickets that have the provided Resolution Type(s).java.util.List<CsTicketModel>DefaultTicketService. getTicketsForState(CsTicketState... state)Find all the tickets that are in the provided states.java.util.List<CsTicketModel>DefaultTicketSearchService. searchForTickets(EmployeeModel agent, CsAgentGroupModel group, CsTicketState state)java.util.List<CsTicketModel>DefaultTicketSearchService. searchForTickets(java.lang.String searchString)java.util.List<CsTicketModel>DefaultTicketSearchService. searchForTickets(java.lang.String searchString, java.util.Set<CsTicketState> states)Methods in de.hybris.platform.ticket.service.impl with parameters of type CsTicketModel 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)CsTicketModelDefaultTicketBusinessService. assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent)CsTicketModelDefaultTicketBusinessService. assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group)CsTicketModelDefaultTicketBusinessService. createTicket(CsTicketModel ticket, CsCustomerEventModel creationEvent)Deprecated, for removal: This API element is subject to removal in a future version.since 6.0 useDefaultTicketBusinessService.createTicket(CsTicketParameter)insteadprotected CsTicketModelDefaultTicketBusinessService. createTicketInternal(CsTicketModel ticket, CsCustomerEventModel creationEvent)java.util.List<CsTicketEventModel>DefaultTicketService. getEventsForTicket(CsTicketModel ticket)Gets all ticket events forCsTicketModelobject.CsTicketEventModelDefaultTicketBusinessService. getLastEvent(CsTicketModel ticket)java.util.List<CsTicketEventModel>DefaultTicketService. getTicketEventsForCustomerByTicket(CsTicketModel ticket)Gets all ticket events forCsTicketModelobject excluding private messages.java.util.List<CsTicketState>DefaultTicketBusinessService. getTicketNextStates(CsTicketModel ticket)booleanDefaultTicketBusinessService. isTicketClosed(CsTicketModel ticket)booleanDefaultTicketBusinessService. isTicketResolvable(CsTicketModel ticket)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)CsTicketModelDefaultTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState)CsTicketModelDefaultTicketBusinessService. setTicketState(CsTicketModel ticket, CsTicketState newState, java.lang.String note)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)CsTicketModelDefaultTicketBusinessService. updateTicket(CsTicketModel ticket)CsTicketModelDefaultTicketBusinessService. updateTicket(CsTicketModel ticket, java.lang.String note)Method parameters in de.hybris.platform.ticket.service.impl with type arguments of type CsTicketModel Modifier and Type Method Description voidDefaultTicketBusinessService. setTicketParameterConverter(Converter<CsTicketParameter,CsTicketModel> ticketParameterConverter) -
Uses of CsTicketModel in de.hybris.platform.ticket.strategies
Methods in de.hybris.platform.ticket.strategies that return CsTicketModel Modifier and Type Method Description CsTicketModelTicketUpdateStrategy. updateTicket(CsTicketModel ticket)Store all updated attributes on a ticket.CsTicketModelTicketUpdateStrategy. updateTicket(CsTicketModel ticket, java.lang.String note)Store all updated attributes on a ticket.Methods in de.hybris.platform.ticket.strategies with parameters of type CsTicketModel Modifier and Type Method Description CsTicketEventModelTicketUpdateStrategy. assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent)Assign the ticket to a new agent, or null to make the ticket unassigned.CsTicketEventModelTicketUpdateStrategy. assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group)Assign the ticket to a new group, or null to make the ticket unassigned.CsTicketEventModelTicketEventStrategy. createAssignAgentToTicket(CsTicketModel ticket)Create a creation event for the specified ticket TO THE CS Agent.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 informationCsCustomerEventModelTicketEventStrategy. ensureTicketEventSetupForCreationEvent(CsTicketModel ticket, CsCustomerEventModel creationEvent)Ensure that the specified creation event is correctly setup and bound to the ticket.java.util.Set<CsTicketChangeEventEntryModel>TicketAttributeChangeEventStrategy. getEntriesForChangedAttributes(CsTicketModel ticket)Retrieve a list list of change entries for the specified ticket.booleanTicketResolutionStrategy. isTicketClosed(CsTicketModel ticket)Find out if a ticket is considered 'closed'.booleanTicketResolutionStrategy. isTicketResolvable(CsTicketModel ticket)Find out whether a ticket is resolvable.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.voidTicketEventEmailStrategy. sendEmailsForAssignAgentTicketEvent(CsTicketModel ticket, CsTicketEventModel event, CsEmailRecipients recepientType)Send emails an email to the cs agent or agent group.voidTicketEventEmailStrategy. sendEmailsForEvent(CsTicketModel ticket, CsTicketEventModel event)Send emails relating to the specified event.voidTicketUpdateStrategy. setTicketState(CsTicketModel ticket, CsTicketState newState)Set the state of the ticket.voidTicketUpdateStrategy. setTicketState(CsTicketModel ticket, CsTicketState newState, java.lang.String note)Set the state of 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.CsTicketModelTicketUpdateStrategy. updateTicket(CsTicketModel ticket)Store all updated attributes on a ticket.CsTicketModelTicketUpdateStrategy. updateTicket(CsTicketModel ticket, java.lang.String note)Store all updated attributes on a ticket. -
Uses of CsTicketModel in de.hybris.platform.ticket.strategies.impl
Methods in de.hybris.platform.ticket.strategies.impl that return CsTicketModel Modifier and Type Method Description CsTicketModelDefaultTicketUpdateStrategy. updateTicket(CsTicketModel ticket)CsTicketModelDefaultTicketUpdateStrategy. updateTicket(CsTicketModel ticket, java.lang.String note)Methods in de.hybris.platform.ticket.strategies.impl with parameters of type CsTicketModel Modifier and Type Method Description CsTicketEventModelDefaultTicketUpdateStrategy. assignTicketToAgent(CsTicketModel ticket, EmployeeModel agent)CsTicketEventModelDefaultTicketUpdateStrategy. assignTicketToGroup(CsTicketModel ticket, CsAgentGroupModel group)CsCustomerEventModelDefaultTicketEventStrategy. createAssignAgentToTicket(CsTicketModel ticket)protected CsTicketEventModelDefaultTicketUpdateStrategy. createAssignTicketEvent(CsTicketModel ticket, java.util.Set<CsTicketChangeEventEntryModel> changedValues)protected CsTicketChangeEventEntryModelDefaultTicketAttributeChangeEventStrategy. createChangeEntryForAttribute(CsTicketModel ticket, java.lang.String attribute)protected CsTicketEventModelDefaultTicketUpdateStrategy. createChangeEvent(CsTicketModel ticket, java.util.Set<CsTicketChangeEventEntryModel> changedValues)protected CsTicketEventModelDefaultTicketUpdateStrategy. createChangeEvent(CsTicketModel ticket, java.util.Set<CsTicketChangeEventEntryModel> changedValues, java.lang.String note)protected AbstractTicketContextDefaultTicketEventEmailStrategy. createContextForEvent(CsTicketEventEmailConfigurationModel config, CsTicketModel ticket, CsTicketEventModel event)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)CsCustomerEventModelDefaultTicketEventStrategy. ensureTicketEventSetupForCreationEvent(CsTicketModel ticket, CsCustomerEventModel creationEvent)java.util.Set<CsTicketChangeEventEntryModel>DefaultTicketAttributeChangeEventStrategy. getEntriesForChangedAttributes(CsTicketModel ticket)booleanDefaultTicketResolutionStrategy. isTicketClosed(CsTicketModel ticket)booleanDefaultTicketResolutionStrategy. isTicketResolvable(CsTicketModel ticket)protected voidDefaultTicketEventStrategy. onTicketCreation(CsTicketModel ticket, CsCustomerEventModel creationEvent)Placeholder for post ticket creation business rulesprotected voidDefaultTicketUpdateStrategy. preChangeTicketAssignment(CsTicketModel ticket, EmployeeModel agent)protected voidDefaultTicketUpdateStrategy. preChangeTicketGroup(CsTicketModel ticket, CsAgentGroupModel group)protected voidDefaultTicketUpdateStrategy. preSetTicketState(CsTicketModel ticket, CsTicketState newState)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)voidAsyncTicketEmailStrategy. sendEmailsForAssignAgentTicketEvent(CsTicketModel ticket, CsTicketEventModel event, CsEmailRecipients recipientType)voidDefaultTicketEventEmailStrategy. sendEmailsForAssignAgentTicketEvent(CsTicketModel ticket, CsTicketEventModel event, CsEmailRecipients recepientType)voidAsyncTicketEmailStrategy. sendEmailsForEvent(CsTicketModel ticket, CsTicketEventModel event)voidDefaultTicketEventEmailStrategy. sendEmailsForEvent(CsTicketModel ticket, CsTicketEventModel event)voidDefaultTicketUpdateStrategy. setTicketState(CsTicketModel ticket, CsTicketState newState)voidDefaultTicketUpdateStrategy. setTicketState(CsTicketModel ticket, CsTicketState newState, java.lang.String note)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)CsTicketModelDefaultTicketUpdateStrategy. updateTicket(CsTicketModel ticket)CsTicketModelDefaultTicketUpdateStrategy. updateTicket(CsTicketModel ticket, java.lang.String note) -
Uses of CsTicketModel in de.hybris.platform.yacceleratorcockpits.ticket.email.context
Constructors in de.hybris.platform.yacceleratorcockpits.ticket.email.context with parameters of type CsTicketModel Constructor Description AcceleratorCustomerTicketContext(CsTicketModel ticket, CsTicketEventModel event) -
Uses of CsTicketModel in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order that return CsTicketModel Modifier and Type Method Description protected CsTicketModelCheckTransactionReviewStatusAction. createTicket(java.lang.String subject, java.lang.String description, OrderModel order, CsTicketCategory category, CsTicketPriority priority)
-