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 Type
    Method
    Description
    findOrdersByCode(String orderCode, BaseStoreModel baseStore)
    Returns the list of all the orders with the given orderCode in the baseStore
  • Method Details

    • findOrdersByCode

      List<OrderModel> findOrdersByCode(String orderCode, BaseStoreModel baseStore)
      Returns the list of all the orders with the given orderCode in the baseStore
      Parameters:
      orderCode - as the orderCode
      baseStore - as the baseStore
      Returns:
      a list of OrderModel