uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Class ReferenceIndividualGroupServiceFactory

java.lang.Object
  extended byorg.jasig.portal.groups.ReferenceIndividualGroupServiceFactory
All Implemented Interfaces:
IComponentGroupServiceFactory

public class ReferenceIndividualGroupServiceFactory
extends java.lang.Object
implements IComponentGroupServiceFactory

Creates an instance of the reference IIndividualGroupService.

Version:
$Revision: 1.2 $
Author:
Dan Ellentuck

Constructor Summary
ReferenceIndividualGroupServiceFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
 IComponentGroupService newGroupService()
          Return an instance of the service implementation.
 IComponentGroupService newGroupService(ComponentGroupServiceDescriptor svcDescriptor)
          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

ReferenceIndividualGroupServiceFactory

public ReferenceIndividualGroupServiceFactory()
ReferenceGroupServiceFactory constructor.

Method Detail

newGroupService

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

Specified by:
newGroupService in interface IComponentGroupServiceFactory
Returns:
IIndividualGroupService
Throws:
GroupsException

newGroupService

public IComponentGroupService newGroupService(ComponentGroupServiceDescriptor svcDescriptor)
                                       throws GroupsException
Return an instance of the service implementation.

Specified by:
newGroupService in interface IComponentGroupServiceFactory
Parameters:
svcDescriptor - org.jasig.portal.groups.ComponentGroupServiceDescriptor
Returns:
IIndividualGroupService
Throws:
GroupsException

uPortal 2.4.1
API Documentation