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

Packages that use IEntity
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.groups   
org.jasig.portal.groups.filesystem   
org.jasig.portal.groups.ldap   
org.jasig.portal.groups.pags   
org.jasig.portal.services   
org.jasig.portal.tools.chanpub   
 

Uses of IEntity in org.jasig.portal.channels.groupsmanager
 

Methods in org.jasig.portal.channels.groupsmanager that return IEntity
static IEntity GroupsManagerXML.retrieveEntity(java.lang.String aKey, java.lang.String aType)
          Returns an IEntity for the key.
 

Uses of IEntity in org.jasig.portal.groups
 

Classes in org.jasig.portal.groups that implement IEntity
 class EntityImpl
          Reference implementation for IEntity.
 

Methods in org.jasig.portal.groups that return IEntity
 IEntity IGroupService.getEntity(java.lang.String key, java.lang.Class type)
          Returns an IEntity representing a portal entity.
 IEntity ReferenceGroupService.getEntity(java.lang.String key, java.lang.Class type)
          Returns an IEntity representing a portal entity.
 IEntity ICompositeGroupService.getEntity(java.lang.String key, java.lang.Class type)
          Returns an IEntity representing a portal entity.
 IEntity ReferenceCompositeGroupService.getEntity(java.lang.String key, java.lang.Class type)
          Returns an IEntity representing a portal entity.
 IEntity ReferenceIndividualGroupService.getEntity(java.lang.String key, java.lang.Class type)
          Returns an IEntity representing a portal entity.
 IEntity ICompositeGroupService.getEntity(java.lang.String key, java.lang.Class type, java.lang.String service)
          Returns an IEntity representing a portal entity.
 IEntity ReferenceCompositeGroupService.getEntity(java.lang.String key, java.lang.Class type, java.lang.String svcName)
          Returns an IEntity representing a portal entity.
protected  IEntity ReferenceCompositeGroupService.getEntityFromCache(java.lang.String key)
          Returns a cached IEntity or null if it has not been cached.
 IEntity RDBMEntityGroupStore.newEntity(java.lang.Class type, java.lang.String key)
           
 IEntity IEntityStore.newInstance(java.lang.String key)
           
 IEntity RDBMEntityStore.newInstance(java.lang.String key)
           
 IEntity IEntityStore.newInstance(java.lang.String key, java.lang.Class type)
           
 IEntity RDBMEntityStore.newInstance(java.lang.String key, java.lang.Class type)
           
protected  IEntity ReferenceIndividualGroupService.primGetEntity(java.lang.String key, java.lang.Class type)
          Returns an IEntity representing a portal entity.
 

Methods in org.jasig.portal.groups with parameters of type IEntity
 java.util.Iterator RDBMEntityGroupStore.findContainingGroups(IEntity ent)
          Find the groups that this entity belongs to.
 

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

Methods in org.jasig.portal.groups.filesystem that return IEntity
 IEntity FileSystemGroupStore.newInstance(java.lang.String key)
           
 IEntity FileSystemGroupStore.newInstance(java.lang.String key, java.lang.Class type)
           
 

Methods in org.jasig.portal.groups.filesystem with parameters of type IEntity
protected  java.util.Iterator FileSystemGroupStore.findContainingGroups(IEntity ent)
          Returns an Iterator over the Collection of IEntityGroups that the IEntity belongs to.
 

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

Methods in org.jasig.portal.groups.ldap that return IEntity
 IEntity LDAPGroupStore.newInstance(java.lang.String key)
           
 IEntity LDAPGroupStore.newInstance(java.lang.String key, java.lang.Class type)
           
 

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

Methods in org.jasig.portal.groups.pags that return IEntity
 IEntity PersonAttributesGroupStore.newInstance(java.lang.String key)
           
 IEntity PersonAttributesGroupStore.newInstance(java.lang.String key, java.lang.Class type)
           
 

Methods in org.jasig.portal.groups.pags with parameters of type IEntity
private  java.util.Iterator PersonAttributesGroupStore.findContainingGroupsForEntity(IEntity member)
           
 

Uses of IEntity in org.jasig.portal.services
 

Methods in org.jasig.portal.services that return IEntity
static IEntity GroupService.getEntity(java.lang.String key, java.lang.Class type)
          Returns an IEntity representing a portal entity.
static IEntity GroupService.getEntity(java.lang.String key, java.lang.Class type, java.lang.String service)
          Returns an IEntity representing a portal entity.
protected  IEntity GroupService.igetEntity(java.lang.String key, java.lang.Class type, java.lang.String service)
          Returns an IEntity representing a pre-existing portal entity.
 

Uses of IEntity in org.jasig.portal.tools.chanpub
 

Fields in org.jasig.portal.tools.chanpub declared as IEntity
(package private)  IEntity[] ChannelPublisher.ChannelInfo.users