public interface ExtendedOrderDao
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderModel |
findOrderByCode(String code)
Find Order by it code.
|
AbstractOrderModel findOrderByCode(String code)
ModelNotFoundException in case of nothing found.code - of an Order to return.Copyright © 2017 SAP SE. All Rights Reserved.