Class HSqlDbCrmExtension
- java.lang.Object
-
- com.openindex.openestate.tool.crm.extensions.DbCrmAdapter
-
- com.openindex.openestate.tool.crm.db.hsql.HSqlDbCrmExtension
-
- All Implemented Interfaces:
DbCrmExtension,BasicExtension,org.pf4j.ExtensionPoint
@Extension(points=DbCrmExtension.class) public class HSqlDbCrmExtension extends DbCrmAdapter
HSqlDbCrmExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static StringRESOURCE_PATH
-
Constructor Summary
Constructors Constructor Description HSqlDbCrmExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbCrmActivityHandlergetCrmActivityHandler()DbCrmMarketingHandlergetCrmMarketingHandler()String[]getRequiredProcedures()String[]getRequiredViews()String[]getSupportedDrivers()StringgetUninstallQuery()DbUpdateHandlergetUpdateHandler()voidinstall(Connection c)voidrepair(Connection c, AbstractDbDriver driver)-
Methods inherited from class com.openindex.openestate.tool.crm.extensions.DbCrmAdapter
getRequiredPluginIds, isSupportedDriver
-
-
-
-
Field Detail
-
RESOURCE_PATH
public static final String RESOURCE_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCrmActivityHandler
public DbCrmActivityHandler getCrmActivityHandler()
- Specified by:
getCrmActivityHandlerin interfaceDbCrmExtension- Specified by:
getCrmActivityHandlerin classDbCrmAdapter
-
getCrmMarketingHandler
public DbCrmMarketingHandler getCrmMarketingHandler()
- Specified by:
getCrmMarketingHandlerin interfaceDbCrmExtension- Specified by:
getCrmMarketingHandlerin classDbCrmAdapter
-
getRequiredProcedures
public final String[] getRequiredProcedures()
- Specified by:
getRequiredProceduresin interfaceDbCrmExtension- Specified by:
getRequiredProceduresin classDbCrmAdapter
-
getRequiredViews
public final String[] getRequiredViews()
- Specified by:
getRequiredViewsin interfaceDbCrmExtension- Specified by:
getRequiredViewsin classDbCrmAdapter
-
getSupportedDrivers
public String[] getSupportedDrivers()
- Specified by:
getSupportedDriversin interfaceDbCrmExtension- Specified by:
getSupportedDriversin classDbCrmAdapter
-
getUninstallQuery
public String getUninstallQuery() throws IOException
- Specified by:
getUninstallQueryin interfaceDbCrmExtension- Specified by:
getUninstallQueryin classDbCrmAdapter- Throws:
IOException
-
getUpdateHandler
public DbUpdateHandler getUpdateHandler()
- Specified by:
getUpdateHandlerin interfaceDbCrmExtension- Specified by:
getUpdateHandlerin classDbCrmAdapter
-
install
public void install(Connection c) throws IOException, SQLException
- Specified by:
installin interfaceDbCrmExtension- Specified by:
installin classDbCrmAdapter- Throws:
IOExceptionSQLException
-
repair
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
- Specified by:
repairin interfaceDbCrmExtension- Overrides:
repairin classDbCrmAdapter- Throws:
SQLException
-
-