Class DbCalendarAdapter
- java.lang.Object
-
- com.openindex.openestate.tool.calendar.extensions.DbCalendarAdapter
-
- All Implemented Interfaces:
DbCalendarExtension,BasicExtension,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
HSqlDbCalendarExtension
public abstract class DbCalendarAdapter extends Object implements DbCalendarExtension
DbCalendarAdapter.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description DbCalendarAdapter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract DbCalendarEntryLogHandlergetCalendarEntryLogHandler()abstract DbCalendarHandlergetCalendarHandler()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
-
getCalendarEntryLogHandler
public abstract DbCalendarEntryLogHandler getCalendarEntryLogHandler()
- Specified by:
getCalendarEntryLogHandlerin interfaceDbCalendarExtension
-
getCalendarHandler
public abstract DbCalendarHandler getCalendarHandler()
- Specified by:
getCalendarHandlerin interfaceDbCalendarExtension
-
getRequiredPluginIds
public String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIdsin interfaceBasicExtension
-
getRequiredProcedures
public abstract String[] getRequiredProcedures()
- Specified by:
getRequiredProceduresin interfaceDbCalendarExtension
-
getRequiredViews
public abstract String[] getRequiredViews()
- Specified by:
getRequiredViewsin interfaceDbCalendarExtension
-
getSupportedDrivers
public abstract String[] getSupportedDrivers()
- Specified by:
getSupportedDriversin interfaceDbCalendarExtension
-
getUninstallQuery
public abstract String getUninstallQuery() throws IOException
- Specified by:
getUninstallQueryin interfaceDbCalendarExtension- Throws:
IOException
-
getUpdateHandler
public abstract DbUpdateHandler getUpdateHandler()
- Specified by:
getUpdateHandlerin interfaceDbCalendarExtension
-
install
public abstract void install(Connection c) throws IOException, SQLException
- Specified by:
installin interfaceDbCalendarExtension- Throws:
IOExceptionSQLException
-
isSupportedDriver
public final boolean isSupportedDriver(String driverName)
- Specified by:
isSupportedDriverin interfaceDbCalendarExtension
-
repair
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
- Specified by:
repairin interfaceDbCalendarExtension- Throws:
SQLException
-
-