Uses of Class
com.hybris.yprofile.dto.Order
Packages that use Order
-
Uses of Order in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators with parameters of type OrderModifier and TypeMethodDescriptionvoidConsignmentEventPopulator.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 OrderModifier and TypeMethodDescriptionDefaultProfileTransactionService.getProfileConsignmentEventConverter()DefaultProfileTransactionService.getProfileOrderEventConverter()DefaultProfileTransactionService.getProfileReturnEventConverter()Methods in com.hybris.yprofile.services.impl with parameters of type OrderModifier and TypeMethodDescriptionprotected voidDefaultProfileTransactionService.sendOrder(String consentReference, Order order, String eventType, String debugEnabled) Method parameters in com.hybris.yprofile.services.impl with type arguments of type OrderModifier and TypeMethodDescriptionvoidDefaultProfileTransactionService.setProfileConsignmentEventConverter(Converter<ConsignmentModel, Order> profileConsignmentEventConverter) voidDefaultProfileTransactionService.setProfileOrderEventConverter(Converter<OrderModel, Order> profileOrderEventConverter) voidDefaultProfileTransactionService.setProfileReturnEventConverter(Converter<ReturnRequestModel, Order> profileReturnEventConverter)