org.jasig.portal.groups
Class RDBMEntityStore
java.lang.Object
org.jasig.portal.groups.RDBMEntityStore
- All Implemented Interfaces:
- IEntityStore
public class RDBMEntityStore
- extends Object
- implements IEntityStore
Reference implementation for IEntityStore.
- Version:
- $Revision: 19776 $
- Author:
- Dan Ellentuck
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDBMEntityStore
public RDBMEntityStore()
- RDBMEntityStore constructor.
newInstance
public IEntity newInstance(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(String key,
Class type)
throws GroupsException
- Specified by:
newInstance in interface IEntityStore
- Parameters:
key - java.lang.Stringtype - java.lang.Class
- Returns:
- org.jasig.portal.groups.IEntity
- Throws:
GroupsException
singleton
public static IEntityStore singleton()
- Returns:
- org.jasig.portal.groups.IEntityStore
Copyright © 2010 Jasig. All Rights Reserved.