Inheritance diagram for org.openmobileis.database.fastobjectdb.synchro.client.FODBImportQueryManager:
Definition at line 38 of file FODBImportQueryManager.java.
Public Member Functions | |
FODBImportQueryManager (String collectionName) | |
void | registerSynchroListener (SynchroFODBReturnListener listener) |
void | addObject (String uid, Object object) throws DatabaseException |
void | replaceObject (String uid, Object object) throws DatabaseException |
void | deleteObject (String uid) throws DatabaseException |
Protected Member Functions | |
void | beginImport () throws DatabaseException |
void | endImport () throws DatabaseException |