Inheritance diagram for org.openmobileis.database.fastobjectdb.db.test.synchro.sync4j.TestFODBSync4JSource:
TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
Definition at line 48 of file TestFODBSync4JSource.java.
Public Member Functions | ||||
TestFODBSync4JSource () | ||||
TestFODBSync4JSource (String arg0, String arg1, String arg2) | ||||
| ||||
TestFODBSync4JSource (String arg0) | ||||
| ||||
Protected Member Functions | ||||
SyncItem[] | getSyncItems (Principal principal, String type, Timestamp since) throws SyncSourceException | |||
Get the SyncItem[] in accord with the given parameters. | ||||
SyncItem | getSyncItem (Principal principal, String itemId) throws SyncSourceException | |||
Get the SyncItem with the given itemId for the given principal. | ||||
Static Package Attributes | ||||
static final long | serialVersionUID = 5521257935120563452L |
org.openmobileis.database.fastobjectdb.db.test.synchro.sync4j.TestFODBSync4JSource.TestFODBSync4JSource | ( | String | arg0, | |
String | arg1, | |||
String | arg2 | |||
) |
SyncItem [] org.openmobileis.database.fastobjectdb.db.test.synchro.sync4j.TestFODBSync4JSource.getSyncItems | ( | Principal | principal, | |
String | type, | |||
Timestamp | since | |||
) | throws SyncSourceException [protected, virtual] |
Get the SyncItem[] in accord with the given parameters.
principal | Principal | |
type | String | |
since | Timestamp |
SyncSourceException |
Implements org.openmobileis.synchro.sync4j.server.FODBSync4JSource.
Definition at line 80 of file TestFODBSync4JSource.java.
SyncItem org.openmobileis.database.fastobjectdb.db.test.synchro.sync4j.TestFODBSync4JSource.getSyncItem | ( | Principal | principal, | |
String | itemId | |||
) | throws SyncSourceException [protected, virtual] |
Get the SyncItem with the given itemId for the given principal.
principal | Principal | |
itemId | String |
SyncSourceException |
Implements org.openmobileis.synchro.sync4j.server.FODBSync4JSource.
Definition at line 88 of file TestFODBSync4JSource.java.