uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Class ReferenceEntityGroupStoreFactory

java.lang.Object
  extended byorg.jasig.portal.groups.ReferenceEntityGroupStoreFactory
All Implemented Interfaces:
IEntityGroupStoreFactory

public class ReferenceEntityGroupStoreFactory
extends java.lang.Object
implements IEntityGroupStoreFactory

Creates an instance of the reference IEntityGroupStore.

Version:
$Revision: 1.3 $
Author:
Dan Ellentuck

Constructor Summary
ReferenceEntityGroupStoreFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
 IEntityGroupStore newGroupStore()
          Return an instance of the group store implementation.
 IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
          Return an instance of the group store implementation.
 IEntityGroupStore newInstance()
          Return an instance of the group store implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceEntityGroupStoreFactory

public ReferenceEntityGroupStoreFactory()
ReferenceGroupServiceFactory constructor.

Method Detail

newGroupStore

public IEntityGroupStore newGroupStore()
                                throws GroupsException
Return an instance of the group store implementation.

Specified by:
newGroupStore in interface IEntityGroupStoreFactory
Returns:
IEntityGroupStore
Throws:
GroupsException

newGroupStore

public IEntityGroupStore newGroupStore(ComponentGroupServiceDescriptor svcDescriptor)
                                throws GroupsException
Return an instance of the group store implementation.

Specified by:
newGroupStore in interface IEntityGroupStoreFactory
Parameters:
svcDescriptor -
Returns:
IEntityGroupStore
Throws:
GroupsException

newInstance

public IEntityGroupStore newInstance()
                              throws GroupsException
Return an instance of the group store implementation.

Returns:
IEntityGroupStore
Throws:
GroupsException

uPortal 2.4.1
API Documentation