org.jasig.portal.groups |
|
Java Source File Name | Type | Comment |
ComponentGroupServiceDescriptor.java | Class | A data holder for configuration information about a specific component group service. |
CompositeEntityIdentifier.java | Class | A composite key and type that uniquely identify a portal entity. |
CompositeServiceIdentifier.java | Class | A composite key that identifies a component group service. |
EntityGroupImpl.java | Class | Reference implementation for IEntityGroup .
Groups do not keep references to their members but instead cache
member keys. |
EntityGroupNameFinder.java | Class | Reference implementation of IEntityNameFinder for IEntityGroup . |
EntityGroupNameFinderFactory.java | Class | Factory for creating EntityGroupNameFinder . |
EntityImpl.java | Class | Reference implementation for IEntity . |
EntityTestingGroupImpl.java | Class | author: Dan Ellentuck version: $Revision: 36518 $ See Also: org.jasig.portal.groups.IEntityGroup See Also: An IEntityGroup that answers if it contains an entity See Also: by delegating to the local group store. |
GroupMemberImpl.java | Class | GroupMemberImpl summary first sentence goes here. |
GroupServiceConfiguration.java | Class | Parses service descriptions found in the file found at SERVICES_XML. |
GroupsException.java | Class | A GroupsException describes a problem in the groups structure or in
the groups store. |
GroupsTester.java | Class | Tests the groups framework (a start). |
IComponentGroupService.java | Interface | Defines a component group service that is part of a composite groups system. |
IComponentGroupServiceFactory.java | Interface | Factory interface for creating an IComponentGroupService . |
ICompositeGroupService.java | Interface | Defines an api for discovering entry points into a composite groups system
consisting of component group services. |
ICompositeGroupServiceFactory.java | Interface | Factory interface for creating an ICompositeGroupService . |
IEntity.java | Interface | IEntity is the leaf sub-type of IGroupMember . |
IEntityGroup.java | Interface | An IEntityGroup is a composite, or non-leaf IGroupMember .
It contains IEntities and other IEntityGroups .
The api defines methods for adding a member to, and removing it from, a group,
though not vice versa. |
IEntityGroupStore.java | Interface | Interface for finding and maintaining IEntityGroups . |
IEntityGroupStoreFactory.java | Interface | Factory interface for creating an IEntityGroupStore . |
IEntityNameFinder.java | Interface | Interface for finding the names of portal entities of a given type. |
IEntityNameFinderFactory.java | Interface | Factory interface for creating IEntityNameFinders . |
IEntitySearcher.java | Interface | |
IEntitySearcherFactory.java | Interface | Factory interface for creating an IEntitySearcher . |
IEntityStore.java | Interface | An interface for retrieving IEntities . |
IEntityStoreFactory.java | Interface | Factory interface for creating an IEntityStore . |
IGroupConstants.java | Interface | |
IGroupMember.java | Interface | An IGroupMember defines common behavior for both the leaf
IEntity and composite IEntityGroup sub-types
that together make up a Groups structure.
An IGroupMember can answer both its parents and its children but
has no api for adding or removing them. |
IGroupService.java | Interface | Defines an api for discovering an entry point into the groups system,
represented by an IGroupMember . |
IGroupServiceFactory.java | Interface | Factory interface for creating an IGroupService . |
IIndividualGroupService.java | Interface | Defines a component group service that finds and maintains
IGroupMembers within a composite group service. |
ILockableEntityGroup.java | Interface | Defines an IEntityGroup that can be locked for update. |
ILockableGroupService.java | Interface | Extends IGroupService with methods for finding and maintaining
ILockableEntityGroups . |
LockableEntityGroupImpl.java | Class | Extends EntityGroupImpl to make it lockable for writing. |
PersonDirNameFinder.java | Class | Implementation of IEntityNameFinder for IPersons by
looking up displayName from an IPersonAttributeDao . |
PersonDirNameFinderFactory.java | Class | Factory for creating and obtaining reference to
a static singleton PersonDirNameFinder . |
PersonDirNameFinderTest.java | Class | |
RDBMEntityGroupStore.java | Class | Store for EntityGroupImpl . |
RDBMEntityStore.java | Class | Reference implementation for IEntityStore. |
ReferenceChannelNameFinder.java | Class | Reference implementation of IEntityNameFinder for Channels . |
ReferenceChannelNameFinderFactory.java | Class | Factory for creating ReferencePersonNameFinders . |
ReferenceComponentGroupService.java | Class | Reference implementation of IComponentGroupService. |
ReferenceCompositeGroupService.java | Class | |
ReferenceCompositeGroupServiceFactory.java | Class | Creates an instance of the reference ICompositeGroupService . |
ReferenceEntityGroupStoreFactory.java | Class | Creates an instance of the reference IEntityGroupStore . |
ReferenceEntitySearcherFactory.java | Class | Creates an instance of the reference IEntitySearcher . |
ReferenceEntityStoreFactory.java | Class | Creates an instance of the reference IEntityStore . |
ReferenceGroupService.java | Class | Reference group service. |
ReferenceGroupServiceFactory.java | Class | Creates the reference implemetation of IGroupService . |
ReferenceIndividualGroupService.java | Class | Reference individual, or leaf, group service. |
ReferenceIndividualGroupServiceFactory.java | Class | Creates an instance of the reference IIndividualGroupService . |
ReferencePersonNameFinder.java | Class | Reference implementation of IEntityNameFinder for IPersons . |
ReferencePersonNameFinderFactory.java | Class | Factory for creating ReferencePersonNameFinders . |