Uses of Class
edu.internet2.middleware.grouper.internal.dao.QuerySort
Packages that use QuerySort
Package
Description
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
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 QuerySortModifier and TypeMethodDescriptionstatic QuerySort
shortcut for ascending colQuerySort.clone()
static QuerySort
shortcut for descending colQueryOptions.getQuerySort()
if this query is sorted (by options), and what the col(s) areMethods in edu.internet2.middleware.grouper.internal.dao with parameters of type QuerySortModifier and TypeMethodDescriptionif 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 QuerySortModifier and TypeMethodDescriptionstatic void
Hib3MemberDAO.massageMemberSortFields
(QuerySort querySort) if there are sort fields, go through them, and replace name with nameDb, etc, extension for extensionDb, displayName with displayNameDb, and displayExtension with displayExtensionDbstatic void
Hib3MemberDAO.massageMemberSortFields
(QuerySort querySort, String alias) if there are sort fields, go through them, and replace name with m.subjectIdDb, etc, sort_string0 for m.sortString0, etcstatic void
Hib3AttributeDefDAO.massageSortFields
(QuerySort querySort) if there are sort fields, go through them, and replace name with nameDb, etc, extension for extensionDbstatic void
Hib3AttributeDefDAO.massageSortFields
(QuerySort querySort, String alias) if there are sort fields, go through them, and replace name with nameDb, etc, extension for extensionDbstatic void
Hib3GroupDAO.massageSortFields
(QuerySort querySort) if there are sort fields, go through them, and replace name with nameDb, etc, extension for extensionDb, displayName with displayNameDb, and displayExtension with displayExtensionDbstatic void
Hib3GroupDAO.massageSortFields
(QuerySort querySort, String alias) if there are sort fields, go through them, and replace name with nameDb, etc, extension for extensionDb, displayName with displayNameDb, and displayExtension with displayExtensionDbstatic void
Hib3StemDAO.massageSortFields
(QuerySort querySort) if there are sort fields, go through them, and replace name with nameDb, etc, extension for extensionDb, displayName with displayNameDb, and displayExtension with displayExtensionDbstatic void
Hib3StemDAO.massageSortFields
(QuerySort querySort, String alias) if there are sort fields, go through them, and replace name with nameDb, etc, extension for extensionDb, displayName with displayNameDb, and displayExtension with displayExtensionDb