Interface OrgUnitUsersDisplayStrategy

All Known Implementing Classes:
OrgUnitAdministratorsDisplayStrategy, OrgUnitApproversDisplayStrategy, OrgUnitCustomersDisplayStrategy, OrgUnitManagersDisplayStrategy

public interface OrgUnitUsersDisplayStrategy
  • 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 returned
      pageSize - is the page size
      sort - is the sorting method
      unitId - is the identifier of the unit
      Returns:
      search page data which contains users