Inheritance diagram for org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBReturnListener:
Definition at line 42 of file SynchroFODBReturnListener.java.
Public Member Functions | |
Object | notifyBeginDBUpdate (Object object) throws DatabaseException |
Call before a server object is written in FODB. | |
void | notifyDBDelete (String objectId) throws DatabaseException |
Call after a server FODB object with objectId has been deleted in FODB. | |
void | notifySynchroBegin () |
Call when synchro begin. | |
void | notifySynchroEnd () |
Call when synchro end. | |
void | notifyFODBObjectSynchroDone (String ObjectId) throws SynchroException |
Call when a FODB object has been synchronized from the embedded device to the server. |
|
Call before a server object is written in FODB. Only call during row synchronisation. If the synchronized object has to be modified before database write, modify it and return it. Null otherwise.
Implemented in org.openmobileis.modules.crm.database.common.fodb.RepresentantSynchroFODBReturnListener. |
|
Call after a server FODB object with objectId has been deleted in FODB. Only call during row synchronisation.
Implemented in org.openmobileis.modules.crm.database.common.fodb.RepresentantSynchroFODBReturnListener. |
|
Call when a FODB object has been synchronized from the embedded device to the server.
Implemented in org.openmobileis.modules.crm.database.common.fodb.RepresentantSynchroFODBReturnListener. |