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) 
edu.internet2.middleware.grouper.internal.dao.hib3 This package contains hib3 related data access object implementations and mappings 
 

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
 QuerySort QuerySort.clone()
           
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
 

Uses of QuerySort in edu.internet2.middleware.grouper.internal.dao.hib3
 

Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type QuerySort
static void Hib3MemberDAO.massageMemberSortFields(QuerySort querySort)
          if there are sort fields, go through them, and replace name with m.subjectIdDb, etc, sort_string0 for m.sortString0, etc