Class DefaultCommerceOrderService
- java.lang.Object
-
- de.hybris.platform.commerceservices.order.impl.DefaultCommerceOrderService
-
- All Implemented Interfaces:
CommerceOrderService
public class DefaultCommerceOrderService extends java.lang.Object implements CommerceOrderService
Default implementation forCommerceOrderService.
-
-
Constructor Summary
Constructors Constructor Description DefaultCommerceOrderService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommerceOrderDaogetCommerceOrderDao()OrderModelgetOrderForQuote(QuoteModel quoteModel)If the quote is associated with an order then the associated order will be returned, else null is returnedvoidsetCommerceOrderDao(CommerceOrderDao commerceOrderDao)
-
-
-
Method Detail
-
getOrderForQuote
public OrderModel getOrderForQuote(QuoteModel quoteModel)
Description copied from interface:CommerceOrderServiceIf the quote is associated with an order then the associated order will be returned, else null is returned- Specified by:
getOrderForQuotein interfaceCommerceOrderService- Parameters:
quoteModel- the quote model- Returns:
- the associated order model if any
-
getCommerceOrderDao
protected CommerceOrderDao getCommerceOrderDao()
-
setCommerceOrderDao
public void setCommerceOrderDao(CommerceOrderDao commerceOrderDao)
-
-