uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Class RDBMEntityStore

java.lang.Object
  extended byorg.jasig.portal.groups.RDBMEntityStore
All Implemented Interfaces:
IEntityStore

public class RDBMEntityStore
extends java.lang.Object
implements IEntityStore

Reference implementation for IEntityStore.

Version:
$Revision: 1.10 $
Author:
Dan Ellentuck

Constructor Summary
RDBMEntityStore()
          RDBMEntityStore constructor.
 
Method Summary
 IEntity newInstance(java.lang.String key)
           
 IEntity newInstance(java.lang.String key, java.lang.Class type)
           
static IEntityStore singleton()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDBMEntityStore

public RDBMEntityStore()
RDBMEntityStore constructor.

Method Detail

newInstance

public IEntity newInstance(java.lang.String key)
                    throws GroupsException
Specified by:
newInstance in interface IEntityStore
Parameters:
key - java.lang.String
Returns:
org.jasig.portal.groups.IEntity
Throws:
GroupsException

newInstance

public IEntity newInstance(java.lang.String key,
                           java.lang.Class type)
                    throws GroupsException
Specified by:
newInstance in interface IEntityStore
Parameters:
key - java.lang.String
type - java.lang.Class
Returns:
org.jasig.portal.groups.IEntity
Throws:
GroupsException

singleton

public static IEntityStore singleton()
Returns:
org.jasig.portal.groups.IEntityStore

uPortal 2.4.1
API Documentation