uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Interface IComponentGroupServiceFactory

All Known Implementing Classes:
ReferenceIndividualGroupServiceFactory

public interface IComponentGroupServiceFactory

Factory interface for creating an IComponentGroupService.

Version:
$Revision: 1.1 $
Author:
Dan Ellentuck

Method Summary
 IComponentGroupService newGroupService()
           
 IComponentGroupService newGroupService(ComponentGroupServiceDescriptor descriptor)
           
 

Method Detail

newGroupService

public IComponentGroupService newGroupService()
                                       throws GroupsException
Throws:
GroupsException

newGroupService

public IComponentGroupService newGroupService(ComponentGroupServiceDescriptor descriptor)
                                       throws GroupsException
Parameters:
descriptor - org.jasig.portal.groups.ComponentGroupServiceDescriptor
Throws:
GroupsException

uPortal 2.4.1
API Documentation