Class DbAgencyCalendarExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.DbRelationAdapter
-
- com.openindex.openestate.tool.agency.addons.calendar.db.DbAgencyCalendarExtension
-
- All Implemented Interfaces:
BasicExtension
,DbRelationExtension
,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
HSqlDbAgencyCalendarExtension
public abstract class DbAgencyCalendarExtension extends DbRelationAdapter
DbAgencyCalendarExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static long
API_VERSION
static String
NAME
-
Constructor Summary
Constructors Constructor Description DbAgencyCalendarExtension()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description long
getApiVersion()
abstract DbAgencyCalendarHandler
getHandler()
String
getName()
String[]
getRequiredPluginIds()
static DbAgencyCalendarExtension
loadByDriver(AbstractDbDriver dbDriver)
static DbAgencyCalendarExtension
loadByProject(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:
getApiVersion
in interfaceDbRelationExtension
- Specified by:
getApiVersion
in classDbRelationAdapter
-
getHandler
public abstract DbAgencyCalendarHandler getHandler()
-
getName
public final String getName()
- Specified by:
getName
in interfaceDbRelationExtension
- Specified by:
getName
in classDbRelationAdapter
-
getRequiredPluginIds
public final String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIds
in interfaceBasicExtension
- Specified by:
getRequiredPluginIds
in classDbRelationAdapter
-
loadByDriver
public static DbAgencyCalendarExtension loadByDriver(AbstractDbDriver dbDriver)
-
loadByProject
public static DbAgencyCalendarExtension loadByProject(ImmoToolProject project)
-
-