org.jasig.portal.services.entityproperties
Interface IEntityPropertyStore
- All Superinterfaces:
- IEntityPropertyFinder
- All Known Implementing Classes:
- RDBMPropertyStore
- public interface IEntityPropertyStore
- extends IEntityPropertyFinder
The interface for an entity property store; the EntityChannelRegistry
must be configured with exactly one store, but can have multiple finders.
- Version:
- $Revision: 1.5 $
- Author:
- Alex Vigdor av317@columbia.edu
storeProperty
public void storeProperty(EntityIdentifier entityID,
java.lang.String name,
java.lang.String value)
unStoreProperty
public void unStoreProperty(EntityIdentifier entityID,
java.lang.String name)