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.Remote
AbstractHibiscusTransferImpl
, AbstractSammelTransferBuchungImpl
, AbstractSammelTransferImpl
, AbstractSepaSammelTransferBuchungImpl
, AbstractSepaSammelTransferImpl
, DBReminderImpl
, HibiscusAddressImpl
, KontoauszugImpl
, KontoImpl
, NachrichtImpl
, ProtokollImpl
, TurnusImpl
, UmsatzImpl
public 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, updateCheck
addDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, getPrimaryAttribute, load, removeDeleteListener, removeStoreListener
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, getRef, hashCode, toString, toStub
public AbstractHibiscusDBObject() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String getMeta(java.lang.String name, java.lang.String defaultValue) throws java.rmi.RemoteException
HibiscusDBObject
getMeta
in interface HibiscusDBObject
name
- Name des Meta-Attributes.defaultValue
- der Default-Wert.java.rmi.RemoteException
HibiscusDBObject.getMeta(java.lang.String, java.lang.String)
public void setMeta(java.lang.String name, java.lang.String value) throws java.rmi.RemoteException
HibiscusDBObject
setMeta
in interface HibiscusDBObject
name
- Name des Meta-Attributes.value
- Wert des Attributes.java.rmi.RemoteException
HibiscusDBObject.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.Changeable
delete
in class de.willuhn.datasource.db.AbstractDBObject
java.rmi.RemoteException
de.willuhn.util.ApplicationException
AbstractDBObject.delete()
public void store() throws java.rmi.RemoteException, de.willuhn.util.ApplicationException
store
in interface de.willuhn.datasource.rmi.Changeable
store
in class de.willuhn.datasource.db.AbstractDBObject
java.rmi.RemoteException
de.willuhn.util.ApplicationException
AbstractDBObject.store()