Interface PagedGenericDao<M>
- Type Parameters:
M- The type of item returned from the search
- All Known Subinterfaces:
OrgUnitDao<T>,PagedB2BBudgetDao<M>,PagedB2BCostCenterDao<M>,PagedB2BCustomerDao<M>,PagedB2BCustomerDao<M>,PagedB2BPermissionDao<M>,PagedB2BProductDao<M>,PagedB2BUserGroupDao<M>
- All Known Implementing Classes:
DefaultB2BOrgUnitDao,DefaultCustomerGroupDao,DefaultCustomerSupportEventDao,DefaultOrgUnitDao,DefaultPagedB2BBudgetDao,DefaultPagedB2BBudgetDao,DefaultPagedB2BCostCenterDao,DefaultPagedB2BCostCenterDao,DefaultPagedB2BCustomerDao,DefaultPagedB2BCustomerDao,DefaultPagedB2BDocumentDao,DefaultPagedB2BPermissionDao,DefaultPagedB2BPermissionDao,DefaultPagedB2BProductDao,DefaultPagedB2BUserGroupDao,DefaultPagedB2BUserGroupDao,DefaultPagedB2BWorkflowActionDao,DefaultPagedGenericDao,OrderByNullVersionIdPagedDao,SearchByStatusPagedGenericDao,WarehousesByBaseStorePagedDao,WarehousesByPointOfServicePagedDao
Deprecated, for removal: This API element is subject to removal in a future version.
Paged version of the
GenericDao.-
Method Summary
Modifier and TypeMethodDescriptionfind(PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type.find(SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type using givenSortParametersto sort results.find(Map<String, ?> params, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type matching given parameters.find(Map<String, ?> params, SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type matching given parameters using givenSortParametersto sort results.
-
Method Details
-
find
Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type.- Parameters:
pageableData- the page of results to return- Returns:
- The matching page of search results
-
find
Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type matching given parameters.- Parameters:
params- parameters to add to search query asMapwith parameter name as a key and parameter value as a value.pageableData- the page of results to return- Returns:
- The matching page of search results
-
find
Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type using givenSortParametersto sort results.- Parameters:
sortParameters-SortParametersobject used to sort results.pageableData- the page of results to return- Returns:
- The matching page of search results
-
find
SearchPageData<M> find(Map<String, ?> params, SortParameters sortParameters, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Searches for all instances of model given as a generic type matching given parameters using givenSortParametersto sort results.- Parameters:
params- parameters to add to search query asMapwith parameter name as a key and parameter value as a value.sortParameters-SortParametersobject used to sort results.pageableData- the page of results to return- Returns:
- The matching page of search results
-
PaginatedGenericDaoinstead