Interface CommerceOrderDao
- All Superinterfaces:
GenericDao<OrderModel>
- All Known Implementing Classes:
DefaultCommerceOrderDao
Commerce DAO interface for handling
OrderModel-
Method Summary
Modifier and TypeMethodDescriptionfindOrderByQuote(QuoteModel quote) Retrieves an order associated to a quote if any, else returns null
-
Method Details
-
findOrderByQuote
Retrieves an order associated to a quote if any, else returns null- Parameters:
quote- quote model- Returns:
- order
-