Interface ChineseOrderDao
- All Superinterfaces:
OrderDao
- All Known Implementing Classes:
DefaultChineseOrderDao
The Dao for search Order
-
Method Summary
Modifier and TypeMethodDescriptionfindOrderByCode(String orderCode) Finding the order by codefindSubmitOrderEventTask(String orderCode) Finds SubmitOrderTask by orderCodefindUnpaidOrders(long millisecond) Finding the orders which are not paid for X milliseconds.Methods inherited from interface de.hybris.platform.order.daos.OrderDao
findEntriesByNumber, findEntriesByNumber, findEntriesByNumber, findEntriesByNumber, findEntriesByProduct, findEntriesByProduct, findOrdersByCurrency, findOrdersByDelivereMode, findOrdersByPaymentMode
-
Method Details
-
findUnpaidOrders
Finding the orders which are not paid for X milliseconds.- Parameters:
millisecond- The expired time- Returns:
- List
-
findOrderByCode
Finding the order by code- Parameters:
orderCode- the code of the order- Returns:
- AbstractOrderModel
-
findSubmitOrderEventTask
Finds SubmitOrderTask by orderCode- Parameters:
orderCode- the order code- Returns:
- the task model
-