Class HSqlDbAgencyContactsExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.DbRelationAdapter
-
- com.openindex.openestate.tool.agency.addons.contacts.db.DbAgencyContactsExtension
-
- com.openindex.openestate.tool.agency.addons.contacts.db.hsql.HSqlDbAgencyContactsExtension
-
- All Implemented Interfaces:
BasicExtension,DbRelationExtension,org.pf4j.ExtensionPoint
@Extension(points=DbAgencyContactsExtension.class, plugins={"OpenEstate-Tool-Agency","OpenEstate-Tool-Contacts"}) public class HSqlDbAgencyContactsExtension extends DbAgencyContactsExtension
HSqlDbAgencyContactsExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
-
Fields inherited from class com.openindex.openestate.tool.agency.addons.contacts.db.DbAgencyContactsExtension
API_VERSION, NAME
-
-
Constructor Summary
Constructors Constructor Description HSqlDbAgencyContactsExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbAgencyBrokeringsHandlergetBrokeringsHandler()DbAgencyContactsHandlergetContactsHandler()DbAgencyInterestsHandlergetInterestsHandler()String[]getRequiredProcedures()String[]getRequiredViews()String[]getSupportedDrivers()StringgetUninstallQuery()DbUpdateHandlergetUpdateHandler()voidinstall(Connection c, DbExtension dbExtension)voidrepair(Connection c, AbstractDbDriver driver)-
Methods inherited from class com.openindex.openestate.tool.agency.addons.contacts.db.DbAgencyContactsExtension
getApiVersion, getName, getRequiredPluginIds, loadByDriver, loadByProject
-
Methods inherited from class com.openindex.openestate.tool.extensions.DbRelationAdapter
isSupportedDriver
-
-
-
-
Method Detail
-
getBrokeringsHandler
public DbAgencyBrokeringsHandler getBrokeringsHandler()
- Specified by:
getBrokeringsHandlerin classDbAgencyContactsExtension
-
getContactsHandler
public DbAgencyContactsHandler getContactsHandler()
- Specified by:
getContactsHandlerin classDbAgencyContactsExtension
-
getInterestsHandler
public DbAgencyInterestsHandler getInterestsHandler()
- Specified by:
getInterestsHandlerin classDbAgencyContactsExtension
-
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
-
repair
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
- Specified by:
repairin interfaceDbRelationExtension- Overrides:
repairin classDbRelationAdapter- Throws:
SQLException
-
-