Class DbContactsAdapter
- java.lang.Object
-
- com.openindex.openestate.tool.contacts.extensions.DbContactsAdapter
-
- All Implemented Interfaces:
DbContactsExtension,BasicExtension,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
HSqlDbContactsExtension
public abstract class DbContactsAdapter extends Object implements DbContactsExtension
DbContactsAdapter.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description DbContactsAdapter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract DbContactsEntryLogHandlergetContactsEntryLogHandler()abstract DbContactsHandlergetContactsHandler()String[]getRequiredPluginIds()abstract String[]getRequiredProcedures()abstract String[]getRequiredViews()abstract String[]getSupportedDrivers()abstract StringgetUninstallQuery()abstract DbUpdateHandlergetUpdateHandler()abstract voidinstall(Connection c)booleanisSupportedDriver(String driverName)voidrepair(Connection c, AbstractDbDriver driver)
-
-
-
Method Detail
-
getContactsEntryLogHandler
public abstract DbContactsEntryLogHandler getContactsEntryLogHandler()
- Specified by:
getContactsEntryLogHandlerin interfaceDbContactsExtension
-
getContactsHandler
public abstract DbContactsHandler getContactsHandler()
- Specified by:
getContactsHandlerin interfaceDbContactsExtension
-
getRequiredPluginIds
public String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIdsin interfaceBasicExtension
-
getRequiredProcedures
public abstract String[] getRequiredProcedures()
- Specified by:
getRequiredProceduresin interfaceDbContactsExtension
-
getRequiredViews
public abstract String[] getRequiredViews()
- Specified by:
getRequiredViewsin interfaceDbContactsExtension
-
getSupportedDrivers
public abstract String[] getSupportedDrivers()
- Specified by:
getSupportedDriversin interfaceDbContactsExtension
-
getUninstallQuery
public abstract String getUninstallQuery() throws IOException
- Specified by:
getUninstallQueryin interfaceDbContactsExtension- Throws:
IOException
-
getUpdateHandler
public abstract DbUpdateHandler getUpdateHandler()
- Specified by:
getUpdateHandlerin interfaceDbContactsExtension
-
install
public abstract void install(Connection c) throws IOException, SQLException
- Specified by:
installin interfaceDbContactsExtension- Throws:
IOExceptionSQLException
-
isSupportedDriver
public final boolean isSupportedDriver(String driverName)
- Specified by:
isSupportedDriverin interfaceDbContactsExtension
-
repair
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
- Specified by:
repairin interfaceDbContactsExtension- Throws:
SQLException
-
-