org.jasig.portal.services.entityproperties
Class RDBMPropertyStore
java.lang.Object
org.jasig.portal.services.entityproperties.RDBMPropertyStore
- All Implemented Interfaces:
- IEntityPropertyFinder, IEntityPropertyStore
public class RDBMPropertyStore
- extends Object
- implements IEntityPropertyStore
A portal RDBM based entity property store implementation
- Version:
- $Revision: 21106 $
- Author:
- Alex Vigdor av317@columbia.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propsType
protected static Class propsType
TABLE_NAME
protected static final String TABLE_NAME
- See Also:
- Constant Field Values
TYPE_COL
protected static final String TYPE_COL
- See Also:
- Constant Field Values
KEY_COL
protected static final String KEY_COL
- See Also:
- Constant Field Values
NAME_COL
protected static final String NAME_COL
- See Also:
- Constant Field Values
VALUE_COL
protected static final String VALUE_COL
- See Also:
- Constant Field Values
DATE_COL
protected static final String DATE_COL
- See Also:
- Constant Field Values
selectProperties
protected static final String selectProperties
- See Also:
- Constant Field Values
deleteProperty
protected static final String deleteProperty
- See Also:
- Constant Field Values
insertProperty
protected static final String insertProperty
- See Also:
- Constant Field Values
RDBMPropertyStore
public RDBMPropertyStore()
getPropertyNames
public String[] getPropertyNames(EntityIdentifier entityID)
- Specified by:
getPropertyNames in interface IEntityPropertyFinder
getProperty
public String getProperty(EntityIdentifier entityID,
String name)
- Specified by:
getProperty in interface IEntityPropertyFinder
storeProperty
public void storeProperty(EntityIdentifier entityID,
String name,
String value)
- Specified by:
storeProperty in interface IEntityPropertyStore
unStoreProperty
public void unStoreProperty(EntityIdentifier entityID,
String name)
- Specified by:
unStoreProperty in interface IEntityPropertyStore
getConnection
protected Connection getConnection()
releaseConnection
protected void releaseConnection(Connection conn)
getCachedProperties
protected EntityProperties getCachedProperties(EntityIdentifier entityID)
clearCache
protected void clearCache(EntityIdentifier entityID)
addToCache
protected void addToCache(EntityProperties ep)
Copyright © 2010 Jasig. All Rights Reserved.