Interface SendOneOrderSalesNotifStrategy
- All Known Implementing Classes:
DefaultTransportOneOrderServicesProcessingStrategy
public interface SendOneOrderSalesNotifStrategy
The One Order Interface for sending the Order Sales Notification Message.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(OrderModel orderModel) Creates the One Order Service Delivery Provider Notification Request.
-
Method Details
-
apply
Creates the One Order Service Delivery Provider Notification Request. Get the delivery providers from the transport order entries and for each DP start a OneOrderDeliveryProcess. This type of message will be sent only if the BookingJourneyType of the order is not of type BOOKING_ACCOMMODATION_ONLY.- Parameters:
orderModel-
-