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 String
RESOURCE_PATH
-
Constructor Summary
Constructors Constructor Description HSqlDbCrmExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbCrmActivityHandler
getCrmActivityHandler()
DbCrmMarketingHandler
getCrmMarketingHandler()
String[]
getRequiredProcedures()
String[]
getRequiredViews()
String[]
getSupportedDrivers()
String
getUninstallQuery()
DbUpdateHandler
getUpdateHandler()
void
install(Connection c)
void
repair(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:
getCrmActivityHandler
in interfaceDbCrmExtension
- Specified by:
getCrmActivityHandler
in classDbCrmAdapter
-
getCrmMarketingHandler
public DbCrmMarketingHandler getCrmMarketingHandler()
- Specified by:
getCrmMarketingHandler
in interfaceDbCrmExtension
- Specified by:
getCrmMarketingHandler
in classDbCrmAdapter
-
getRequiredProcedures
public final String[] getRequiredProcedures()
- Specified by:
getRequiredProcedures
in interfaceDbCrmExtension
- Specified by:
getRequiredProcedures
in classDbCrmAdapter
-
getRequiredViews
public final String[] getRequiredViews()
- Specified by:
getRequiredViews
in interfaceDbCrmExtension
- Specified by:
getRequiredViews
in classDbCrmAdapter
-
getSupportedDrivers
public String[] getSupportedDrivers()
- Specified by:
getSupportedDrivers
in interfaceDbCrmExtension
- Specified by:
getSupportedDrivers
in classDbCrmAdapter
-
getUninstallQuery
public String getUninstallQuery() throws IOException
- Specified by:
getUninstallQuery
in interfaceDbCrmExtension
- Specified by:
getUninstallQuery
in classDbCrmAdapter
- Throws:
IOException
-
getUpdateHandler
public DbUpdateHandler getUpdateHandler()
- Specified by:
getUpdateHandler
in interfaceDbCrmExtension
- Specified by:
getUpdateHandler
in classDbCrmAdapter
-
install
public void install(Connection c) throws IOException, SQLException
- Specified by:
install
in interfaceDbCrmExtension
- Specified by:
install
in classDbCrmAdapter
- Throws:
IOException
SQLException
-
repair
public void repair(Connection c, AbstractDbDriver driver) throws SQLException
- Specified by:
repair
in interfaceDbCrmExtension
- Overrides:
repair
in classDbCrmAdapter
- Throws:
SQLException
-
-