Interface OrgUnitUsersDisplayStrategy
- All Known Implementing Classes:
OrgUnitAdministratorsDisplayStrategy,OrgUnitApproversDisplayStrategy,OrgUnitCustomersDisplayStrategy,OrgUnitManagersDisplayStrategy
public interface OrgUnitUsersDisplayStrategy
-
Method Summary
Modifier and TypeMethodDescriptiongetPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) Displays users based on a role in the unit
-
Method Details
-
getPagedUsersForUnit
SearchPageData<CustomerData> getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) Displays users based on a role in the unit- Parameters:
currentPage- is the current page which is returnedpageSize- is the page sizesort- is the sorting methodunitId- is the identifier of the unit- Returns:
- search page data which contains users
-