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

Packages that use IGroupService
org.jasig.portal.groups   
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
          Deprecated. Use instead an ICompositeGroupService implementation.
 class ReferenceIndividualGroupService
          Reference individual, or leaf, group service.
 

Fields in org.jasig.portal.groups declared as IGroupService
protected static IGroupService ReferenceGroupService.singleton
          Deprecated.  
 

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

Uses of IGroupService in org.jasig.portal.services
 

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



Copyright © 2010 Jasig. All Rights Reserved.