Class DefaultCommerceOrderService

    • Constructor Detail

      • DefaultCommerceOrderService

        public DefaultCommerceOrderService()
    • Method Detail

      • 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
      • setCommerceOrderDao

        public void setCommerceOrderDao​(CommerceOrderDao commerceOrderDao)