uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Interface IGroupServiceFactory

All Known Implementing Classes:
ReferenceGroupServiceFactory

public interface IGroupServiceFactory

Factory interface for creating an IGroupService.

Version:
$Revision: 1.1 $
Author:
Dan Ellentuck

Method Summary
 IGroupService newGroupService()
          Return an IGroupService instance.
 

Method Detail

newGroupService

public IGroupService newGroupService()
                              throws GroupsException
Return an IGroupService instance.

Returns:
org.jasig.portal.groups.IGroupService
Throws:
GroupsException

uPortal 2.4.1
API Documentation