Definition at line 63 of file Sync4jFODBSyncSource.java.
Public Member Functions | |
Sync4jFODBSyncSource () | |
void | registerSynchroListener (SynchroFODBReturnListener listener) |
String | getName () |
void | setName (String name) |
String | getSourceURI () |
Getter for property uri. | |
void | setSourceURI (String sourceURI) |
Setter for property uri. | |
String | getType () |
void | setType (String type) |
SyncItem[] | getAllSyncItems (Principal arg0) throws SyncException |
SyncItem[] | getDeletedSyncItems (Principal arg0, Date arg1) throws SyncException |
SyncItem[] | getNewSyncItems (Principal arg0, Date arg1) throws SyncException |
SyncItem[] | getUpdatedSyncItems (Principal arg0, Date arg1) throws SyncException |
void | removeSyncItem (Principal arg0, SyncItem syncItem) throws SyncException |
SyncItem | setSyncItem (Principal arg0, SyncItem syncItem) throws SyncException |
void | beginSync (int arg0) throws SyncException |
void | commitSync () throws SyncException |
Protected Member Functions | |
char | convertActionStateToSyncItem (ActionDB action) |
SyncItem | encodeActionInSyncItem (ActionDB action) throws SyncException |
SyncItem[] | getSyncItemForState (int state) throws SyncException |
String org.openmobileis.synchro.sync4j.client.Sync4jFODBSyncSource.getSourceURI | ( | ) |
Getter for property uri.
Definition at line 94 of file Sync4jFODBSyncSource.java.
void org.openmobileis.synchro.sync4j.client.Sync4jFODBSyncSource.setSourceURI | ( | String | sourceURI | ) |
Setter for property uri.
sourceURI | New value of property uri. |
Definition at line 101 of file Sync4jFODBSyncSource.java.