org.jasig.portal.groups
Class ReferenceCompositeGroupServiceFactory

java.lang.Object
  extended by org.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.4 $
Author:
Dan Ellentuck

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
ReferenceCompositeGroupServiceFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
 ICompositeGroupService newGroupService()
          Return an instance of the service implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
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