public interface CommerceOrderService
| Modifier and Type | Method and Description |
|---|---|
OrderModel |
getOrderForQuote(QuoteModel quoteModel)
If the quote is associated with an order then the associated order will be returned, else null is returned
|
OrderModel getOrderForQuote(QuoteModel quoteModel)
quoteModel - the quote modeljava.lang.IllegalArgumentException - if quote is nullCopyright © 2018 SAP SE. All Rights Reserved.