uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Class ReferenceEntityStoreFactory

java.lang.Object
  extended byorg.jasig.portal.groups.ReferenceEntityStoreFactory
All Implemented Interfaces:
IEntityStoreFactory

public class ReferenceEntityStoreFactory
extends java.lang.Object
implements IEntityStoreFactory

Creates an instance of the reference IEntityStore.

Version:
$Revision: 1.2 $
Author:
Dan Ellentuck

Constructor Summary
ReferenceEntityStoreFactory()
          ReferenceGroupServiceFactory constructor.
 
Method Summary
 IEntityStore newEntityStore()
          Return an instance of the entity store implementation.
 IEntityStore newInstance()
          Return an instance of the entity store implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceEntityStoreFactory

public ReferenceEntityStoreFactory()
ReferenceGroupServiceFactory constructor.

Method Detail

newEntityStore

public IEntityStore newEntityStore()
                            throws GroupsException
Return an instance of the entity store implementation.

Specified by:
newEntityStore in interface IEntityStoreFactory
Returns:
IEntityStore
Throws:
GroupsException

newInstance

public IEntityStore newInstance()
                         throws GroupsException
Return an instance of the entity store implementation.

Returns:
IEntityStore
Throws:
GroupsException

uPortal 2.4.1
API Documentation