Inheritance diagram for org.openmobileis.modules.crm.database.common.fodb.RepresentantSynchroFODBReturnListener:
Definition at line 48 of file RepresentantSynchroFODBReturnListener.java.
Public Member Functions | |
RepresentantSynchroFODBReturnListener () | |
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.
Implements org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBReturnListener. Definition at line 60 of file RepresentantSynchroFODBReturnListener.java. |
|
Call after a server FODB object with objectId has been deleted in FODB. Only call during row synchronisation.
Implements org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBReturnListener. Definition at line 67 of file RepresentantSynchroFODBReturnListener.java. |
|
Call when a FODB object has been synchronized from the embedded device to the server.
Implements org.openmobileis.database.fastobjectdb.synchro.client.SynchroFODBReturnListener. Definition at line 104 of file RepresentantSynchroFODBReturnListener.java. |