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