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
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 keytype
- java.lang.Class - the entity's Type
- Returns:
- org.jasig.portal.groups.IEntity
- Throws:
GroupsException