public abstract class DbCrmAdapter extends Object implements DbCrmExtension
ID| Constructor and Description |
|---|
DbCrmAdapter() |
| Modifier and Type | Method and Description |
|---|---|
abstract DbCrmActivityHandler |
getCrmActivityHandler() |
abstract DbCrmMarketingHandler |
getCrmMarketingHandler() |
String[] |
getRequiredPluginIds() |
abstract String[] |
getRequiredProcedures() |
abstract String[] |
getRequiredViews() |
abstract String[] |
getSupportedDrivers() |
abstract String |
getUninstallQuery() |
abstract DbUpdateHandler |
getUpdateHandler() |
abstract void |
install(Connection c) |
boolean |
isSupportedDriver(String driverName) |
void |
repair(Connection c,
AbstractDbDriver driver) |
public abstract DbCrmActivityHandler getCrmActivityHandler()
getCrmActivityHandler in interface DbCrmExtensionpublic abstract DbCrmMarketingHandler getCrmMarketingHandler()
getCrmMarketingHandler in interface DbCrmExtensionpublic String[] getRequiredPluginIds()
getRequiredPluginIds in interface BasicExtensionpublic abstract String[] getRequiredProcedures()
getRequiredProcedures in interface DbCrmExtensionpublic abstract String[] getRequiredViews()
getRequiredViews in interface DbCrmExtensionpublic abstract String[] getSupportedDrivers()
getSupportedDrivers in interface DbCrmExtensionpublic abstract String getUninstallQuery() throws IOException
getUninstallQuery in interface DbCrmExtensionIOExceptionpublic abstract DbUpdateHandler getUpdateHandler()
getUpdateHandler in interface DbCrmExtensionpublic abstract void install(Connection c) throws IOException, SQLException
install in interface DbCrmExtensionIOExceptionSQLExceptionpublic final boolean isSupportedDriver(String driverName)
isSupportedDriver in interface DbCrmExtensionpublic void repair(Connection c, AbstractDbDriver driver) throws SQLException
repair in interface DbCrmExtensionSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.