Class DefaultCommerceOrderService
java.lang.Object
de.hybris.platform.commerceservices.order.impl.DefaultCommerceOrderService
- All Implemented Interfaces:
CommerceOrderService
Default implementation for
CommerceOrderService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommerceOrderDaogetOrderForQuote(QuoteModel quoteModel) If the quote is associated with an order then the associated order will be returned, else null is returnedvoidsetCommerceOrderDao(CommerceOrderDao commerceOrderDao)
-
Constructor Details
-
DefaultCommerceOrderService
public DefaultCommerceOrderService()
-
-
Method Details
-
getOrderForQuote
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
-
setCommerceOrderDao
-