Uses of Enum Class
edu.internet2.middleware.grouper.member.SortStringEnum
Packages that use SortStringEnum
Package
Description
The I2MI Grouper project is an open source toolkit for managing groups.
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 SortStringEnum in edu.internet2.middleware.grouper
Methods in edu.internet2.middleware.grouper with parameters of type SortStringEnumModifier and TypeMethodDescriptionGroup.getImmediateMembers
(Field f, Set<Source> sources, QueryOptions queryOptions, SortStringEnum memberSortStringEnum, SearchStringEnum memberSearchStringEnum, String memberSearchStringValue) Get immediate members of this group.MemberFinder.internal_findMembersByType
(GrouperSession grouperSession, Group group, Field field, String type, Set<Source> sources, QueryOptions queryOptions, SortStringEnum memberSortStringEnum, SearchStringEnum memberSearchStringEnum, String memberSearchStringValue) Grouper internal method only -
Uses of SortStringEnum in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type SortStringEnumModifier and TypeMethodDescriptionMembershipDAO.findAllMembersByOwnerAndFieldAndType
(String ownerId, Field f, String type, Set<Source> sources, QueryOptions queryOptions, boolean enabledOnly, SortStringEnum memberSortStringEnum, SearchStringEnum memberSearchStringEnum, String memberSearchStringValue) -
Uses of SortStringEnum in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type SortStringEnumModifier and TypeMethodDescriptionHib3MembershipDAO.findAllMembersByOwnerAndFieldAndType
(String ownerId, Field f, String type, Set<Source> sources, QueryOptions queryOptions, boolean enabledOnly, SortStringEnum memberSortStringEnum, SearchStringEnum memberSearchStringEnum, String memberSearchStringValue) -
Uses of SortStringEnum in edu.internet2.middleware.grouper.member
Methods in edu.internet2.middleware.grouper.member that return SortStringEnumModifier and TypeMethodDescriptionstatic SortStringEnum
SortStringEnum.getDefaultSortString()
static SortStringEnum
SortStringEnum.newInstance
(int index) static SortStringEnum
Returns the enum constant of this class with the specified name.static SortStringEnum[]
SortStringEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.