public interface PagedB2BCustomerDao<M>
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<B2BCustomerModel> |
findPagedApproversForUnitByGroupMembership(PageableData pageableData,
String unit,
String... userGroupId)
Paged search to find
B2BCustomerModel by B2BUnit or User Groups. |
SearchPageData<B2BCustomerModel> |
findPagedCustomersByGroupMembership(PageableData pageableData,
String... userGroupId)
Paged search to find
B2BCustomerModel by User Group. |
SearchPageData<B2BCustomerModel> |
findPagedCustomersForUnit(PageableData pageableData,
String unit)
aged search to find
B2BCustomerModel by B2BUnit. |
SearchPageData<B2BCustomerModel> |
findPagedCustomersForUnitByGroupMembership(PageableData pageableData,
String unit,
String... userGroupId)
Paged search to find
B2BCustomerModel by B2BUnit and User Groups. |
SearchPageData<B2BCustomerModel> findPagedCustomersByGroupMembership(PageableData pageableData, String... userGroupId)
B2BCustomerModel by User Group.pageableData - The page data to be filled with the results.userGroupId - The uid of the desired user group.SearchPageData<B2BCustomerModel> findPagedCustomersForUnitByGroupMembership(PageableData pageableData, String unit, String... userGroupId)
B2BCustomerModel by B2BUnit and User Groups.pageableData - The page data to be filled with the results.unit - The uid of the desired B2BUnit.userGroupId - The uids of the desired user groups.SearchPageData<B2BCustomerModel> findPagedApproversForUnitByGroupMembership(PageableData pageableData, String unit, String... userGroupId)
B2BCustomerModel by B2BUnit or User Groups.pageableData - The page data to be filled with the results.unit - The uid of the desired B2BUnit.userGroupId - The uids of the desired user groups.SearchPageData<B2BCustomerModel> findPagedCustomersForUnit(PageableData pageableData, String unit)
B2BCustomerModel by B2BUnit.pageableData - The page data to be filled with the results.unit - The uid of the desired B2BUnit.Copyright © 2017 SAP SE. All Rights Reserved.