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 DbCrmAgencyHandlergetHandler()String[]getRequiredProcedures()String[]getRequiredViews()String[]getSupportedDrivers()StringgetUninstallQuery()DbUpdateHandlergetUpdateHandler()voidinstall(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:
getHandlerin classDbCrmAgencyExtension
-
getRequiredProcedures
public final String[] getRequiredProcedures()
- Specified by:
getRequiredProceduresin interfaceDbRelationExtension- Specified by:
getRequiredProceduresin classDbRelationAdapter
-
getRequiredViews
public final String[] getRequiredViews()
- Specified by:
getRequiredViewsin interfaceDbRelationExtension- Specified by:
getRequiredViewsin classDbRelationAdapter
-
getSupportedDrivers
public String[] getSupportedDrivers()
- Specified by:
getSupportedDriversin interfaceDbRelationExtension- Specified by:
getSupportedDriversin classDbRelationAdapter
-
getUninstallQuery
public String getUninstallQuery() throws IOException
- Specified by:
getUninstallQueryin interfaceDbRelationExtension- Specified by:
getUninstallQueryin classDbRelationAdapter- Throws:
IOException
-
getUpdateHandler
public DbUpdateHandler getUpdateHandler()
- Specified by:
getUpdateHandlerin interfaceDbRelationExtension- Specified by:
getUpdateHandlerin classDbRelationAdapter
-
install
public void install(Connection c, DbExtension dbExtension) throws IOException, SQLException
- Specified by:
installin interfaceDbRelationExtension- Overrides:
installin classDbRelationAdapter- Throws:
IOExceptionSQLException
-
-