org.openmobileis.synchro.openmsp.client.db
Interface SyncActionDBQueryManager
- All Known Implementing Classes:
- FODBSyncActionDBQueryManager
- public interface SyncActionDBQueryManager
Title: OpenMobileIS project source
Description: Database access for the SyncActionDBManager.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
initDB
public void initDB()
throws DatabaseException
- Throws:
DatabaseException
getActionsForService
public Array getActionsForService(java.lang.String serviceName)
throws DatabaseException
- Throws:
DatabaseException
getActionDB
public ActionDB getActionDB(java.lang.String serviceName,
java.lang.String uid)
throws DatabaseException
- Throws:
DatabaseException
create
public void create(ActionDB action)
throws DatabaseException
- Throws:
DatabaseException
deleteAllActionForService
public void deleteAllActionForService(java.lang.String serviceName)
throws DatabaseException
- Throws:
DatabaseException
delete
public void delete(java.lang.String serviceName,
java.lang.String uid)
throws DatabaseException
- Throws:
DatabaseException
Copyright 2006 OpenMobileIS. All Rights Reserved.