Uses of Class
de.hybris.platform.customerticketingfacades.data.TicketData
-
-
Uses of TicketData in de.hybris.platform.customerticketingaddon.controllers.pages
Methods in de.hybris.platform.customerticketingaddon.controllers.pages that return TicketData Modifier and Type Method Description protected TicketDataAccountSupportTicketsPageController. populateTicketData(SupportTicketForm supportTicketForm)Populated the data from the form bean to ticket data object. -
Uses of TicketData in de.hybris.platform.customerticketingfacades
Methods in de.hybris.platform.customerticketingfacades that return TicketData Modifier and Type Method Description TicketDataTicketFacade. createTicket(TicketData ticketData)Creates ticket.TicketDataTicketFacade. getTicket(java.lang.String ticketId)Requesting for a ticket of a customer.TicketDataTicketFacade. updateTicket(TicketData ticketData)Updates ticketMethods in de.hybris.platform.customerticketingfacades that return types with arguments of type TicketData Modifier and Type Method Description SearchPageData<TicketData>TicketFacade. getTickets(PageableData pageableData)Requesting for all tickets of a customer.Methods in de.hybris.platform.customerticketingfacades with parameters of type TicketData Modifier and Type Method Description TicketDataTicketFacade. createTicket(TicketData ticketData)Creates ticket.TicketDataTicketFacade. updateTicket(TicketData ticketData)Updates ticket -
Uses of TicketData in de.hybris.platform.customerticketingfacades.converters.populators
Classes in de.hybris.platform.customerticketingfacades.converters.populators with type parameters of type TicketData 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.Methods in de.hybris.platform.customerticketingfacades.converters.populators with parameters of type TicketData Modifier and Type Method Description 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 TicketData in de.hybris.platform.customerticketingfacades.customerticket
Fields in de.hybris.platform.customerticketingfacades.customerticket with type parameters of type TicketData 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.Methods in de.hybris.platform.customerticketingfacades.customerticket that return TicketData Modifier and Type Method Description TicketDataDefaultCustomerTicketingFacade. createTicket(TicketData ticketData)TicketDataDefaultCustomerTicketingFacade. getTicket(java.lang.String ticketId)TicketDataDefaultCustomerTicketingFacade. updateTicket(TicketData ticketData)Methods in de.hybris.platform.customerticketingfacades.customerticket that return types with arguments of type TicketData Modifier and Type Method Description protected Converter<CsTicketModel,TicketData>DefaultCustomerTicketingFacade. getTicketConverter()protected Converter<CsTicketModel,TicketData>DefaultCustomerTicketingFacade. getTicketListConverter()SearchPageData<TicketData>DefaultCustomerTicketingFacade. getTickets(PageableData pageableData)Methods in de.hybris.platform.customerticketingfacades.customerticket with parameters of type TicketData Modifier and Type Method Description protected CsTicketParameterDefaultCustomerTicketingFacade. createCsTicketParameter(TicketData ticketData)TicketDataDefaultCustomerTicketingFacade. createTicket(TicketData ticketData)protected java.util.List<MediaModel>DefaultCustomerTicketingFacade. getAttachments(TicketData ticketData)protected CsTicketStateDefaultCustomerTicketingFacade. getCsStatus(TicketData data)Matches TicketData.Status with CsTicketStatus, using statusMapping map.TicketDataDefaultCustomerTicketingFacade. updateTicket(TicketData ticketData)Method parameters in de.hybris.platform.customerticketingfacades.customerticket with type arguments of type TicketData Modifier and Type Method Description voidDefaultCustomerTicketingFacade. setTicketConverter(Converter<CsTicketModel,TicketData> ticketConverter)voidDefaultCustomerTicketingFacade. setTicketListConverter(Converter<CsTicketModel,TicketData> ticketListConverter)
-