Interface PagedB2BTravelOrderDao<M>
- All Superinterfaces:
de.hybris.platform.commerceservices.search.dao.PagedGenericDao<M>
- All Known Implementing Classes:
DefaultPagedB2BTravelOrderDao
public interface PagedB2BTravelOrderDao<M>
extends de.hybris.platform.commerceservices.search.dao.PagedGenericDao<M>
The interface Paged B2B travel order dao.
-
Method Summary
Modifier and TypeMethodDescriptionfindPagedOrders(List<String> unitCodes, String email, Date fromDate, Date toDate, String costCenterUid, String currency, PageableData pageableData) Find paged orders search page data.Methods inherited from interface de.hybris.platform.commerceservices.search.dao.PagedGenericDao
find, find, find, find
-
Method Details
-
findPagedOrders
SearchPageData<OrderModel> findPagedOrders(List<String> unitCodes, String email, Date fromDate, Date toDate, String costCenterUid, String currency, PageableData pageableData) Find paged orders search page data.- Parameters:
unitCodes- the unit codesemail- the emailfromDate- the from datetoDate- the to datecostCenterUid- the cost center uidcurrency- the currencypageableData- the pageable data- Returns:
- a list of paginated orders for the parameters provided
-