Interface PagedB2BCustomerDao<M>
- Type Parameters:
M-
- All Superinterfaces:
PagedGenericDao<M>
- All Known Implementing Classes:
DefaultPagedB2BCustomerDao
@Deprecated(since="6.0",
forRemoval=true)
public interface PagedB2BCustomerDao<M>
extends PagedGenericDao<M>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionfindPagedApproversForUnitByGroupMembership(String sortCode, PageableData pageableData, String unit, String... userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.findPagedCustomers(String sortCode, PageableData pageableData) Deprecated, for removal: This API element is subject to removal in a future version.Finds all visible users within a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"findPagedCustomersByGroupMembership(String sortCode, PageableData pageableData, String... userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.findPagedCustomersForUnit(String sortCode, PageableData pageableData, String unit) Deprecated, for removal: This API element is subject to removal in a future version.findPagedCustomersForUnitByGroupMembership(String sortCode, PageableData pageableData, String unit, String... userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface de.hybris.platform.commerceservices.search.dao.PagedGenericDao
find, find, find, find
-
Method Details
-
findPagedCustomers
Deprecated, for removal: This API element is subject to removal in a future version.Finds all visible users within a sessions branch 2 sorts are available by default, sortCode "byName" and "byDate"- Parameters:
sortCode-pageableData-- Returns:
- A paged result of customers
-
findPagedCustomersByGroupMembership
SearchPageData<B2BCustomerModel> findPagedCustomersByGroupMembership(String sortCode, PageableData pageableData, String... userGroupId) Deprecated, for removal: This API element is subject to removal in a future version. -
findPagedCustomersForUnitByGroupMembership
SearchPageData<B2BCustomerModel> findPagedCustomersForUnitByGroupMembership(String sortCode, PageableData pageableData, String unit, String... userGroupId) Deprecated, for removal: This API element is subject to removal in a future version. -
findPagedApproversForUnitByGroupMembership
SearchPageData<B2BCustomerModel> findPagedApproversForUnitByGroupMembership(String sortCode, PageableData pageableData, String unit, String... userGroupId) Deprecated, for removal: This API element is subject to removal in a future version. -
findPagedCustomersForUnit
SearchPageData<B2BCustomerModel> findPagedCustomersForUnit(String sortCode, PageableData pageableData, String unit) Deprecated, for removal: This API element is subject to removal in a future version.
-
PagedGenericDaodirectly instead.