public interface CommerceOrderDao extends GenericDao<OrderModel>
OrderModel| Modifier and Type | Method and Description |
|---|---|
OrderModel |
findOrderByQuote(QuoteModel quote)
Retrieves an order associated to a quote if any, else returns null
|
OrderModel findOrderByQuote(QuoteModel quote)
quote - quote modelCopyright © 2018 SAP SE. All Rights Reserved.