|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of GroupsException in org.jasig.portal |
|---|
| Methods in org.jasig.portal that throw GroupsException | |
|---|---|
void |
AbstractChannelRegistryStore.addCategoryToCategory(ChannelCategory child,
ChannelCategory parent)
Deprecated. Makes one category a child of another. |
void |
AbstractChannelRegistryStore.deleteChannelCategory(ChannelCategory category)
Deprecated. Deletes a channel category. |
ChannelCategory |
AbstractChannelRegistryStore.getChannelCategory(String channelCategoryId)
Deprecated. Gets an existing channel category. |
ChannelCategory[] |
AbstractChannelRegistryStore.getChildCategories(ChannelCategory parent)
Deprecated. Gets all child channel categories for a parent category. |
ChannelCategory[] |
AbstractChannelRegistryStore.getParentCategories(ChannelCategory child)
Deprecated. Gets the immediate parent categories of this category. |
ChannelCategory[] |
AbstractChannelRegistryStore.getParentCategories(IChannelDefinition child)
Deprecated. Gets the immediate parent categories of this channel definition. |
ChannelCategory |
AbstractChannelRegistryStore.getTopLevelChannelCategory()
Deprecated. Gets top level channel category |
ChannelCategory |
AbstractChannelRegistryStore.newChannelCategory()
Deprecated. Creates a new channel category. |
ChannelCategory |
AbstractChannelRegistryStore.newChannelCategory(String name,
String description,
String creatorId)
Deprecated. Creates a new channel category with the specified values. |
void |
AbstractChannelRegistryStore.removeCategoryFromCategory(ChannelCategory child,
ChannelCategory parent)
Deprecated. Makes one category a child of another. |
void |
AbstractChannelRegistryStore.saveChannelCategory(ChannelCategory category)
Deprecated. Persists a channel category. |
| Uses of GroupsException in org.jasig.portal.channels.groupsmanager |
|---|
| Methods in org.jasig.portal.channels.groupsmanager that throw GroupsException | |
|---|---|
void |
SearchResultsGroupImpl.addMember(IGroupMember gm)
Deprecated. |
boolean |
SearchResultsGroupImpl.contains(IGroupMember gm)
Deprecated. |
boolean |
SearchResultsGroupImpl.deepContains(IGroupMember gm)
Deprecated. |
void |
SearchResultsGroupImpl.delete()
Deprecated. |
Iterator |
SearchResultsGroupImpl.getAllContainingGroups()
Deprecated. |
Iterator |
SearchResultsGroupImpl.getAllEntities()
Deprecated. |
Iterator |
SearchResultsGroupImpl.getAllMembers()
Deprecated. |
Iterator |
SearchResultsGroupImpl.getContainingGroups()
Deprecated. |
Iterator |
SearchResultsGroupImpl.getEntities()
Deprecated. |
IEntityGroup |
SearchResultsGroupImpl.getMemberGroupNamed(String name)
Deprecated. |
Iterator |
SearchResultsGroupImpl.getMembers()
Deprecated. |
boolean |
SearchResultsGroupImpl.hasMembers()
Deprecated. |
boolean |
SearchResultsGroupImpl.isDeepMemberOf(IGroupMember gm)
Deprecated. |
boolean |
SearchResultsGroupImpl.isEditable()
Deprecated. |
boolean |
SearchResultsGroupImpl.isMemberOf(IGroupMember gm)
Deprecated. |
void |
SearchResultsGroupImpl.setLocalGroupService(IIndividualGroupService groupService)
Deprecated. |
void |
SearchResultsGroupImpl.setName(String name)
Deprecated. |
void |
SearchResultsGroupImpl.update()
Deprecated. |
void |
SearchResultsGroupImpl.updateMembers()
Deprecated. |
| Uses of GroupsException in org.jasig.portal.events.handlers.db |
|---|
| Methods in org.jasig.portal.events.handlers.db that throw GroupsException | |
|---|---|
protected void |
JpaPortalEventStore.updateStatsSessionGroups(StatsSession session,
IPerson person)
Sets the StatsSession.setGroups(Set) using the keys from the IGroupMembers returned by
IGroupMember.getAllContainingGroups() |
| Uses of GroupsException in org.jasig.portal.groups |
|---|
| Methods in org.jasig.portal.groups that throw GroupsException | |
|---|---|
void |
GroupMemberImpl.addGroup(IEntityGroup eg)
Adds the key of the IEntityGroup to our Set of group keys
by copying the keys, updating the copy, and replacing the old keys with the copy. |
void |
EntityGroupImpl.addMember(IGroupMember gm)
Adds IGroupMember gm to our member Map and conversely,
adds this to gm's group Map, after checking that the
addition does not violate group rules. |
void |
IEntityGroup.addMember(IGroupMember gm)
Adds IGroupMember gm to this group, but does not commit it to the
data store. |
protected void |
ReferenceCompositeGroupService.cacheAdd(IGroupMember gm)
|
protected void |
ReferenceCompositeGroupService.cacheRemove(IGroupMember gm)
|
protected void |
ReferenceCompositeGroupService.cacheUpdate(IGroupMember gm)
|
boolean |
RDBMEntityGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if IGroupMember member is a member of group. |
boolean |
ReferenceIndividualGroupService.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
IEntityGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
IIndividualGroupService.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
EntityGroupImpl.contains(IGroupMember gm)
Checks if GroupMember gm is a member of this. |
boolean |
EntityTestingGroupImpl.contains(IGroupMember gm)
Checks if GroupMember gm is a member of this. |
boolean |
GroupMemberImpl.contains(IGroupMember gm)
Default implementation, overridden on EntityGroupImpl. |
boolean |
IGroupMember.contains(IGroupMember gm)
Answers if IGroupMember gm is a member of this. |
boolean |
RDBMEntityGroupStore.containsGroupNamed(IEntityGroup containingGroup,
String memberName)
|
boolean |
EntityGroupImpl.deepContains(IGroupMember gm)
Checks recursively if GroupMember gm is a member of this. |
boolean |
GroupMemberImpl.deepContains(IGroupMember gm)
Default implementation, overridden on EntityGroupImpl. |
boolean |
IGroupMember.deepContains(IGroupMember gm)
Answers if IGroupMember gm is a recursive member of this. |
void |
EntityGroupImpl.delete()
Delegates to the factory. |
void |
LockableEntityGroupImpl.delete()
Delegates to the factory. |
void |
IEntityGroup.delete()
Deletes the IEntityGroup from the data store. |
void |
RDBMEntityGroupStore.delete(IEntityGroup group)
If this entity exists, delete it. |
void |
IEntityGroupStore.delete(IEntityGroup group)
Delete this IEntityGroup from the data store. |
void |
ReferenceIndividualGroupService.deleteGroup(IEntityGroup group)
Removes the IEntityGroup from the cache and the store. |
void |
IGroupService.deleteGroup(IEntityGroup group)
Deprecated. Removes the IEntityGroup from the store. |
void |
ReferenceGroupService.deleteGroup(IEntityGroup group)
Deprecated. Removes the IEntityGroup from the cache and the store. |
void |
IIndividualGroupService.deleteGroup(IEntityGroup group)
Removes the IEntityGroup from the store. |
void |
ILockableGroupService.deleteGroup(ILockableEntityGroup group)
Removes the ILockableEntityGroup from the store. |
void |
ReferenceIndividualGroupService.deleteGroup(ILockableEntityGroup group)
Removes the ILockableEntityGroup from the cache and the store,
including both parent and child memberships. |
void |
ReferenceGroupService.deleteGroup(ILockableEntityGroup group)
Deprecated. Removes the ILockableEntityGroup from the cache and the store. |
IEntityGroup |
RDBMEntityGroupStore.find(String groupID)
Find and return an instance of the group. |
IEntityGroup |
IEntityGroupStore.find(String key)
Returns an instance of the IEntityGroup from the data store. |
Iterator |
RDBMEntityGroupStore.findContainingGroups(IEntity ent)
Find the groups that this entity belongs to. |
Iterator |
RDBMEntityGroupStore.findContainingGroups(IEntityGroup group)
Find the groups that this group belongs to. |
Iterator |
RDBMEntityGroupStore.findContainingGroups(IGroupMember gm)
Find the groups that this group member belongs to. |
Iterator |
ICompositeGroupService.findContainingGroups(IGroupMember gm)
Returns the groups that contain the IGroupMember. |
Iterator |
ReferenceIndividualGroupService.findContainingGroups(IGroupMember gm)
Returns and caches the containing groups for the IGroupMember |
Iterator |
ReferenceCompositeGroupService.findContainingGroups(IGroupMember gm)
Returns groups that contain the IGroupMember. |
Iterator |
IGroupService.findContainingGroups(IGroupMember gm)
Deprecated. Returns the containing groups for the IGroupMember |
Iterator |
IEntityGroupStore.findContainingGroups(IGroupMember gm)
Returns an Iterator over the Collection of
IEntityGroups that the IGroupMember belongs to. |
Iterator |
ReferenceGroupService.findContainingGroups(IGroupMember gm)
Deprecated. Returns and caches the containing groups for the IGroupMember |
Iterator |
RDBMEntityGroupStore.findEntitiesForGroup(IEntityGroup group)
Find the IEntities that are members of the IEntityGroup. |
Iterator |
IEntityGroupStore.findEntitiesForGroup(IEntityGroup group)
Returns an Iterator over the Collection of
IEntities that are members of this IEntityGroup. |
IEntityGroup |
ReferenceIndividualGroupService.findGroup(CompositeEntityIdentifier ent)
Returns a pre-existing IEntityGroup or null if it
does not exist. |
IEntityGroup |
IIndividualGroupService.findGroup(CompositeEntityIdentifier ent)
Returns a preexisting IEntityGroup from the store. |
IEntityGroup |
ICompositeGroupService.findGroup(String key)
Returns a pre-existing IEntityGroup or null if it does not
exist. |
IEntityGroup |
ReferenceIndividualGroupService.findGroup(String key)
Returns a pre-existing IEntityGroup or null if it
does not exist. |
IEntityGroup |
ReferenceCompositeGroupService.findGroup(String key)
Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
IEntityGroup |
IGroupService.findGroup(String key)
Deprecated. Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
IEntityGroup |
ReferenceGroupService.findGroup(String key)
Deprecated. Returns a pre-existing IEntityGroup or null if it
does not exist. |
Iterator |
RDBMEntityGroupStore.findGroupsByCreator(String creatorID)
Find the groups with this creatorID. |
protected IEntityGroup |
ReferenceIndividualGroupService.findGroupWithCache(CompositeEntityIdentifier ent)
Returns a pre-existing IEntityGroup or null if it
does not exist. |
protected IEntityGroup |
ReferenceIndividualGroupService.findGroupWithCache(String key)
Returns a pre-existing IEntityGroup or null if it
does not exist. |
protected IEntityGroup |
ReferenceGroupService.findGroupWithCache(String key)
Deprecated. Returns a pre-existing IEntityGroup or null if it
does not exist. |
ILockableEntityGroup |
ILockableGroupService.findGroupWithLock(String key,
String owner)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
ICompositeGroupService.findGroupWithLock(String key,
String owner)
Returns a pre-existing IEntityGroup or null if it does not
exist. |
ILockableEntityGroup |
ReferenceIndividualGroupService.findGroupWithLock(String key,
String owner)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
ReferenceCompositeGroupService.findGroupWithLock(String key,
String lockOwner)
Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
ILockableEntityGroup |
ReferenceGroupService.findGroupWithLock(String key,
String owner)
Deprecated. Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
ILockableGroupService.findGroupWithLock(String key,
String owner,
int durationSecs)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
ReferenceIndividualGroupService.findGroupWithLock(String key,
String owner,
int secs)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
ILockableEntityGroup |
ReferenceGroupService.findGroupWithLock(String key,
String owner,
int secs)
Deprecated. Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
protected Iterator |
ReferenceIndividualGroupService.findLocalMemberGroups(IEntityGroup eg)
Returns and caches the member groups for the IEntityGroup |
ILockableEntityGroup |
RDBMEntityGroupStore.findLockable(String groupID)
Find and return an instance of the group. |
ILockableEntityGroup |
IEntityGroupStore.findLockable(String key)
Returns an instance of the ILockableEntityGroup from the data store. |
Iterator |
ReferenceIndividualGroupService.findMemberEntities(IEntityGroup group)
Finds the IEntities that are members of group. |
String[] |
RDBMEntityGroupStore.findMemberGroupKeys(IEntityGroup group)
Find the keys of groups that are members of group. |
String[] |
IEntityGroupStore.findMemberGroupKeys(IEntityGroup group)
Returns a String[] containing the keys of IEntityGroups
that are members of this IEntityGroup. |
Iterator |
RDBMEntityGroupStore.findMemberGroups(IEntityGroup group)
Find the IUserGroups that are members of the group. |
Iterator |
ReferenceIndividualGroupService.findMemberGroups(IEntityGroup eg)
Returns member groups for the IEntityGroup. |
Iterator |
IGroupService.findMemberGroups(IEntityGroup eg)
Deprecated. Returns the member groups for the IEntityGroup |
Iterator |
IEntityGroupStore.findMemberGroups(IEntityGroup group)
Returns an Iterator over the Collection of
IEntityGroups that are members of this IEntityGroup. |
Iterator |
ReferenceGroupService.findMemberGroups(IEntityGroup eg)
Deprecated. Returns and caches the member groups for the IEntityGroup |
Iterator |
ReferenceIndividualGroupService.findMembers(IEntityGroup eg)
Returns and members for the IEntityGroup. |
Iterator |
IIndividualGroupService.findMembers(IEntityGroup group)
Returns an Iterator over the members of group. |
Iterator |
GroupMemberImpl.getAllContainingGroups()
Returns an Iterator over the Set of this
IGroupMember's recursively-retrieved parent groups. |
Iterator |
IGroupMember.getAllContainingGroups()
Returns an Iterator over the Set of this
IGroupMember's recursively-retrieved parent groups. |
Iterator |
EntityGroupImpl.getAllEntities()
Returns an Iterator over the Set of this
IEntityGroup's recursively-retrieved members that are
IEntities. |
Iterator |
GroupMemberImpl.getAllEntities()
Default implementation, overridden on EntityGroupImpl. |
Iterator |
IGroupMember.getAllEntities()
Returns an Iterator over the Set of this
IGroupMember's recursively-retrieved members that are
IEntities. |
Iterator |
EntityGroupImpl.getAllMembers()
Returns an Iterator over the Set of recursively-retrieved
IGroupMembers that are members of this IEntityGroup. |
Iterator |
GroupMemberImpl.getAllMembers()
Default implementation, overridden on EntityGroupImpl. |
Iterator |
IGroupMember.getAllMembers()
Returns an Iterator over the Set of recursively-retrieved
IGroupMembers that are members of this. |
protected ICompositeGroupService |
GroupMemberImpl.getCompositeGroupService()
Returns the composite group service. |
Iterator |
GroupMemberImpl.getContainingGroups()
Returns an Iterator over this IGroupMember's parent groups. |
Iterator |
IGroupMember.getContainingGroups()
Returns an Iterator over this IGroupMember's parent groups. |
IEntityGroup |
ReferenceGroupService.getDistinguishedGroup(String name)
Deprecated. Refers to the PropertiesManager to get the key for the group associated with 'name' and asks the group store implementation for the corresponding IEntityGroup. |
Iterator |
EntityGroupImpl.getEntities()
Returns an Iterator over this IEntityGroup's
members that are IEntities. |
Iterator |
GroupMemberImpl.getEntities()
Default implementation, overridden on EntityGroupImpl. |
Iterator |
IGroupMember.getEntities()
Returns an Iterator over this IGroupMember's
members that are IEntities. |
IEntity |
ICompositeGroupService.getEntity(String key,
Class type)
Returns an IEntity representing a portal entity. |
IEntity |
ReferenceIndividualGroupService.getEntity(String key,
Class type)
Returns an IEntity representing a portal entity. |
IEntity |
ReferenceCompositeGroupService.getEntity(String key,
Class type)
Returns an IEntity representing a portal entity. |
IEntity |
IGroupService.getEntity(String key,
Class type)
Deprecated. Returns an IEntity representing a portal entity. |
IEntity |
ReferenceGroupService.getEntity(String key,
Class type)
Deprecated. Returns an IEntity representing a portal entity. |
IEntity |
ICompositeGroupService.getEntity(String key,
Class type,
String service)
Returns an IEntity representing a portal entity. |
IEntity |
ReferenceCompositeGroupService.getEntity(String key,
Class type,
String svcName)
Returns an IEntity representing a portal entity. |
IGroupMember |
ICompositeGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which refers
to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ReferenceIndividualGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ReferenceCompositeGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which refers
to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
IGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Deprecated. Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ReferenceGroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Deprecated. Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
ICompositeGroupService.getGroupMember(String key,
Class type)
Returns an IGroupMember representing either a group or a
portal entity. |
IGroupMember |
ReferenceIndividualGroupService.getGroupMember(String key,
Class type)
Returns an IGroupMember representing either a group or a
portal entity. |
IGroupMember |
ReferenceCompositeGroupService.getGroupMember(String key,
Class type)
Returns an IGroupMember representing either a group or a
portal entity. |
IGroupMember |
IGroupService.getGroupMember(String key,
Class type)
Deprecated. Returns an IGroupMember representing either a group or a
portal entity. |
IGroupMember |
ReferenceGroupService.getGroupMember(String key,
Class type)
Deprecated. Returns an IGroupMember representing either a group or a
portal entity. |
IEntityGroupStore |
ReferenceIndividualGroupService.getGroupStore()
Returns the implementation of IEntityGroupStore whose class name
was retrieved by the PropertiesManager (see initialize()). |
IEntityGroupStore |
IGroupService.getGroupStore()
Deprecated. Returns an IEntityGroupStore. |
IEntityGroupStore |
ReferenceGroupService.getGroupStore()
Deprecated. Returns the implementation of IEntityGroupStore whose class name
was retrieved by the PropertiesManager (see initialize()). |
protected ILockableGroupService |
LockableEntityGroupImpl.getLockableGroupService()
|
protected Iterator |
EntityGroupImpl.getMemberEntities()
Returns an Iterator over the entities in our member
Collection. |
IEntityGroup |
EntityGroupImpl.getMemberGroupNamed(String name)
Returns the named member IEntityGroup. |
IEntityGroup |
GroupMemberImpl.getMemberGroupNamed(String name)
Default implementation, overridden on EntityGroupImpl. |
IEntityGroup |
IGroupMember.getMemberGroupNamed(String name)
Returns the named IEntityGroup from our members Collection. |
protected Iterator |
EntityGroupImpl.getMemberGroups()
Returns an Iterator over the groups in our member
Collection. |
Iterator |
EntityGroupImpl.getMembers()
Returns an Iterator over the GroupMembers in our
member Collection. |
Iterator |
GroupMemberImpl.getMembers()
Default implementation, overridden on EntityGroupImpl. |
Iterator |
IGroupMember.getMembers()
Returns an Iterator over the IGroupMembers in our
member Collection. |
IEntityGroup |
ReferenceGroupService.getRootGroup(Class type)
Deprecated. Refers to the PropertiesManager to get the key for the root group associated with 'type' and asks the group store implementation for the corresponding IEntityGroup. |
protected GroupService |
EntityGroupImpl.getService()
|
boolean |
EntityGroupImpl.hasMembers()
|
boolean |
GroupMemberImpl.hasMembers()
Default implementation, overridden on EntityGroupImpl. |
boolean |
IGroupMember.hasMembers()
Answers if this IGroupMember has any members. |
protected void |
ReferenceCompositeGroupService.initializeComponentServices()
Assembles the group services composite. |
boolean |
GroupMemberImpl.isDeepMemberOf(IGroupMember gm)
Answers if this IGroupMember is, recursively, a member of IGroupMember gm. |
boolean |
IGroupMember.isDeepMemberOf(IGroupMember gm)
Answers if this is a recursive member of IGroupMember gm. |
boolean |
EntityGroupImpl.isEditable()
Answers if this IEntityGroup can be changed or deleted. |
boolean |
IEntityGroup.isEditable()
Answers if this IEntityGroup can be changed or deleted. |
boolean |
ReferenceIndividualGroupService.isEditable(IEntityGroup group)
Answers if the group can be updated or deleted in the store. |
boolean |
IIndividualGroupService.isEditable(IEntityGroup group)
Answers if the group can be updated or deleted in the store. |
protected boolean |
GroupMemberImpl.isKnownEntityType(Class anEntityType)
|
boolean |
GroupMemberImpl.isMemberOf(IGroupMember gm)
Answers if this IGroupMember is a member of IGroupMember gm. |
boolean |
IGroupMember.isMemberOf(IGroupMember gm)
Answers if this is a member of IGroupMember gm. |
protected CompositeEntityIdentifier |
ReferenceCompositeGroupService.newCompositeEntityIdentifier(String key)
Returns a CompositeEntityIdentifier for the group identified
by key. |
IEntity |
RDBMEntityGroupStore.newEntity(Class type,
String key)
|
IEntitySearcher |
IEntitySearcherFactory.newEntitySearcher()
|
IEntitySearcher |
ReferenceEntitySearcherFactory.newEntitySearcher()
Return an instance of the entity searcher implementation. |
IEntityStore |
ReferenceEntityStoreFactory.newEntityStore()
Return an instance of the entity store implementation. |
IEntityStore |
IEntityStoreFactory.newEntityStore()
|
IEntityNameFinder |
ReferencePersonNameFinderFactory.newFinder()
Return a finder instance. |
IEntityNameFinder |
EntityGroupNameFinderFactory.newFinder()
|
IEntityNameFinder |
ReferenceChannelNameFinderFactory.newFinder()
Return a finder instance. |
IEntityNameFinder |
IEntityNameFinderFactory.newFinder()
Return a finder instance. |
IEntityGroup |
ReferenceIndividualGroupService.newGroup(Class type)
Returns a new IEntityGroup for the given Class with an unused
key. |
IEntityGroup |
IGroupService.newGroup(Class type)
Deprecated. Returns a new IEntityGroup for the given Class with an unused
key. |
IEntityGroup |
ReferenceGroupService.newGroup(Class type)
Deprecated. Returns a new IEntityGroup for the given Class with an unused
key. |
IEntityGroup |
IIndividualGroupService.newGroup(Class type)
Returns a new IEntityGroup for the given Class with an unused
key. |
IEntityGroup |
ICompositeGroupService.newGroup(Class type,
Name serviceName)
Returns a new IEntityGroup for the given Class with an unused
key from the named service. |
IEntityGroup |
ReferenceCompositeGroupService.newGroup(Class type,
Name serviceName)
Returns a new IEntityGroup from the named service. |
IGroupService |
ReferenceGroupServiceFactory.newGroupService()
Deprecated. Return an instance of the service implementation. |
IComponentGroupService |
ReferenceIndividualGroupServiceFactory.newGroupService()
Return an instance of the service implementation. |
ICompositeGroupService |
ICompositeGroupServiceFactory.newGroupService()
|
IGroupService |
IGroupServiceFactory.newGroupService()
Return an IGroupService instance. |
IComponentGroupService |
IComponentGroupServiceFactory.newGroupService()
|
ICompositeGroupService |
ReferenceCompositeGroupServiceFactory.newGroupService()
Return an instance of the service implementation. |
IComponentGroupService |
ReferenceIndividualGroupServiceFactory.newGroupService(ComponentGroupServiceDescriptor svcDescriptor)
Return an instance of the service implementation. |
IComponentGroupService |
IComponentGroupServiceFactory.newGroupService(ComponentGroupServiceDescriptor descriptor)
|
IEntityGroupStore |
IEntityGroupStoreFactory.newGroupStore()
|
IEntityGroupStore |
ReferenceEntityGroupStoreFactory.newGroupStore()
Return an instance of the group store implementation. |
IEntityGroupStore |
IEntityGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
Factory method takes a service descriptor parm, which lets the factory customize the store. |
IEntityGroupStore |
ReferenceEntityGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
Return an instance of the group store implementation. |
IEntityStore |
ReferenceEntityStoreFactory.newInstance()
Return an instance of the entity store implementation. |
IEntitySearcher |
ReferenceEntitySearcherFactory.newInstance()
Return an instance of the entity searcher implementation. |
IEntityGroupStore |
ReferenceEntityGroupStoreFactory.newInstance()
Return an instance of the group store implementation. |
IEntityGroup |
RDBMEntityGroupStore.newInstance(Class type)
|
IEntityGroup |
IEntityGroupStore.newInstance(Class entityType)
|
IEntity |
IEntityStore.newInstance(String key)
|
IEntity |
RDBMEntityStore.newInstance(String key)
|
IEntity |
IEntityStore.newInstance(String key,
Class type)
|
IEntity |
RDBMEntityStore.newInstance(String key,
Class type)
|
protected void |
EntityGroupImpl.primAddMember(IGroupMember gm)
Adds the IGroupMember key to the appropriate member key
cache by copying the cache, adding to the copy, and then replacing the
original with the copy. |
protected IEntityGroup |
ReferenceIndividualGroupService.primFindGroup(String localKey)
Returns a pre-existing IEntityGroup or null if it
does not exist. |
protected IEntityGroup |
ReferenceCompositeGroupService.primFindGroup(String key)
Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
protected Set |
GroupMemberImpl.primGetAllContainingGroups(IGroupMember member,
Set s)
Returns the Set of groups in our member Collection and,
recursively, in the Collections of our members. |
protected Set |
EntityGroupImpl.primGetAllEntities(Set entities)
Returns the Set of IEntities in our member Collection
and, recursively, in the Collections of our members. |
protected Set |
EntityGroupImpl.primGetAllMembers(Set s)
Returns the Set of IGroupMembers in our member
Collection and, recursively, in the Collections
of our members. |
protected IEntity |
ReferenceIndividualGroupService.primGetEntity(String key,
Class type)
Returns an IEntity representing a portal entity. |
protected void |
EntityGroupImpl.primRemoveMember(IGroupMember gm)
Removes the IGroupMember key from the appropriate key cache, by
copying the cache, removing the key from the copy and replacing the original
with the copy. |
void |
GroupMemberImpl.removeGroup(IEntityGroup eg)
Removes the key of the IEntityGroup from our Set of group keys
by copying the keys, updating the copy, and replacing the old keys with the copy. |
void |
EntityGroupImpl.removeMember(IGroupMember gm)
Removes IGroupMember gm from our member Map and,
conversely, remove this from gm's group Map. |
void |
IEntityGroup.removeMember(IGroupMember gm)
Removes the IGroupMember from this group, but does not remove the
membership from the data store. |
EntityIdentifier[] |
ICompositeGroupService.searchForEntities(String query,
int method,
Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
IEntitySearcher.searchForEntities(String query,
int method,
Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForEntities(String query,
int method,
Class type)
|
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForEntities(String query,
int method,
Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
IGroupService.searchForEntities(String query,
int method,
Class type)
Deprecated. Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
ReferenceGroupService.searchForEntities(String query,
int method,
Class type)
Deprecated. |
EntityIdentifier[] |
ICompositeGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group |
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
|
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group |
EntityIdentifier[] |
IGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Deprecated. Find EntityIdentifiers for entities whose name matches the query string according to the specified method, is of the specified type and descends from the specified group |
EntityIdentifier[] |
ReferenceGroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
Deprecated. |
EntityIdentifier[] |
RDBMEntityGroupStore.searchForGroups(String query,
int method,
Class leaftype)
|
EntityIdentifier[] |
ICompositeGroupService.searchForGroups(String query,
int method,
Class leaftype)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForGroups(String query,
int method,
Class leaftype)
|
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForGroups(String query,
int method,
Class leaftype)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
IGroupService.searchForGroups(String query,
int method,
Class leaftype)
Deprecated. Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
IEntityGroupStore.searchForGroups(String query,
int method,
Class leaftype)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method and matches the provided leaf type |
EntityIdentifier[] |
ReferenceGroupService.searchForGroups(String query,
int method,
Class leaftype)
Deprecated. |
EntityIdentifier[] |
ICompositeGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group |
EntityIdentifier[] |
ReferenceIndividualGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
|
EntityIdentifier[] |
ReferenceCompositeGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group |
EntityIdentifier[] |
IGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Deprecated. Find EntityIdentifiers for groups whose name matches the query string according to the specified method, has the provided leaf type and descends from the specified group |
EntityIdentifier[] |
ReferenceGroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
Deprecated. |
void |
EntityGroupImpl.setLocalGroupService(IIndividualGroupService newIndividualGroupService)
|
void |
IEntityGroup.setLocalGroupService(IIndividualGroupService groupService)
Sets the group service of origin. |
void |
EntityGroupImpl.setName(String newName)
We used to check duplicate sibling names but no longer do. |
void |
IEntityGroup.setName(String name)
Sets the group name which must be unique within any of its containing groups. |
void |
EntityGroupImpl.setServiceName(Name newServiceName)
Sets the service Name of the group service of origin. |
static RDBMEntityGroupStore |
RDBMEntityGroupStore.singleton()
|
static IGroupService |
ReferenceGroupService.singleton()
Deprecated. |
protected void |
ReferenceIndividualGroupService.synchronizeGroupMembersOnDelete(IEntityGroup group)
Remove the back pointers of the group members of the deleted group. |
protected void |
ReferenceIndividualGroupService.synchronizeGroupMembersOnUpdate(IEntityGroup group)
Adjust the back pointers of the updated group members to either add or remove the parent group. |
protected void |
ReferenceIndividualGroupService.throwExceptionIfNotInternallyManaged()
|
void |
EntityGroupImpl.update()
Delegate to the factory. |
void |
LockableEntityGroupImpl.update()
|
void |
IEntityGroup.update()
Commit the IEntityGroup AND ITS MEMBERSHIPS to the data store. |
void |
RDBMEntityGroupStore.update(IEntityGroup group)
Commit this entity AND ITS MEMBERSHIPS to the underlying store. |
void |
IEntityGroupStore.update(IEntityGroup group)
Adds or updates the IEntityGroup AND ITS MEMBERSHIPS to the
data store, as appropriate. |
void |
LockableEntityGroupImpl.updateAndRenewLock()
|
void |
ILockableEntityGroup.updateAndRenewLock()
Updates the group and its members and renews the lock. |
void |
ReferenceIndividualGroupService.updateGroup(IEntityGroup group)
Update the store and the updated members. |
void |
IGroupService.updateGroup(IEntityGroup group)
Deprecated. Commits the updated IEntityGroup to the store. |
void |
ReferenceGroupService.updateGroup(IEntityGroup group)
Deprecated. Updates the cache and the store with the new IEntityGroup. |
void |
IIndividualGroupService.updateGroup(IEntityGroup group)
Commits the updated IEntityGroup and its memberships to the
store. |
void |
ILockableGroupService.updateGroup(ILockableEntityGroup group)
Commits the updated ILockableEntityGroup to the store. |
void |
ReferenceIndividualGroupService.updateGroup(ILockableEntityGroup group)
Updates the ILockableEntityGroup in the cache and the store. |
void |
ReferenceGroupService.updateGroup(ILockableEntityGroup group)
Deprecated. Updates the ILockableEntityGroup in the cache and the store. |
void |
ILockableGroupService.updateGroup(ILockableEntityGroup group,
boolean renewLock)
Commits the updated ILockableEntityGroup to the store and
renews the lock. |
void |
ReferenceIndividualGroupService.updateGroup(ILockableEntityGroup group,
boolean renewLock)
Updates the ILockableEntityGroup in the store and removes
it from the cache. |
void |
ReferenceGroupService.updateGroup(ILockableEntityGroup group,
boolean renewLock)
Deprecated. Updates the ILockableEntityGroup in the store and removes
it from the cache. |
void |
ReferenceIndividualGroupService.updateGroupMembers(IEntityGroup group)
Update the store and the updated members. |
void |
IGroupService.updateGroupMembers(IEntityGroup group)
Deprecated. Commits the updated IEntityGroup to the store. |
void |
ReferenceGroupService.updateGroupMembers(IEntityGroup group)
Deprecated. Updates the cache and the store with the updated IEntityGroup. |
void |
IIndividualGroupService.updateGroupMembers(IEntityGroup group)
Commits the updated group memberships to the store. |
void |
ILockableGroupService.updateGroupMembers(ILockableEntityGroup group)
Commits the updated ILockableEntityGroup to the store. |
void |
ReferenceIndividualGroupService.updateGroupMembers(ILockableEntityGroup group)
Updates the ILockableEntityGroup in the cache and the store. |
void |
ReferenceGroupService.updateGroupMembers(ILockableEntityGroup group)
Deprecated. Updates the ILockableEntityGroup in the cache and the store. |
void |
ILockableGroupService.updateGroupMembers(ILockableEntityGroup group,
boolean renewLock)
Commits the updated ILockableEntityGroup to the store and
renews the lock. |
void |
ReferenceIndividualGroupService.updateGroupMembers(ILockableEntityGroup group,
boolean renewLock)
Updates the ILockableEntityGroup in the store and removes
it from the cache. |
void |
ReferenceGroupService.updateGroupMembers(ILockableEntityGroup group,
boolean renewLock)
Deprecated. Updates the ILockableEntityGroup in the store and removes
it from the cache. |
void |
EntityGroupImpl.updateMembers()
Delegate to the factory. |
void |
LockableEntityGroupImpl.updateMembers()
|
void |
IEntityGroup.updateMembers()
Commit this IEntityGroup's memberships to the data store. |
void |
RDBMEntityGroupStore.updateMembers(IEntityGroup eg)
Insert and delete group membership rows inside a transaction. |
void |
IEntityGroupStore.updateMembers(IEntityGroup group)
Commits the group memberships of the IEntityGroup to
the data store. |
void |
LockableEntityGroupImpl.updateMembersAndRenewLock()
|
void |
ILockableEntityGroup.updateMembersAndRenewLock()
Updates the members and renews the lock. |
| Constructors in org.jasig.portal.groups that throw GroupsException | |
|---|---|
CompositeEntityIdentifier(String entityKey,
Class entityType)
|
|
CompositeServiceIdentifier(String serviceKey)
CompositeServiceIdentifier. |
|
CompositeServiceIdentifier(String entityKey,
Class entityType)
CompositeServiceIdentifier. |
|
EntityGroupImpl(String groupKey,
Class entityType)
EntityGroupImpl |
|
EntityImpl(EntityIdentifier ei)
EntityImpl constructor |
|
EntityImpl(String newEntityKey,
Class newEntityType)
EntityImpl constructor |
|
EntityTestingGroupImpl(String groupKey,
Class entityType)
|
|
GroupMemberImpl(EntityIdentifier newEntityIdentifier)
GroupMemberImpl constructor |
|
GroupMemberImpl(String key,
Class type)
GroupMemberImpl constructor |
|
LockableEntityGroupImpl(String groupKey,
Class groupType)
LockableEntityGroupImpl constructor. |
|
ReferenceCompositeGroupService()
ReferenceCompositeGroupService constructor comment. |
|
ReferenceIndividualGroupService()
ReferenceGroupsService constructor. |
|
ReferenceIndividualGroupService(ComponentGroupServiceDescriptor svcDescriptor)
ReferenceGroupsService constructor. |
|
| Uses of GroupsException in org.jasig.portal.groups.filesystem |
|---|
| Methods in org.jasig.portal.groups.filesystem that throw GroupsException | |
|---|---|
boolean |
FileSystemGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
FileSystemGroupStore.containsGroupNamed(IEntityGroup group,
String name)
Answers if group contains a member group named
name. |
void |
FileSystemGroupStore.delete(IEntityGroup group)
Delete this IEntityGroup from the data store. |
IEntityGroup |
FileSystemGroupStore.find(String key)
Returns an instance of the IEntityGroup from the data store. |
protected Iterator |
FileSystemGroupStore.findContainingGroups(IEntity ent)
Returns an Iterator over the Collection of
IEntityGroups that the IEntity belongs to. |
protected Iterator |
FileSystemGroupStore.findContainingGroups(IEntityGroup group)
Returns an Iterator over the Collection of
IEntityGroups that the IGroupMember belongs to. |
Iterator |
FileSystemGroupStore.findContainingGroups(IGroupMember gm)
Returns an Iterator over the Collection of
IEntityGroups that the IGroupMember belongs to. |
Iterator |
FileSystemGroupStore.findEntitiesForGroup(IEntityGroup group)
Returns an Iterator over the Collection of
IEntities that are members of this IEntityGroup. |
ILockableEntityGroup |
FileSystemGroupStore.findLockable(String key)
Returns an instance of the ILockableEntityGroup from the data store. |
String[] |
FileSystemGroupStore.findMemberGroupKeys(IEntityGroup group)
Returns a String[] containing the keys of IEntityGroups
that are members of this IEntityGroup. |
Iterator |
FileSystemGroupStore.findMemberGroups(IEntityGroup group)
Returns an Iterator over the Collection of
IEntityGroups that are members of this IEntityGroup. |
protected Collection |
FileSystemGroupStore.getEntitiesFromFile(File idFile)
|
protected static FileSystemGroupStore |
FileSystemEntitySearcherFactory.getGroupStore()
|
protected static FileSystemGroupStore |
FileSystemGroupStoreFactory.getGroupStore()
|
IEntitySearcher |
FileSystemEntitySearcherFactory.newEntitySearcher()
|
IEntityStore |
FileSystemGroupStoreFactory.newEntityStore()
Return an instance of the entity store implementation. |
IEntityGroupStore |
FileSystemGroupStoreFactory.newGroupStore()
Deprecated. needs to be fixed, don't call |
IEntityGroupStore |
FileSystemGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
Return an instance of the entity group store implementation. |
IEntityGroup |
FileSystemGroupStore.newInstance(Class entityType)
|
IEntity |
FileSystemGroupStore.newInstance(String key)
|
IEntity |
FileSystemGroupStore.newInstance(String key,
Class type)
|
EntityIdentifier[] |
FileSystemGroupStore.searchForEntities(String query,
int method,
Class type)
Find EntityIdentifiers for entities whose name matches the query string according to the specified method and is of the specified type |
EntityIdentifier[] |
FileSystemGroupStore.searchForGroups(String query,
int searchMethod,
Class leafType)
Returns an EntityIdentifier[] of groups of the given leaf type whose names match the query string according to the search method. |
void |
FileSystemGroupStore.update(IEntityGroup group)
Adds or updates the IEntityGroup AND ITS MEMBERSHIPS to the
data store, as appropriate. |
void |
FileSystemGroupStore.updateMembers(IEntityGroup group)
Commits the group memberships of the IEntityGroup to
the data store. |
| Uses of GroupsException in org.jasig.portal.groups.ldap |
|---|
| Methods in org.jasig.portal.groups.ldap that throw GroupsException | |
|---|---|
boolean |
LDAPGroupStore.contains(IEntityGroup group,
IGroupMember member)
Answers if group contains member. |
boolean |
LDAPGroupStore.containsGroupNamed(IEntityGroup group,
String name)
Answers if group contains a member group named
name. |
void |
LDAPGroupStore.delete(IEntityGroup group)
|
IEntityGroup |
LDAPGroupStore.find(String key)
|
Iterator |
LDAPGroupStore.findContainingGroups(IGroupMember gm)
|
Iterator |
LDAPGroupStore.findEntitiesForGroup(IEntityGroup group)
|
ILockableEntityGroup |
LDAPGroupStore.findLockable(String key)
|
String[] |
LDAPGroupStore.findMemberGroupKeys(IEntityGroup group)
|
Iterator |
LDAPGroupStore.findMemberGroups(IEntityGroup group)
|
protected IEntityGroup |
LDAPGroupStore.makeGroup(LDAPGroupStore.GroupShadow shadow)
|
IEntitySearcher |
LDAPEntitySearcherFactory.newEntitySearcher()
Return an instance of the entity searcher implementation. |
IEntityStore |
LDAPEntityStoreFactory.newEntityStore()
Return an instance of the entity store implementation. |
IEntityGroupStore |
LDAPGroupStoreFactory.newGroupStore()
Return an instance of the group store implementation. |
IEntityGroupStore |
LDAPGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
Return an instance of the group store implementation. |
IEntitySearcher |
LDAPEntitySearcherFactory.newInstance()
Return an instance of the entity searcher implementation. |
IEntityStore |
LDAPEntityStoreFactory.newInstance()
Return an instance of the entity store implementation. |
IEntityGroupStore |
LDAPGroupStoreFactory.newInstance()
Return an instance of the group store implementation. |
IEntityGroup |
LDAPGroupStore.newInstance(Class entityType)
|
IEntity |
LDAPGroupStore.newInstance(String key)
|
IEntity |
LDAPGroupStore.newInstance(String key,
Class type)
|
EntityIdentifier[] |
LDAPGroupStore.searchForEntities(String query,
int method,
Class type)
|
EntityIdentifier[] |
LDAPGroupStore.searchForGroups(String query,
int method,
Class leaftype)
|
void |
LDAPGroupStore.update(IEntityGroup group)
|
void |
LDAPGroupStore.updateMembers(IEntityGroup group)
|
| Uses of GroupsException in org.jasig.portal.groups.local |
|---|
| Methods in org.jasig.portal.groups.local that throw GroupsException | |
|---|---|
EntityIdentifier[] |
ITypedEntitySearcher.searchForEntities(String query,
int method)
|
EntityIdentifier[] |
EntitySearcherImpl.searchForEntities(String query,
int method,
Class type)
|
| Uses of GroupsException in org.jasig.portal.groups.local.searchers |
|---|
| Methods in org.jasig.portal.groups.local.searchers that throw GroupsException | |
|---|---|
EntityIdentifier[] |
RDBMChannelDefSearcher.searchForEntities(String query,
int method)
|
EntityIdentifier[] |
RDBMPersonSearcher.searchForEntities(String query,
int method)
|
| Uses of GroupsException in org.jasig.portal.groups.pags |
|---|
| Methods in org.jasig.portal.groups.pags that throw GroupsException | |
|---|---|
boolean |
PersonAttributesGroupStore.contains(IEntityGroup group,
IGroupMember member)
|
void |
PersonAttributesGroupStore.delete(IEntityGroup group)
|
IEntityGroup |
PersonAttributesGroupStore.find(String key)
|
Iterator |
PersonAttributesGroupStore.findContainingGroups(IGroupMember member)
|
Iterator |
PersonAttributesGroupStore.findEntitiesForGroup(IEntityGroup group)
|
ILockableEntityGroup |
PersonAttributesGroupStore.findLockable(String key)
|
String[] |
PersonAttributesGroupStore.findMemberGroupKeys(IEntityGroup group)
|
Iterator<IEntityGroup> |
PersonAttributesGroupStore.findMemberGroups(IEntityGroup group)
|
IEntitySearcher |
PersonAttributesEntitySearcherFactory.newEntitySearcher()
|
IEntityStore |
PersonAttributesEntityStoreFactory.newEntityStore()
|
IEntityGroupStore |
PersonAttributesGroupStoreFactory.newGroupStore()
|
IEntityGroupStore |
PersonAttributesGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
|
IEntityGroup |
PersonAttributesGroupStore.newInstance(Class entityType)
|
IEntity |
PersonAttributesGroupStore.newInstance(String key)
|
IEntity |
PersonAttributesGroupStore.newInstance(String key,
Class type)
|
EntityIdentifier[] |
PersonAttributesGroupStore.searchForEntities(String query,
int method,
Class type)
|
EntityIdentifier[] |
PersonAttributesGroupStore.searchForGroups(String query,
int method,
Class leaftype)
|
void |
PersonAttributesGroupStore.update(IEntityGroup group)
|
void |
PersonAttributesGroupStore.updateMembers(IEntityGroup group)
|
| Uses of GroupsException in org.jasig.portal.groups.smartldap |
|---|
| Methods in org.jasig.portal.groups.smartldap that throw GroupsException | |
|---|---|
boolean |
SmartLdapGroupStore.contains(IEntityGroup group,
IGroupMember member)
|
void |
SmartLdapGroupStore.delete(IEntityGroup group)
|
IEntityGroup |
SmartLdapGroupStore.find(String key)
Returns an instance of the IEntityGroup from the data store. |
Iterator |
SmartLdapGroupStore.findContainingGroups(IGroupMember gm)
Returns an Iterator over the Collection of
IEntityGroups that the IGroupMember belongs to. |
Iterator |
SmartLdapGroupStore.findEntitiesForGroup(IEntityGroup group)
Returns an Iterator over the Collection of
IEntities that are members of this IEntityGroup. |
ILockableEntityGroup |
SmartLdapGroupStore.findLockable(String key)
|
String[] |
SmartLdapGroupStore.findMemberGroupKeys(IEntityGroup group)
Returns a String[] containing the keys of IEntityGroups
that are members of this IEntityGroup. |
Iterator |
SmartLdapGroupStore.findMemberGroups(IEntityGroup group)
Returns an Iterator over the Collection of
IEntityGroups that are members of this IEntityGroup. |
IEntitySearcher |
SmartLdapEntitySearcher.Factory.newEntitySearcher()
|
IEntityStore |
SmartLdapEntityStore.Factory.newEntityStore()
|
IEntityGroupStore |
SmartLdapGroupStore.Factory.newGroupStore()
|
IEntityGroupStore |
SmartLdapGroupStore.Factory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
|
IEntityGroup |
SmartLdapGroupStore.newInstance(Class entityType)
|
IEntity |
SmartLdapEntityStore.newInstance(String key)
|
IEntity |
SmartLdapEntityStore.newInstance(String key,
Class type)
|
EntityIdentifier[] |
SmartLdapEntitySearcher.searchForEntities(String query,
int method,
Class type)
|
EntityIdentifier[] |
SmartLdapGroupStore.searchForGroups(String query,
int method,
Class leaftype)
|
void |
SmartLdapGroupStore.update(IEntityGroup group)
|
void |
SmartLdapGroupStore.updateMembers(IEntityGroup group)
|
| Uses of GroupsException in org.jasig.portal.security |
|---|
| Methods in org.jasig.portal.security that throw GroupsException | |
|---|---|
IGroupMember |
IAuthorizationService.getGroupMember(IAuthorizationPrincipal principal)
|
IAuthorizationPrincipal |
IAuthorizationService.newPrincipal(IGroupMember groupMember)
Converts an IGroupMember into an IAuthorizationPrincipal. |
| Uses of GroupsException in org.jasig.portal.security.provider |
|---|
| Methods in org.jasig.portal.security.provider that throw GroupsException | |
|---|---|
IGroupMember |
AuthorizationImpl.getGroupMember(IAuthorizationPrincipal principal)
|
IAuthorizationPrincipal |
AuthorizationImpl.newPrincipal(IGroupMember groupMember)
Converts an IGroupMember into an IAuthorizationPrincipal. |
| Uses of GroupsException in org.jasig.portal.services |
|---|
| Methods in org.jasig.portal.services that throw GroupsException | |
|---|---|
static IEntityGroup |
GroupService.findGroup(String key)
Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
static ILockableEntityGroup |
GroupService.findLockableGroup(String key,
String lockOwner)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
static ICompositeGroupService |
GroupService.getCompositeGroupService()
Returns the ICompositeGroupService implementation in use. |
protected String |
GroupService.getDefaultServiceName()
|
static IEntityGroup |
GroupService.getDistinguishedGroup(String name)
Refers to the PropertiesManager to get the key for the group associated with 'name' and asks the group store implementation for the corresponding IEntityGroup. |
static IEntity |
GroupService.getEntity(String key,
Class type)
Returns an IEntity representing a portal entity. |
static IEntity |
GroupService.getEntity(String key,
Class type,
String service)
Returns an IEntity representing a portal entity. |
static IGroupMember |
GroupService.getGroupMember(EntityIdentifier underlyingEntityIdentifier)
Returns an IGroupMember representing either a group or a
portal entity, based on the EntityIdentifier, which
refers to the UNDERLYING entity for the IGroupMember. |
IGroupMember |
AuthorizationService.getGroupMember(IAuthorizationPrincipal principal)
|
static IGroupMember |
GroupService.getGroupMember(String key,
Class type)
Returns an IGroupMember representing either a group or a
portal entity. |
static IGroupService |
GroupService.getGroupService()
Returns the IGroupService implementation in use. |
IEntityNameFinder |
EntityNameFinderService.getNameFinder(Class type)
|
static IEntityGroup |
GroupService.getRootGroup(Class type)
Refers to the PropertiesManager to get the key for the root group associated with 'type' and asks the group store implementation for the corresponding IEntityGroup. |
protected GroupServiceConfiguration |
GroupService.getServiceConfiguration()
|
protected IEntityGroup |
GroupService.ifindGroup(String key)
Returns a pre-existing IEntityGroup or null if the
IGroupMember does not exist. |
protected ILockableEntityGroup |
GroupService.ifindLockableGroup(String key,
String lockOwner)
Returns a pre-existing ILockableEntityGroup or null if the
group is not found. |
protected void |
GroupService.ifinishedSession(IPerson person)
Receives notice that the UserInstance has been unbound from the HttpSession. |
protected IEntityGroup |
GroupService.igetDistinguishedGroup(String name)
Refers to the PropertiesManager to get the key for the group associated with 'name' and asks the group store implementation for the corresponding IEntityGroup. |
protected IEntity |
GroupService.igetEntity(String key,
Class type,
String service)
Returns an IEntity representing a pre-existing portal entity. |
protected IGroupMember |
GroupService.igetGroupMember(String key,
Class type)
Returns an IGroupMember representing either a group or a
portal entity. |
protected IEntityGroup |
GroupService.igetRootGroup(Class type)
Refers to the PropertiesManager to get the key for the root group associated with 'type' and asks the group store implementation for the corresponding IEntityGroup. |
protected IEntityGroup |
GroupService.inewGroup(Class type)
Returns a new IEntityGroup for the given Class with an unused
key. |
protected IEntityGroup |
GroupService.inewGroup(Class type,
String serviceName)
Returns a new IEntityGroup for the given Class with an unused
key. |
static GroupService |
GroupService.instance()
|
static IEntityGroup |
GroupService.newGroup(Class type)
Returns a new IEntityGroup for the given Class with an unused
key. |
static IEntityGroup |
GroupService.newGroup(Class type,
String serviceName)
Returns a new IEntityGroup for the given Class with an unused
key. |
IAuthorizationPrincipal |
AuthorizationService.newPrincipal(IGroupMember groupMember)
|
static String |
GroupService.parseLocalKey(String compositeKey)
Extracts the final node from the String form of a composite key. |
static Name |
GroupService.parseServiceName(String serviceName)
Converts the String form of a service name into a Name. |
static EntityIdentifier[] |
GroupService.searchForEntities(String query,
int method,
Class type)
|
static EntityIdentifier[] |
GroupService.searchForEntities(String query,
int method,
Class type,
IEntityGroup ancestor)
|
static EntityIdentifier[] |
GroupService.searchForGroups(String query,
int method,
Class leaftype)
|
static EntityIdentifier[] |
GroupService.searchForGroups(String query,
int method,
Class leaftype,
IEntityGroup ancestor)
|
static void |
GroupService.startUp()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||