uPortal 2.3.2
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.8 $
Author:
Dan Ellentuck

Constructor Summary
RDBMEntityStore()
          RDBMEntityStore constructor.
 
Method Summary
 java.util.Iterator findEntitiesForGroup(IEntityGroup group)
          Deprecated. replaced by RDBMEntityGroupStore.findEntitiesForGroup(IEntityGroup).
 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

findEntitiesForGroup

public java.util.Iterator findEntitiesForGroup(IEntityGroup group)
                                        throws GroupsException
Deprecated. replaced by RDBMEntityGroupStore.findEntitiesForGroup(IEntityGroup).

Find the IEntities that are members of the IEntityGroup.

Specified by:
findEntitiesForGroup in interface IEntityStore
Parameters:
group - org.jasig.portal.groups.IEntityGroup
Returns:
java.util.Iterator
Throws:
GroupsException

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.3.2
API Documentation