Class HSqlDbCrmAgencyExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.DbRelationAdapter
-
- com.openindex.openestate.tool.crm.addons.agency.db.DbCrmAgencyExtension
-
- com.openindex.openestate.tool.crm.addons.agency.db.hsql.HSqlDbCrmAgencyExtension
-
- All Implemented Interfaces:
BasicExtension
,DbRelationExtension
,org.pf4j.ExtensionPoint
@Extension(points=DbCrmAgencyExtension.class, plugins={"OpenEstate-Tool-Agency","OpenEstate-Tool-Contacts","OpenEstate-Tool-CRM"}) public class HSqlDbCrmAgencyExtension extends DbCrmAgencyExtension
HSqlDbCrmAgencyExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
-
Fields inherited from class com.openindex.openestate.tool.crm.addons.agency.db.DbCrmAgencyExtension
API_VERSION, NAME
-
-
Constructor Summary
Constructors Constructor Description HSqlDbCrmAgencyExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbCrmAgencyHandler
getHandler()
String[]
getRequiredProcedures()
String[]
getRequiredViews()
String[]
getSupportedDrivers()
String
getUninstallQuery()
DbUpdateHandler
getUpdateHandler()
void
install(Connection c, DbExtension dbExtension)
-
Methods inherited from class com.openindex.openestate.tool.crm.addons.agency.db.DbCrmAgencyExtension
getApiVersion, getName, getRequiredPluginIds, loadByDriver, loadByProject
-
Methods inherited from class com.openindex.openestate.tool.extensions.DbRelationAdapter
isSupportedDriver, repair
-
-
-
-
Method Detail
-
getHandler
public DbCrmAgencyHandler getHandler()
- Specified by:
getHandler
in classDbCrmAgencyExtension
-
getRequiredProcedures
public final String[] getRequiredProcedures()
- Specified by:
getRequiredProcedures
in interfaceDbRelationExtension
- Specified by:
getRequiredProcedures
in classDbRelationAdapter
-
getRequiredViews
public final String[] getRequiredViews()
- Specified by:
getRequiredViews
in interfaceDbRelationExtension
- Specified by:
getRequiredViews
in classDbRelationAdapter
-
getSupportedDrivers
public String[] getSupportedDrivers()
- Specified by:
getSupportedDrivers
in interfaceDbRelationExtension
- Specified by:
getSupportedDrivers
in classDbRelationAdapter
-
getUninstallQuery
public String getUninstallQuery() throws IOException
- Specified by:
getUninstallQuery
in interfaceDbRelationExtension
- Specified by:
getUninstallQuery
in classDbRelationAdapter
- Throws:
IOException
-
getUpdateHandler
public DbUpdateHandler getUpdateHandler()
- Specified by:
getUpdateHandler
in interfaceDbRelationExtension
- Specified by:
getUpdateHandler
in classDbRelationAdapter
-
install
public void install(Connection c, DbExtension dbExtension) throws IOException, SQLException
- Specified by:
install
in interfaceDbRelationExtension
- Overrides:
install
in classDbRelationAdapter
- Throws:
IOException
SQLException
-
-