public class DefaultCommerceOrderService extends java.lang.Object implements CommerceOrderService
CommerceOrderService.| Constructor and Description |
|---|
DefaultCommerceOrderService() |
| Modifier and Type | Method and Description |
|---|---|
protected CommerceOrderDao |
getCommerceOrderDao() |
OrderModel |
getOrderForQuote(QuoteModel quoteModel)
If the quote is associated with an order then the associated order will be returned, else null is returned
|
void |
setCommerceOrderDao(CommerceOrderDao commerceOrderDao) |
public OrderModel getOrderForQuote(QuoteModel quoteModel)
CommerceOrderServicegetOrderForQuote in interface CommerceOrderServicequoteModel - the quote modelprotected CommerceOrderDao getCommerceOrderDao()
public void setCommerceOrderDao(CommerceOrderDao commerceOrderDao)
Copyright © 2018 SAP SE. All Rights Reserved.