Uses of Class
com.hybris.yprofile.dto.Order
-
Packages that use Order Package Description com.hybris.yprofile.populators com.hybris.yprofile.services.impl -
-
Uses of Order in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators with parameters of type Order Modifier and Type Method Description voidConsignmentEventPopulator. populate(ConsignmentModel consignmentModel, Order order)voidOrderEventPopulator. populate(OrderModel orderModel, Order order)voidReturnEventPopulator. populate(ReturnRequestModel returnRequestModel, Order order) -
Uses of Order in com.hybris.yprofile.services.impl
Methods in com.hybris.yprofile.services.impl that return types with arguments of type Order Modifier and Type Method Description Converter<ConsignmentModel,Order>DefaultProfileTransactionService. getProfileConsignmentEventConverter()Converter<OrderModel,Order>DefaultProfileTransactionService. getProfileOrderEventConverter()Converter<ReturnRequestModel,Order>DefaultProfileTransactionService. getProfileReturnEventConverter()Methods in com.hybris.yprofile.services.impl with parameters of type Order Modifier and Type Method Description protected voidDefaultProfileTransactionService. sendOrder(java.lang.String consentReference, Order order, java.lang.String eventType, java.lang.String debugEnabled)Method parameters in com.hybris.yprofile.services.impl with type arguments of type Order Modifier and Type Method Description voidDefaultProfileTransactionService. setProfileConsignmentEventConverter(Converter<ConsignmentModel,Order> profileConsignmentEventConverter)voidDefaultProfileTransactionService. setProfileOrderEventConverter(Converter<OrderModel,Order> profileOrderEventConverter)voidDefaultProfileTransactionService. setProfileReturnEventConverter(Converter<ReturnRequestModel,Order> profileReturnEventConverter)
-