de.willuhn.datasource.GenericObject, de.willuhn.datasource.rmi.Changeable, de.willuhn.datasource.rmi.DBObject, de.willuhn.datasource.rmi.Transactionable, HibiscusDBObject, java.io.Serializable, java.rmi.RemoteAbstractHibiscusTransferImpl, AbstractSammelTransferBuchungImpl, AbstractSammelTransferImpl, AbstractSepaSammelTransferBuchungImpl, AbstractSepaSammelTransferImpl, DBReminderImpl, HibiscusAddressImpl, KontoauszugImpl, KontoImpl, NachrichtImpl, ProtokollImpl, TurnusImpl, UmsatzImplpublic abstract class AbstractHibiscusDBObject extends de.willuhn.datasource.db.AbstractDBObject implements HibiscusDBObject
| Constructor | Description |
|---|---|
AbstractHibiscusDBObject() |
ct.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
delete() |
|
java.lang.String |
getMeta(java.lang.String name,
java.lang.String defaultValue) |
Liefert den Wert eines Meta-Attributes.
|
void |
setMeta(java.lang.String name,
java.lang.String value) |
Speichert den Wert des Meta-Attributes.
|
void |
store() |
addDeleteListener, addStoreListener, clear, deleteCheck, equals, getAttribute, getAttributeNames, getAttributeType, getForeignObject, getID, getIDField, getInsertSQL, getList, getListQuery, getLoadQuery, getPrimaryAttribute, getService, getTableName, getUpdateSQL, hasChanged, hasChanged, init, insert, insertCheck, isNewObject, load, overwrite, removeDeleteListener, removeStoreListener, setAttribute, setID, setService, transactionBegin, transactionCommit, transactionRollback, updateCheckaddDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, getPrimaryAttribute, load, removeDeleteListener, removeStoreListenerfinalize, getClass, notify, notifyAll, wait, wait, waitequals, getRef, hashCode, toString, toStubpublic AbstractHibiscusDBObject()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.lang.String getMeta(java.lang.String name,
java.lang.String defaultValue)
throws java.rmi.RemoteException
HibiscusDBObjectgetMeta in interface HibiscusDBObjectname - Name des Meta-Attributes.defaultValue - der Default-Wert.java.rmi.RemoteExceptionHibiscusDBObject.getMeta(java.lang.String, java.lang.String)public void setMeta(java.lang.String name,
java.lang.String value)
throws java.rmi.RemoteException
HibiscusDBObjectsetMeta in interface HibiscusDBObjectname - Name des Meta-Attributes.value - Wert des Attributes.java.rmi.RemoteExceptionHibiscusDBObject.setMeta(java.lang.String, java.lang.String)public void delete()
throws java.rmi.RemoteException,
de.willuhn.util.ApplicationException
delete in interface de.willuhn.datasource.rmi.Changeabledelete in class de.willuhn.datasource.db.AbstractDBObjectjava.rmi.RemoteExceptionde.willuhn.util.ApplicationExceptionAbstractDBObject.delete()public void store()
throws java.rmi.RemoteException,
de.willuhn.util.ApplicationException
store in interface de.willuhn.datasource.rmi.Changeablestore in class de.willuhn.datasource.db.AbstractDBObjectjava.rmi.RemoteExceptionde.willuhn.util.ApplicationExceptionAbstractDBObject.store()