Class DefaultCommerceOrderService

java.lang.Object
de.hybris.platform.commerceservices.order.impl.DefaultCommerceOrderService
All Implemented Interfaces:
CommerceOrderService

public class DefaultCommerceOrderService extends Object implements CommerceOrderService
Default implementation for CommerceOrderService.
  • Constructor Details

    • DefaultCommerceOrderService

      public DefaultCommerceOrderService()
  • Method Details

    • getOrderForQuote

      public OrderModel getOrderForQuote(QuoteModel quoteModel)
      Description copied from interface: CommerceOrderService
      If the quote is associated with an order then the associated order will be returned, else null is returned
      Specified by:
      getOrderForQuote in interface CommerceOrderService
      Parameters:
      quoteModel - the quote model
      Returns:
      the associated order model if any
    • getCommerceOrderDao

      protected CommerceOrderDao getCommerceOrderDao()
    • setCommerceOrderDao

      public void setCommerceOrderDao(CommerceOrderDao commerceOrderDao)