Interface B2BTravelOrderDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
All Known Implementing Classes:
DefaultB2BTravelOrderDao

public interface B2BTravelOrderDao extends de.hybris.platform.servicelayer.internal.dao.Dao
The interface B2B travel order dao.
  • Method Details

    • findOrders

      List<OrderModel> findOrders(List<String> unitCodes, String email, Date fromDate, Date toDate, String costCenter, String currencyIso)
      Find orders list.
      Parameters:
      unitCodes - the unit codes
      email - the email
      fromDate - the from date
      toDate - the to date
      costCenter - the cost center
      currencyIso - the currency iso
      Returns:
      a list of orders for the given parameters