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

Packages that use IGroupService
org.jasig.portal.groups   
org.jasig.portal.layout.restrictions.alm   
org.jasig.portal.services   
 

Uses of IGroupService in org.jasig.portal.groups
 

Subinterfaces of IGroupService in org.jasig.portal.groups
 interface ILockableGroupService
          Extends IGroupService with methods for finding and maintaining ILockableEntityGroups.
 

Classes in org.jasig.portal.groups that implement IGroupService
 class ReferenceGroupService
          Reference group service.
 class ReferenceIndividualGroupService
          Reference individual, or leaf, group service.
 

Fields in org.jasig.portal.groups declared as IGroupService
private  IGroupService RDBMEntityGroupStore.groupService
           
protected static IGroupService ReferenceGroupService.singleton
           
 

Methods in org.jasig.portal.groups that return IGroupService
 IGroupService RDBMEntityGroupStore.getGroupService()
           
 IGroupService IGroupServiceFactory.newGroupService()
          Return an IGroupService instance.
 IGroupService ReferenceGroupServiceFactory.newGroupService()
          Return an instance of the service implementation.
static IGroupService ReferenceGroupService.singleton()
           
 

Methods in org.jasig.portal.groups with parameters of type IGroupService
 void RDBMEntityGroupStore.setGroupService(IGroupService newGroupService)
           
 

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

Fields in org.jasig.portal.layout.restrictions.alm declared as IGroupService
private static IGroupService GroupRestriction.groupService
           
 

Uses of IGroupService in org.jasig.portal.services
 

Fields in org.jasig.portal.services declared as IGroupService
private  IGroupService GroupService.groupService
           
 

Methods in org.jasig.portal.services that return IGroupService
static IGroupService GroupService.getGroupService()
          Returns the IGroupService implementation in use.