Interface CommerceOrderDao

All Superinterfaces:
GenericDao<OrderModel>
All Known Implementing Classes:
DefaultCommerceOrderDao

public interface CommerceOrderDao extends GenericDao<OrderModel>
Commerce DAO interface for handling OrderModel
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves an order associated to a quote if any, else returns null

    Methods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao

    find, find, find, find, find
  • Method Details

    • findOrderByQuote

      OrderModel findOrderByQuote(QuoteModel quote)
      Retrieves an order associated to a quote if any, else returns null
      Parameters:
      quote - quote model
      Returns:
      order