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

Packages that use IComponentGroupService
org.jasig.portal.groups   
 

Uses of IComponentGroupService in org.jasig.portal.groups
 

Subinterfaces of IComponentGroupService in org.jasig.portal.groups
 interface ICompositeGroupService
          Defines an api for discovering entry points into a composite groups system consisting of component group services.
 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 IComponentGroupService
 class ReferenceComponentGroupService
          Reference implementation of IComponentGroupService.
 class ReferenceCompositeGroupService
           
 class ReferenceIndividualGroupService
          Reference individual, or leaf, group service.
 

Methods in org.jasig.portal.groups that return IComponentGroupService
 IComponentGroupService IComponentGroupServiceFactory.newGroupService()
           
 IComponentGroupService ReferenceIndividualGroupServiceFactory.newGroupService()
          Return an instance of the service implementation.
 IComponentGroupService IComponentGroupServiceFactory.newGroupService(ComponentGroupServiceDescriptor descriptor)
           
 IComponentGroupService ReferenceIndividualGroupServiceFactory.newGroupService(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the service implementation.