uPortal 2.4.1
API Documentation

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

Method Summary
 void storeProperty(EntityIdentifier entityID, java.lang.String name, java.lang.String value)
           
 void unStoreProperty(EntityIdentifier entityID, java.lang.String name)
           
 
Methods inherited from interface org.jasig.portal.services.entityproperties.IEntityPropertyFinder
getProperty, getPropertyNames
 

Method Detail

storeProperty

public void storeProperty(EntityIdentifier entityID,
                          java.lang.String name,
                          java.lang.String value)

unStoreProperty

public void unStoreProperty(EntityIdentifier entityID,
                            java.lang.String name)

uPortal 2.4.1
API Documentation