Uses of Class
de.hybris.platform.ticket.model.CsTicketModel
-
Packages that use CsTicketModel Package Description de.hybris.platform.b2ctelcofulfillmentprocess.actions.order de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package.de.hybris.platform.ticket.events.model Contains generated models for each type of de.hybris.platform.ticket.events.jalo package. -
-
Uses of CsTicketModel in de.hybris.platform.b2ctelcofulfillmentprocess.actions.order
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.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) -
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.ticket.events.model
Methods in de.hybris.platform.ticket.events.model that return CsTicketModel Modifier and Type Method Description CsTicketModelCsTicketEventModel. getTicket()Deprecated.Methods in de.hybris.platform.ticket.events.model with parameters of type CsTicketModel Modifier and Type Method Description voidCsTicketEventModel. setTicket(CsTicketModel value)Deprecated.
-