Interface TravelOrderDao
- All Known Implementing Classes:
DefaultTravelOrderDao
public interface TravelOrderDao
Travel specific Data Access Object oriented on orders and order entries
-
Method Summary
Modifier and TypeMethodDescriptionfindOrdersByCode(String orderCode, BaseStoreModel baseStore) Returns the list of all the orders with the given orderCode in the baseStore
-
Method Details
-
findOrdersByCode
Returns the list of all the orders with the given orderCode in the baseStore- Parameters:
orderCode- as the orderCodebaseStore- as the baseStore- Returns:
- a list of OrderModel
-