uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Class ReferenceCompositeGroupServiceFactory

java.lang.Object
  extended byorg.jasig.portal.groups.ReferenceCompositeGroupServiceFactory
All Implemented Interfaces:
ICompositeGroupServiceFactory

public class ReferenceCompositeGroupServiceFactory
extends java.lang.Object
implements ICompositeGroupServiceFactory

Creates an instance of the reference ICompositeGroupService.

Version:
$Revision: 1.2 $
Author:
Dan Ellentuck

Constructor Summary
ReferenceCompositeGroupServiceFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
 ICompositeGroupService 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

ReferenceCompositeGroupServiceFactory

public ReferenceCompositeGroupServiceFactory()
ReferenceGroupServiceFactory constructor.

Method Detail

newGroupService

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

Specified by:
newGroupService in interface ICompositeGroupServiceFactory
Returns:
ICompositeGroupService
Throws:
GroupsException

uPortal 2.4.1
API Documentation