uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Interface IEntityStore

All Known Implementing Classes:
FileSystemGroupStore, LDAPGroupStore, PersonAttributesGroupStore, RDBMEntityStore

public interface IEntityStore

An interface for retrieving IEntities.

Version:
1.0, 11/29/01
Author:
Dan Ellentuck

Method Summary
 IEntity newInstance(java.lang.String key)
           
 IEntity newInstance(java.lang.String key, java.lang.Class type)
           
 

Method Detail

newInstance

public IEntity newInstance(java.lang.String key)
                    throws GroupsException
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
Parameters:
key - java.lang.String - the entity's key
type - java.lang.Class - the entity's Type
Returns:
org.jasig.portal.groups.IEntity
Throws:
GroupsException

uPortal 2.4.1
API Documentation