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

Packages that use QuerySort
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 QuerySort in edu.internet2.middleware.grouper.internal.dao
 

Methods in edu.internet2.middleware.grouper.internal.dao that return QuerySort
static QuerySort QuerySort.asc(java.lang.String column)
          shortcut for ascending col
static QuerySort QuerySort.desc(java.lang.String column)
          shortcut for descending col
 QuerySort QueryOptions.getQuerySort()
          if this query is sorted (by options), and what the col(s) are
 

Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type QuerySort
 QueryOptions QueryOptions.sort(QuerySort querySort1)
          if this query is sorted (by options), and what the col(s) are