public class DefaultCommerceOrderDao extends DefaultGenericDao<OrderModel> implements CommerceOrderDao
CommerceOrderDao interface extending DefaultGenericDao| Constructor and Description |
|---|
DefaultCommerceOrderDao() |
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
findOrderByQuote(QuoteModel quote)
Retrieves an order associated to a quote if any, else returns null
|
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServicepublic OrderModel findOrderByQuote(QuoteModel quote)
CommerceOrderDaofindOrderByQuote in interface CommerceOrderDaoquote - quote modelCopyright © 2018 SAP SE. All Rights Reserved.