Class DbCrmCalendarExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.DbRelationAdapter
-
- com.openindex.openestate.tool.crm.addons.calendar.db.DbCrmCalendarExtension
-
- All Implemented Interfaces:
BasicExtension,DbRelationExtension,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
HSqlDbCrmCalendarExtension
public abstract class DbCrmCalendarExtension extends DbRelationAdapter
DbCrmCalendarExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static longAPI_VERSIONstatic StringNAME
-
Constructor Summary
Constructors Constructor Description DbCrmCalendarExtension()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description longgetApiVersion()abstract DbCrmCalendarHandlergetHandler()StringgetName()String[]getRequiredPluginIds()static DbCrmCalendarExtensionloadByDriver(AbstractDbDriver dbDriver)static DbCrmCalendarExtensionloadByProject(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 DbCrmCalendarHandler 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 DbCrmCalendarExtension loadByDriver(AbstractDbDriver dbDriver)
-
loadByProject
public static DbCrmCalendarExtension loadByProject(ImmoToolProject project)
-
-