Uses of Class
edu.internet2.middleware.grouper.internal.dao.QueryPaging

Packages that use QueryPaging
edu.internet2.middleware.grouper.internal.dao This package contains the data access object interfaces that a DB layer would have to implement (generally revolving around queries to DB) 
 

Uses of QueryPaging in edu.internet2.middleware.grouper.internal.dao
 

Methods in edu.internet2.middleware.grouper.internal.dao that return QueryPaging
 QueryPaging QueryOptions.getQueryPaging()
          If this is a paged query, and what are specs
static QueryPaging QueryPaging.page(int pageSize, int pageNumber, boolean doTotalCount)
          factory for query paging
 

Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type QueryPaging
 QueryOptions QueryOptions.paging(QueryPaging queryPaging1)
          If this is a paged query, and what are specs