Uses of Interface
org.jasig.portal.groups.IEntityGroupStore

Packages that use IEntityGroupStore
org.jasig.portal.groups   
org.jasig.portal.groups.filesystem   
org.jasig.portal.groups.ldap   
org.jasig.portal.groups.pags   
 

Uses of IEntityGroupStore in org.jasig.portal.groups
 

Classes in org.jasig.portal.groups that implement IEntityGroupStore
 class RDBMEntityGroupStore
          Store for EntityGroupImpl.
 

Fields in org.jasig.portal.groups declared as IEntityGroupStore
protected  IEntityGroupStore ReferenceGroupService.groupFactory
           
protected  IEntityGroupStore ReferenceIndividualGroupService.groupFactory
           
 

Methods in org.jasig.portal.groups that return IEntityGroupStore
 IEntityGroupStore IGroupService.getGroupStore()
          Returns an IEntityGroupStore.
 IEntityGroupStore ReferenceGroupService.getGroupStore()
          Returns the implementation of IEntityGroupStore whose class name was retrieved by the PropertiesManager (see initialize()).
 IEntityGroupStore ReferenceIndividualGroupService.getGroupStore()
          Returns the implementation of IEntityGroupStore whose class name was retrieved by the PropertiesManager (see initialize()).
 IEntityGroupStore ReferenceEntityGroupStoreFactory.newGroupStore()
          Return an instance of the group store implementation.
 IEntityGroupStore IEntityGroupStoreFactory.newGroupStore()
           
 IEntityGroupStore ReferenceEntityGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          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.newInstance()
          Return an instance of the group store implementation.
 

Uses of IEntityGroupStore in org.jasig.portal.groups.filesystem
 

Classes in org.jasig.portal.groups.filesystem that implement IEntityGroupStore
 class FileSystemGroupStore
          This class is an IEntityGroupStore that uses the native file system for its back end.
 

Methods in org.jasig.portal.groups.filesystem that return IEntityGroupStore
 IEntityGroupStore FileSystemGroupStoreFactory.newGroupStore()
          Return an instance of the entity group store implementation.
 IEntityGroupStore FileSystemGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the entity group store implementation.
 

Uses of IEntityGroupStore in org.jasig.portal.groups.ldap
 

Classes in org.jasig.portal.groups.ldap that implement IEntityGroupStore
 class LDAPGroupStore
          LDAPGroupStore.
 

Methods in org.jasig.portal.groups.ldap that return IEntityGroupStore
 IEntityGroupStore LDAPGroupStoreFactory.newGroupStore()
          Return an instance of the group store implementation.
 IEntityGroupStore LDAPGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the group store implementation.
 IEntityGroupStore LDAPGroupStoreFactory.newInstance()
          Return an instance of the group store implementation.
 

Uses of IEntityGroupStore in org.jasig.portal.groups.pags
 

Classes in org.jasig.portal.groups.pags that implement IEntityGroupStore
 class PersonAttributesGroupStore
          The Person Attributes Group Store uses attributes stored in the IPerson object to determine group membership.
 

Fields in org.jasig.portal.groups.pags declared as IEntityGroupStore
private static IEntityGroupStore PersonAttributesGroupStoreFactory.groupStore
           
 

Methods in org.jasig.portal.groups.pags that return IEntityGroupStore
static IEntityGroupStore PersonAttributesGroupStoreFactory.getGroupStore()
           
 IEntityGroupStore PersonAttributesGroupStoreFactory.newGroupStore()
           
 IEntityGroupStore PersonAttributesGroupStoreFactory.newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)