uPortal 2.4.1
API Documentation

org.jasig.portal.services.entityproperties
Class RDBMPropertyStore

java.lang.Object
  extended byorg.jasig.portal.services.entityproperties.RDBMPropertyStore
All Implemented Interfaces:
IEntityPropertyFinder, IEntityPropertyStore

public class RDBMPropertyStore
extends java.lang.Object
implements IEntityPropertyStore

A portal RDBM based entity property store implementation

Version:
$Revision: 1.14.2.1 $
Author:
Alex Vigdor av317@columbia.edu

Constructor Summary
RDBMPropertyStore()
           
 
Method Summary
 java.lang.String getProperty(EntityIdentifier entityID, java.lang.String name)
           
 java.lang.String[] getPropertyNames(EntityIdentifier entityID)
           
 void storeProperty(EntityIdentifier entityID, java.lang.String name, java.lang.String value)
           
 void unStoreProperty(EntityIdentifier entityID, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDBMPropertyStore

public RDBMPropertyStore()
Method Detail

getPropertyNames

public java.lang.String[] getPropertyNames(EntityIdentifier entityID)
Specified by:
getPropertyNames in interface IEntityPropertyFinder

getProperty

public java.lang.String getProperty(EntityIdentifier entityID,
                                    java.lang.String name)
Specified by:
getProperty in interface IEntityPropertyFinder

storeProperty

public void storeProperty(EntityIdentifier entityID,
                          java.lang.String name,
                          java.lang.String value)
Specified by:
storeProperty in interface IEntityPropertyStore

unStoreProperty

public void unStoreProperty(EntityIdentifier entityID,
                            java.lang.String name)
Specified by:
unStoreProperty in interface IEntityPropertyStore

uPortal 2.4.1
API Documentation