Class DbContactsCalendarExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.DbRelationAdapter
-
- com.openindex.openestate.tool.contacts.addons.calendar.db.DbContactsCalendarExtension
-
- All Implemented Interfaces:
BasicExtension,DbRelationExtension,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
HSqlDbContactsCalendarExtension
public abstract class DbContactsCalendarExtension extends DbRelationAdapter
DbContactsCalendarExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static longAPI_VERSIONstatic StringNAME
-
Constructor Summary
Constructors Constructor Description DbContactsCalendarExtension()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description longgetApiVersion()abstract DbContactsCalendarHandlergetHandler()StringgetName()String[]getRequiredPluginIds()static DbContactsCalendarExtensionloadByDriver(AbstractDbDriver dbDriver)static DbContactsCalendarExtensionloadByProject(ImmoToolProject project)-
Methods inherited from class com.openindex.openestate.tool.extensions.DbRelationAdapter
getRequiredProcedures, getRequiredViews, getSupportedDrivers, getUninstallQuery, getUpdateHandler, install, isSupportedDriver, repair
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
API_VERSION
public static final long API_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getApiVersion
public final long getApiVersion()
- Specified by:
getApiVersionin interfaceDbRelationExtension- Specified by:
getApiVersionin classDbRelationAdapter
-
getHandler
public abstract DbContactsCalendarHandler getHandler()
-
getName
public final String getName()
- Specified by:
getNamein interfaceDbRelationExtension- Specified by:
getNamein classDbRelationAdapter
-
getRequiredPluginIds
public final String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIdsin interfaceBasicExtension- Specified by:
getRequiredPluginIdsin classDbRelationAdapter
-
loadByDriver
public static DbContactsCalendarExtension loadByDriver(AbstractDbDriver dbDriver)
-
loadByProject
public static DbContactsCalendarExtension loadByProject(ImmoToolProject project)
-
-