public interface SubmitOrderStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
submitOrder(OrderModel order)
Submits the order.
|
void submitOrder(OrderModel order)
OrderService.submitOrder(OrderModel). You can have
your own implementation(s) there.order - order to submit.Copyright © 2018 SAP SE. All Rights Reserved.