uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Class ReferenceGroupServiceFactory

java.lang.Object
  extended byorg.jasig.portal.groups.ReferenceGroupServiceFactory
All Implemented Interfaces:
IGroupServiceFactory

public class ReferenceGroupServiceFactory
extends java.lang.Object
implements IGroupServiceFactory

Creates the reference implemetation of IGroupService.

Version:
$Revision: 1.2 $
Author:
Dan Ellentuck

Constructor Summary
ReferenceGroupServiceFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
 IGroupService newGroupService()
          Return an instance of the service implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceGroupServiceFactory

public ReferenceGroupServiceFactory()
ReferenceGroupServiceFactory constructor.

Method Detail

newGroupService

public IGroupService newGroupService()
                              throws GroupsException
Return an instance of the service implementation.

Specified by:
newGroupService in interface IGroupServiceFactory
Returns:
org.jasig.portal.groups.IGroupService
Throws:
GroupsException

uPortal 2.4.1
API Documentation