public class DefaultCustomerOrdersStrategy extends java.lang.Object implements CustomerOrdersStrategy
CustomerOrdersStrategy interface.| Constructor and Description |
|---|
DefaultCustomerOrdersStrategy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<OrderModel> |
getCustomerOrders(CustomerModel customer)
Get the customer's order
|
public java.util.Collection<OrderModel> getCustomerOrders(CustomerModel customer)
CustomerOrdersStrategygetCustomerOrders in interface CustomerOrdersStrategycustomer - the customerCopyright © 2018 SAP SE. All Rights Reserved.