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

Packages that use IEntityGroup
org.jasig.portal   
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.layout.dlm.providers   
org.jasig.portal.layout.restrictions.alm   
org.jasig.portal.security.provider   
org.jasig.portal.services   
org.jasig.portal.tools.chanpub   
 

Uses of IEntityGroup in org.jasig.portal
 

Methods in org.jasig.portal with parameters of type IEntityGroup
private static void ChannelRegistryManager.processGroupsRecursively(IEntityGroup group, org.w3c.dom.Document owner, org.w3c.dom.Element parentGroup)
           
 

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

Classes in org.jasig.portal.channels.groupsmanager that implement IEntityGroup
 class SearchResultsGroupImpl
          SearchResultsGroupImp summary description sentence goes here.
 

Methods in org.jasig.portal.channels.groupsmanager that return IEntityGroup
 IEntityGroup SearchResultsGroupImpl.getMemberGroupNamed(java.lang.String name)
           
static IEntityGroup GroupsManagerXML.retrieveGroup(java.lang.String aKey)
          Returns an IEntityGroup for the key.
 

Methods in org.jasig.portal.channels.groupsmanager with parameters of type IEntityGroup
static void GroupsManagerXML.createPermissions(CGroupsManagerSessionData sessionData, IEntityGroup childEntGrp)
          Creates permissions to a group for the current user and generates permission elements
static org.w3c.dom.Element GroupsManagerXML.createRdfElement(IEntityGroup entGrp, org.w3c.dom.Document xmlDoc)
          Returns an RDF element for the provided Document
static void GroupsManagerXML.refreshAllNodes(CGroupsManagerUnrestrictedSessionData sd, IEntityGroup entGrp)
          Updates all nodes for the same IEntityGroup with information about the IEntityGroup.
static void GroupsManagerXML.refreshElement(org.w3c.dom.Element updElem, IEntityGroup entGrp)
          Updates an Element with information about the IEntityGroup.
static boolean GroupsManagerXML.refreshRequired(org.w3c.dom.Element chkElem, IEntityGroup entGrp)
          Updates an Element with information about the IEntityGroup.
 

Uses of IEntityGroup in org.jasig.portal.groups
 

Subinterfaces of IEntityGroup in org.jasig.portal.groups
 interface ILockableEntityGroup
          Defines an IEntityGroup that can be locked for update.
 

Classes in org.jasig.portal.groups that implement IEntityGroup
 class EntityGroupImpl
          Reference implementation for IEntityGroup.
 class EntityTestingGroupImpl
           
 class LockableEntityGroupImpl
          Extends EntityGroupImpl to make it lockable for writing.
 

Methods in org.jasig.portal.groups that return IEntityGroup
 IEntityGroup IEntityGroupStore.find(java.lang.String key)
          Returns an instance of the IEntityGroup from the data store.
 IEntityGroup RDBMEntityGroupStore.find(java.lang.String groupID)
          Find and return an instance of the group.
 IEntityGroup IIndividualGroupService.findGroup(CompositeEntityIdentifier ent)
          Returns a preexisting IEntityGroup from the store.
 IEntityGroup ReferenceIndividualGroupService.findGroup(CompositeEntityIdentifier ent)
          Returns a pre-existing IEntityGroup or null if it does not exist.
 IEntityGroup IGroupService.findGroup(java.lang.String key)
          Returns a pre-existing IEntityGroup or null if the IGroupMember does not exist.
 IEntityGroup ReferenceGroupService.findGroup(java.lang.String key)
          Returns a pre-existing IEntityGroup or null if it does not exist.
 IEntityGroup ICompositeGroupService.findGroup(java.lang.String key)
          Returns a pre-existing IEntityGroup or null if it does not exist.
 IEntityGroup ReferenceCompositeGroupService.findGroup(java.lang.String key)
          Returns a pre-existing IEntityGroup or null if the IGroupMember does not exist.
 IEntityGroup ReferenceIndividualGroupService.findGroup(java.lang.String key)
          Returns a pre-existing IEntityGroup or null if it does not exist.
protected  IEntityGroup ReferenceIndividualGroupService.findGroupWithCache(CompositeEntityIdentifier ent)
          Returns a pre-existing IEntityGroup or null if it does not exist.
protected  IEntityGroup ReferenceGroupService.findGroupWithCache(java.lang.String key)
          Returns a pre-existing IEntityGroup or null if it does not exist.
