Uses of Class
de.hybris.platform.customerticketingfacades.data.TicketAssociatedData
Packages that use TicketAssociatedData
Package
Description
-
Uses of TicketAssociatedData in de.hybris.platform.customerticketingfacades
Methods in de.hybris.platform.customerticketingfacades that return types with arguments of type TicketAssociatedDataModifier and TypeMethodDescriptionTicketFacade.getAssociatedToObjects()Search in cart and orders any data for association for ticket. -
Uses of TicketAssociatedData in de.hybris.platform.customerticketingfacades.converters.populators
Classes in de.hybris.platform.customerticketingfacades.converters.populators with type parameters of type TicketAssociatedDataModifier and TypeClassDescriptionclassDefaultTicketAssociationPopulator<SOURCE extends AbstractOrderModel,TARGET extends TicketAssociatedData> This is used to populate the required data to display on the customer request tickets form.Methods in de.hybris.platform.customerticketingfacades.converters.populators with parameters of type TicketAssociatedDataModifier and TypeMethodDescriptionvoidDefaultTicketAssociationPopulator.populate(AbstractOrderModel source, TicketAssociatedData target) -
Uses of TicketAssociatedData in de.hybris.platform.customerticketingfacades.customerticket
Methods in de.hybris.platform.customerticketingfacades.customerticket that return types with arguments of type TicketAssociatedDataMethod parameters in de.hybris.platform.customerticketingfacades.customerticket with type arguments of type TicketAssociatedDataModifier and TypeMethodDescriptionprotected voidDefaultCustomerTicketingFacade.filterBySiteId(Map<String, List<TicketAssociatedData>> associatedObjects, String baseSiteId) remove if associated obj is not related to this basesite, and remove the key who only has empty list。protected voidDefaultCustomerTicketingFacade.removeEmptyList(Map<String, List<TicketAssociatedData>> associatedObjects) remove key if list is empty -
Uses of TicketAssociatedData in de.hybris.platform.customerticketingfacades.strategies
Methods in de.hybris.platform.customerticketingfacades.strategies that return types with arguments of type TicketAssociatedDataModifier and TypeMethodDescriptionTicketAssociationStrategies.getObjects(UserModel currentUser) TicketCartsAssociationStrategy.getObjects(UserModel currentUser) TicketOrdersAssociationStrategy.getObjects(UserModel currentUser) protected Converter<CartModel,TicketAssociatedData> TicketCartsAssociationStrategy.getTicketAssociationCoverter()protected Converter<OrderModel,TicketAssociatedData> TicketOrdersAssociationStrategy.getTicketAssociationCoverter()Method parameters in de.hybris.platform.customerticketingfacades.strategies with type arguments of type TicketAssociatedDataModifier and TypeMethodDescriptionvoidTicketCartsAssociationStrategy.setTicketAssociationCoverter(Converter<CartModel, TicketAssociatedData> ticketAssociationCoverter) voidTicketOrdersAssociationStrategy.setTicketAssociationCoverter(Converter<OrderModel, TicketAssociatedData> ticketAssociationCoverter)