|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.torque.om.BaseObject
net.sourceforge.blogentis.om.BaseConfigurable
Object in the database that have a persistent Configuration extend this class.
| Field Summary |
| Fields inherited from class org.apache.torque.om.BaseObject |
NEW_ID |
| Constructor Summary | |
BaseConfigurable()
|
|
| Method Summary | |
abstract BaseConfigurablePeer |
getConfigurablePeer()
|
abstract byte[] |
getObjectData()
Get the serialized form of the configuration. |
abstract void |
save(java.sql.Connection con)
Save this object to the given Connection. |
abstract void |
setObjectData(byte[] v)
|
| Methods inherited from class org.apache.torque.om.BaseObject |
equals, equals, getByName, getByPeerName, getByPosition, getLog, getPrimaryKey, hashCode, isModified, isNew, log, resetModified, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey, setPrimaryKey |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BaseConfigurable()
| Method Detail |
public abstract byte[] getObjectData()
public abstract void setObjectData(byte[] v)
v - the serialized form of the Configuration
public abstract void save(java.sql.Connection con)
throws org.apache.torque.TorqueException
con - a database connection
org.apache.torque.TorqueException - when a database error occurs.public abstract BaseConfigurablePeer getConfigurablePeer()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||