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