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

Packages that use ICompositeGroupService
org.jasig.portal.groups   
org.jasig.portal.services   
 

Uses of ICompositeGroupService in org.jasig.portal.groups
 

Subinterfaces of ICompositeGroupService in org.jasig.portal.groups
 interface IIndividualGroupService
          Defines a component group service that finds and maintains IGroupMembers within a composite group service.
 

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

Methods in org.jasig.portal.groups that return ICompositeGroupService
protected  ICompositeGroupService GroupMemberImpl.getCompositeGroupService()
          Returns the composite group service.
 ICompositeGroupService ReferenceCompositeGroupServiceFactory.newGroupService()
          Return an instance of the service implementation.
 ICompositeGroupService ICompositeGroupServiceFactory.newGroupService()
           
 

Uses of ICompositeGroupService in org.jasig.portal.services
 

Fields in org.jasig.portal.services declared as ICompositeGroupService
private  ICompositeGroupService GroupService.compositeGroupService
           
 

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