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

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

Uses of IEntityStore in org.jasig.portal.groups
 

Classes in org.jasig.portal.groups that implement IEntityStore
 class RDBMEntityStore
          Reference implementation for IEntityStore.
 

Fields in org.jasig.portal.groups declared as IEntityStore
protected  IEntityStore ReferenceGroupService.entityFactory
           
protected  IEntityStore ReferenceCompositeGroupService.entityFactory
           
private static IEntityStore RDBMEntityStore.singleton
           
 

Methods in org.jasig.portal.groups that return IEntityStore
 IEntityStore ReferenceIndividualGroupService.getEntityFactory()
          Returns an IEntity representing a portal entity.
 IEntityStore IEntityStoreFactory.newEntityStore()
           
 IEntityStore ReferenceEntityStoreFactory.newEntityStore()
          Return an instance of the entity store implementation.
 IEntityStore ReferenceEntityStoreFactory.newInstance()
          Return an instance of the entity store implementation.
static IEntityStore RDBMEntityStore.singleton()
           
 

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

Classes in org.jasig.portal.groups.filesystem that implement IEntityStore
 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 IEntityStore
 IEntityStore FileSystemGroupStoreFactory.newEntityStore()
          Return an instance of the entity store implementation.
 

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

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

Methods in org.jasig.portal.groups.ldap that return IEntityStore
 IEntityStore LDAPEntityStoreFactory.newEntityStore()
          Return an instance of the entity store implementation.
 IEntityStore LDAPEntityStoreFactory.newInstance()
          Return an instance of the entity store implementation.
 

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

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

Methods in org.jasig.portal.groups.pags that return IEntityStore
 IEntityStore PersonAttributesEntityStoreFactory.newEntityStore()