Uses of Class
de.hybris.platform.customerticketingfacades.data.TicketData
Packages that use TicketData
Package
Description
-
Uses of TicketData in de.hybris.platform.customerticketingaddon.controllers.pages
Methods in de.hybris.platform.customerticketingaddon.controllers.pages that return TicketDataModifier and TypeMethodDescriptionprotected 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 TicketDataModifier and TypeMethodDescriptionTicketFacade.createTicket(TicketData ticketData) Creates ticket.Requesting for a ticket of a customer.TicketFacade.updateTicket(TicketData ticketData) Updates ticketMethods in de.hybris.platform.customerticketingfacades that return types with arguments of type TicketDataModifier and TypeMethodDescriptionTicketFacade.getTickets(PageableData pageableData) Requesting for all tickets of a customer.Methods in de.hybris.platform.customerticketingfacades with parameters of type TicketDataModifier and TypeMethodDescriptionTicketFacade.createTicket(TicketData ticketData) Creates ticket.TicketFacade.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 TicketDataModifier and TypeClassDescriptionclassDefaultTicketListPopulator<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 TicketDataModifier and TypeMethodDescriptionvoidDefaultTicketListPopulator.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 TicketDataModifier and TypeFieldDescriptionprotected Map<CsTicketState,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 TicketDataModifier and TypeMethodDescriptionDefaultCustomerTicketingFacade.createTicket(TicketData ticketData) DefaultCustomerTicketingFacade.updateTicket(TicketData ticketData) Methods in de.hybris.platform.customerticketingfacades.customerticket that return types with arguments of type TicketDataModifier and TypeMethodDescriptionprotected Converter<CsTicketModel,TicketData> DefaultCustomerTicketingFacade.getTicketConverter()protected Converter<CsTicketModel,TicketData> DefaultCustomerTicketingFacade.getTicketListConverter()DefaultCustomerTicketingFacade.getTickets(PageableData pageableData) Methods in de.hybris.platform.customerticketingfacades.customerticket with parameters of type TicketDataModifier and TypeMethodDescriptionprotected CsTicketParameterDefaultCustomerTicketingFacade.createCsTicketParameter(TicketData ticketData) DefaultCustomerTicketingFacade.createTicket(TicketData ticketData) protected List<MediaModel>DefaultCustomerTicketingFacade.getAttachments(TicketData ticketData) protected CsTicketStateDefaultCustomerTicketingFacade.getCsStatus(TicketData data) Matches TicketData.Status with CsTicketStatus, using statusMapping map.DefaultCustomerTicketingFacade.updateTicket(TicketData ticketData) Method parameters in de.hybris.platform.customerticketingfacades.customerticket with type arguments of type TicketDataModifier and TypeMethodDescriptionvoidDefaultCustomerTicketingFacade.setTicketConverter(Converter<CsTicketModel, TicketData> ticketConverter) voidDefaultCustomerTicketingFacade.setTicketListConverter(Converter<CsTicketModel, TicketData> ticketListConverter) -
Uses of TicketData in de.hybris.platform.customerticketingocc.controllers
Methods in de.hybris.platform.customerticketingocc.controllers that return types with arguments of type TicketDataModifier and TypeMethodDescriptionprotected Optional<TicketData>TicketsController.getTicketById(String ticketId)