protected  IEntityGroup ReferenceIndividualGroupService.findGroupWithCache(java.lang.String key)
          Returns a pre-existing IEntityGroup or null if it does not exist.
 IEntityGroup ReferenceGroupService.getDistinguishedGroup(java.lang.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  IEntityGroup ReferenceGroupService.getGroupFromCache(java.lang.String key)
          Returns a cached IEntityGroup or null if it has not been cached.
protected  IEntityGroup ReferenceIndividualGroupService.getGroupFromCache(java.lang.String key)
          Returns a cached IEntityGroup or null if it has not been cached.
 IEntityGroup EntityGroupImpl.getMemberGroupNamed(java.lang.String name)
          Returns the named member IEntityGroup.
 IEntityGroup IGroupMember.getMemberGroupNamed(java.lang.String name)
          Returns the named IEntityGroup from our members Collection.
 IEntityGroup GroupMemberImpl.getMemberGroupNamed(java.lang.String name)
          Default implementation, overridden on EntityGroupImpl.
 IEntityGroup ReferenceGroupService.getRootGroup(java.lang.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.
private  IEntityGroup RDBMEntityGroupStore.instanceFromResultSet(java.sql.ResultSet rs)
          Find and return an instance of the group.
 IEntityGroup IGroupService.newGroup(java.lang.Class type)
          Returns a new IEntityGroup for the given Class with an unused key.
 IEntityGroup ReferenceGroupService.newGroup(java.lang.Class type)
          Returns a new IEntityGroup for the given Class with an unused key.
 IEntityGroup IIndividualGroupService.newGroup(java.lang.Class type)
          Returns a new IEntityGroup for the given Class with an unused key.
 IEntityGroup ReferenceIndividualGroupService.newGroup(java.lang.Class type)
          Returns a new IEntityGroup for the given Class with an unused key.
 IEntityGroup ICompositeGroupService.newGroup(java.lang.Class type, javax.naming.Name serviceName)
          Returns a new IEntityGroup for the given Class with an unused key from the named service.
 IEntityGroup ReferenceCompositeGroupService.newGroup(java.lang.Class type, javax.naming.Name serviceName)
          Returns a new IEntityGroup from the named service.
 IEntityGroup IEntityGroupStore.newInstance(java.lang.Class entityType)
           
 IEntityGroup RDBMEntityGroupStore.newInstance(java.lang.Class type)
           
private  IEntityGroup RDBMEntityGroupStore.newInstance(java.lang.String newKey, java.lang.Class newType, java.lang.String newCreatorID, java.lang.String newName, java.lang.String newDescription)
           
private  IEntityGroup RDBMEntityGroupStore.primFind(java.lang.String groupID, boolean lockable)
          Find and return an instance of the group.
protected  IEntityGroup ReferenceCompositeGroupService.primFindGroup(java.lang.String key)
          Returns a pre-existing IEntityGroup or null if the IGroupMember does not exist.
protected  IEntityGroup ReferenceIndividualGroupService.primFindGroup(java.lang.String localKey)
          Returns a pre-existing IEntityGroup or null if it does not exist.
 

Methods in org.jasig.portal.groups with parameters of type IEntityGroup
 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.
protected  void ReferenceGroupService.addGroupToCache(IEntityGroup group)
           
 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 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.
private  boolean RDBMEntityGroupStore.containsEntity(IEntityGroup group, IGroupMember member)
           
private  boolean RDBMEntityGroupStore.containsGroup(IEntityGroup group, IEntityGroup member)
           
 boolean RDBMEntityGroupStore.containsGroupNamed(IEntityGroup containingGroup, java.lang.String memberName)
           
 void IEntityGroupStore.delete(IEntityGroup group)
          Delete this IEntityGroup from the data store.
 void RDBMEntityGroupStore.delete(IEntityGroup group)
          If this entity exists, delete it.
 void IGroupService.deleteGroup(IEntityGroup group)
          Removes the IEntityGroup from the store.
 void ReferenceGroupService.deleteGroup(IEntityGroup group)
          Removes the IEntityGroup from the cache and the store.
 void IIndividualGroupService.deleteGroup(IEntityGroup group)
          Removes the IEntityGroup from the store.
 void ReferenceIndividualGroupService.deleteGroup(IEntityGroup group)
          Removes the IEntityGroup from the cache and the store.
private  boolean RDBMEntityGroupStore.existsInDatabase(IEntityGroup group)
          Answer if the IEntityGroup entity exists in the database.
private  EntityIdentifier[] ReferenceGroupService.filterEntities(EntityIdentifier[] entities, IEntityGroup ancestor)
           
private  EntityIdentifier[] ReferenceIndividualGroupService.filterEntities(EntityIdentifier[] entities, IEntityGroup ancestor)
           
 java.util.Iterator RDBMEntityGroupStore.findContainingGroups(IEntityGroup group)
          Find the groups that this group belongs to.
 java.util.Iterator IEntityGroupStore.findEntitiesForGroup(IEntityGroup group)
          Returns an Iterator over the Collection of IEntities that are members of this IEntityGroup.
 java.util.Iterator RDBMEntityGroupStore.findEntitiesForGroup(IEntityGroup group)
          Find the IEntities that are members of the IEntityGroup.
protected  java.util.Iterator ReferenceIndividualGroupService.findLocalMemberGroups(IEntityGroup eg)
          Returns and caches the member groups for the IEntityGroup
 java.util.Iterator ReferenceIndividualGroupService.findMemberEntities(IEntityGroup group)
          Finds the IEntities that are members of group.
 java.lang.String[] IEntityGroupStore.findMemberGroupKeys(IEntityGroup group)
          Returns a String[] containing the keys of IEntityGroups that are members of this IEntityGroup.
 java.lang.String[] RDBMEntityGroupStore.findMemberGroupKeys(IEntityGroup group)
          Find the keys of groups that are members of group.
 java.util.Iterator IGroupService.findMemberGroups(IEntityGroup eg)
          Returns the member groups for the IEntityGroup
 java.util.Iterator IEntityGroupStore.findMemberGroups(IEntityGroup group)
          Returns an Iterator over the Collection of IEntityGroups that are members of this IEntityGroup.
 java.util.Iterator ReferenceGroupService.findMemberGroups(IEntityGroup eg)
          Returns and caches the member groups for the IEntityGroup
 java.util.Iterator RDBMEntityGroupStore.findMemberGroups(IEntityGroup group)
          Find the IUserGroups that are members of the group.
 java.util.Iterator ReferenceIndividualGroupService.findMemberGroups(IEntityGroup eg)
          Returns member groups for the IEntityGroup.
 java.util.Iterator IIndividualGroupService.findMembers(IEntityGroup group)
          Returns an Iterator over the members of group.
 java.util.Iterator ReferenceIndividualGroupService.findMembers(IEntityGroup eg)
          Returns and members for the IEntityGroup.
private static java.lang.String RDBMEntityGroupStore.getDeleteGroupSql(IEntityGroup group)
           
private static java.lang.String RDBMEntityGroupStore.getDeleteMembersInGroupSql(IEntityGroup group)
           
 boolean IIndividualGroupService.isEditable(IEntityGroup group)
          Answers if the group can be updated or deleted in the store.
 boolean ReferenceIndividualGroupService.isEditable(IEntityGroup group)
          Answers if the group can be updated or deleted in the store.
private  void RDBMEntityGroupStore.primAdd(IEntityGroup group, java.sql.Connection conn)
          Insert the entity into the database.
private  void RDBMEntityGroupStore.primDelete(IEntityGroup group)
          Delete this entity from the database after first deleting its memberships.
private  void RDBMEntityGroupStore.primUpdate(IEntityGroup group, java.sql.Connection conn)
          Update the entity in the database.
 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.
protected  void ReferenceGroupService.removeGroupFromCache(IEntityGroup group)
           
 EntityIdentifier[] IGroupService.searchForEntities(java.lang.String query, int method, java.lang.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[] ReferenceGroupService.searchForEntities(java.lang.String query, int method, java.lang.Class type, IEntityGroup ancestor)
           
 EntityIdentifier[] ICompositeGroupService.searchForEntities(java.lang.String query, int method, java.lang.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[] ReferenceCompositeGroupService.searchForEntities(java.lang.String query, int method, java.lang.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(java.lang.String query, int method, java.lang.Class type, IEntityGroup ancestor)
           
 EntityIdentifier[] IGroupService.searchForGroups(java.lang.String query, int method, java.lang.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[] ReferenceGroupService.searchForGroups(java.lang.String query, int method, java.lang.Class leaftype, IEntityGroup ancestor)
           
 EntityIdentifier[] ICompositeGroupService.searchForGroups(java.lang.String query, int method, java.lang.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[] ReferenceCompositeGroupService.searchForGroups(java.lang.String query, int method, java.lang.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(java.lang.String query, int method, java.lang.Class leaftype, IEntityGroup ancestor)
           
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.
 void IEntityGroupStore.update(IEntityGroup group)
          Adds or updates the IEntityGroup AND ITS MEMBERSHIPS to the data store, as appropriate.
 void RDBMEntityGroupStore.update(IEntityGroup group)
          Commit this entity AND ITS MEMBERSHIPS to the underlying store.
 void IGroupService.updateGroup(IEntityGroup group)
          Commits the updated IEntityGroup to the store.
 void ReferenceGroupService.updateGroup(IEntityGroup group)
          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 ReferenceIndividualGroupService.updateGroup(IEntityGroup group)
          Update the store and the updated members.
protected  void ReferenceGroupService.updateGroupInCache(IEntityGroup group)
           
 void IGroupService.updateGroupMembers(IEntityGroup group)
          Commits the updated IEntityGroup to the store.
 void ReferenceGroupService.updateGroupMembers(IEntityGroup group)
          Updates the cache and the store with the updated IEntityGroup.
 void IIndividualGroupService.updateGroupMembers(IEntityGroup group)
          Commits the updated group memberships to the store.
 void ReferenceIndividualGroupService.updateGroupMembers(IEntityGroup group)
          Update the store and the updated members.
 void IEntityGroupStore.updateMembers(IEntityGroup group)
          Commits the group memberships of the IEntityGroup to the data store.
 void RDBMEntityGroupStore.updateMembers(IEntityGroup eg)
          Insert and delete group membership rows inside a transaction.
 

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

Fields in org.jasig.portal.groups.filesystem declared as IEntityGroup
private  IEntityGroup FileSystemGroupStore.GroupHolder.group
           
 

Methods in org.jasig.portal.groups.filesystem that return IEntityGroup
private  IEntityGroup FileSystemGroupStore.find(java.io.File file)
          Returns an instance of the IEntityGroup from the data store.
 IEntityGroup FileSystemGroupStore.find(java.lang.String key)
          Returns an instance of the IEntityGroup from the data store.
protected  IEntityGroup FileSystemGroupStore.GroupHolder.getGroup()
           
 IEntityGroup FileSystemGroupStore.newInstance(java.lang.Class entityType)
           
private  IEntityGroup FileSystemGroupStore.newInstance(java.io.File f)
           
private  IEntityGroup FileSystemGroupStore.newInstance(java.lang.String newKey, java.lang.Class newType, java.lang.String newName)
           
 

Methods in org.jasig.portal.groups.filesystem with parameters of type IEntityGroup
 boolean FileSystemGroupStore.contains(IEntityGroup group, IGroupMember member)
          Answers if group contains member.
 boolean FileSystemGroupStore.containsGroupNamed(IEntityGroup group, java.lang.String name)
          Answers if group contains a member group named name.
 void FileSystemGroupStore.delete(IEntityGroup group)
          Delete this IEntityGroup from the data store.
protected  java.util.Iterator FileSystemGroupStore.findContainingGroups(IEntityGroup group)
          Returns an Iterator over the Collection of IEntityGroups that the IGroupMember belongs to.
 java.util.Iterator FileSystemGroupStore.findEntitiesForGroup(IEntityGroup group)
          Returns an Iterator over the Collection of IEntities that are members of this IEntityGroup.
 java.lang.String[] FileSystemGroupStore.findMemberGroupKeys(IEntityGroup group)
          Returns a String[] containing the keys of IEntityGroups that are members of this IEntityGroup.
 java.util.Iterator FileSystemGroupStore.findMemberGroups(IEntityGroup group)
          Returns an Iterator over the Collection of IEntityGroups that are members of this IEntityGroup.
protected  java.io.File FileSystemGroupStore.getFile(IEntityGroup group)
           
 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.
 

Constructors in org.jasig.portal.groups.filesystem with parameters of type IEntityGroup
FileSystemGroupStore.GroupHolder(IEntityGroup g, long lm)
           
 

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

Methods in org.jasig.portal.groups.ldap that return IEntityGroup
 IEntityGroup LDAPGroupStore.find(java.lang.String key)
           
protected  IEntityGroup LDAPGroupStore.makeGroup(LDAPGroupStore.GroupShadow shadow)
           
 IEntityGroup LDAPGroupStore.newInstance(java.lang.Class entityType)
           
 

Methods in org.jasig.portal.groups.ldap with parameters of type IEntityGroup
 boolean LDAPGroupStore.contains(IEntityGroup group, IGroupMember member)
          Answers if group contains member.
 boolean LDAPGroupStore.containsGroupNamed(IEntityGroup group, java.lang.String name)
          Answers if group contains a member group named name.
 void LDAPGroupStore.delete(IEntityGroup group)
           
 java.util.Iterator LDAPGroupStore.findEntitiesForGroup(IEntityGroup group)
           
 java.lang.String[] LDAPGroupStore.findMemberGroupKeys(IEntityGroup group)
           
 java.util.Iterator LDAPGroupStore.findMemberGroups(IEntityGroup group)
           
protected  LDAPGroupStore.GroupShadow LDAPGroupStore.getShadow(IEntityGroup group)
           
 void LDAPGroupStore.update(IEntityGroup group)
           
 void LDAPGroupStore.updateMembers(IEntityGroup group)
           
 

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

Methods in org.jasig.portal.groups.pags that return IEntityGroup
private  IEntityGroup PersonAttributesGroupStore.cacheGet(java.lang.String key)
           
 IEntityGroup PersonAttributesGroupStore.find(java.lang.String key)
           
 IEntityGroup PersonAttributesGroupStore.newInstance(java.lang.Class entityType)
           
 

Methods in org.jasig.portal.groups.pags with parameters of type IEntityGroup
private  void PersonAttributesGroupStore.cachePut(IEntityGroup group)
           
 boolean PersonAttributesGroupStore.contains(IEntityGroup group, IGroupMember member)
           
 void PersonAttributesGroupStore.delete(IEntityGroup group)
           
private  java.util.Iterator PersonAttributesGroupStore.findContainingGroupsForGroup(IEntityGroup group)
           
 java.util.Iterator PersonAttributesGroupStore.findEntitiesForGroup(IEntityGroup group)
           
 java.lang.String[] PersonAttributesGroupStore.findMemberGroupKeys(IEntityGroup group)
           
 java.util.Iterator PersonAttributesGroupStore.findMemberGroups(IEntityGroup group)
           
private  java.util.Set PersonAttributesGroupStore.primGetAllContainingGroups(IEntityGroup group, java.util.Set s)
           
 void PersonAttributesGroupStore.update(IEntityGroup group)
           
 void PersonAttributesGroupStore.updateMembers(IEntityGroup group)
           
 

Uses of IEntityGroup in org.jasig.portal.layout.dlm.providers
 

Fields in org.jasig.portal.layout.dlm.providers declared as IEntityGroup
private  IEntityGroup GroupMembershipEvaluator.group
           
 

Methods in org.jasig.portal.layout.dlm.providers that return IEntityGroup
private  IEntityGroup GroupMembershipEvaluator.getGroup()
           
 

Uses of IEntityGroup in org.jasig.portal.layout.restrictions.alm
 

Fields in org.jasig.portal.layout.restrictions.alm declared as IEntityGroup
private  IEntityGroup[] GroupRestriction.groups
           
 

Uses of IEntityGroup in org.jasig.portal.security.provider
 

Methods in org.jasig.portal.security.provider with parameters of type IEntityGroup
private  IAuthorizationPrincipal AuthorizationImpl.getPrincipalForGroup(IEntityGroup group)
           
 

Uses of IEntityGroup in org.jasig.portal.services
 

Methods in org.jasig.portal.services that return IEntityGroup
static IEntityGroup GroupService.findGroup(java.lang.String key)
          Returns a pre-existing IEntityGroup or null if the IGroupMember does not exist.
static IEntityGroup GroupService.getDistinguishedGroup(java.lang.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 IEntityGroup GroupService.getRootGroup(java.lang.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.ifindGroup(java.lang.String key)
          Returns a pre-existing IEntityGroup or null if the IGroupMember does not exist.
protected  IEntityGroup GroupService.igetDistinguishedGroup(java.lang.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  IEntityGroup GroupService.igetRootGroup(java.lang.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(java.lang.Class type)
          Returns a new IEntityGroup for the given Class with an unused key.
protected  IEntityGroup GroupService.inewGroup(java.lang.Class type, java.lang.String serviceName)
          Returns a new IEntityGroup for the given Class with an unused key.
static IEntityGroup GroupService.newGroup(java.lang.Class type)
          Returns a new IEntityGroup for the given Class with an unused key.
static IEntityGroup GroupService.newGroup(java.lang.Class type, java.lang.String serviceName)
          Returns a new IEntityGroup for the given Class with an unused key.
 

Methods in org.jasig.portal.services with parameters of type IEntityGroup
static EntityIdentifier[] GroupService.searchForEntities(java.lang.String query, int method, java.lang.Class type, IEntityGroup ancestor)
           
static EntityIdentifier[] GroupService.searchForGroups(java.lang.String query, int method, java.lang.Class leaftype, IEntityGroup ancestor)
           
 

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

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

Methods in org.jasig.portal.tools.chanpub that return IEntityGroup
private  IEntityGroup[] ChannelPublisher.getAdminGroup()
          Gets the portal administrators group.
private static IEntityGroup ChannelPublisher.getGroup(java.lang.String groupName, java.lang.Class entityType)
          Attempts to determine group key based on a group name or fully qualifed group key.