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 codesemail- the emailfromDate- the from datetoDate- the to datecostCenter- the cost centercurrencyIso- the currency iso- Returns:
- a list of orders for the given parameters
-