Class DbAgencyContactsExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.DbRelationAdapter
-
- com.openindex.openestate.tool.agency.addons.contacts.db.DbAgencyContactsExtension
-
- All Implemented Interfaces:
BasicExtension
,DbRelationExtension
,org.pf4j.ExtensionPoint
- Direct Known Subclasses:
HSqlDbAgencyContactsExtension
public abstract class DbAgencyContactsExtension extends DbRelationAdapter
DbAgencyContactsExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static long
API_VERSION
static String
NAME
-
Constructor Summary
Constructors Constructor Description DbAgencyContactsExtension()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description long
getApiVersion()
abstract DbAgencyBrokeringsHandler
getBrokeringsHandler()
abstract DbAgencyContactsHandler
getContactsHandler()
abstract DbAgencyInterestsHandler
getInterestsHandler()
String
getName()
String[]
getRequiredPluginIds()
static DbAgencyContactsExtension
loadByDriver(AbstractDbDriver dbDriver)
static DbAgencyContactsExtension
loadByProject(ImmoToolProject project)
-
Methods inherited from class com.openindex.openestate.tool.extensions.DbRelationAdapter
getRequiredProcedures, getRequiredViews, getSupportedDrivers, getUninstallQuery, getUpdateHandler, install, isSupportedDriver, repair
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
API_VERSION
public static final long API_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getApiVersion
public final long getApiVersion()
- Specified by:
getApiVersion
in interfaceDbRelationExtension
- Specified by:
getApiVersion
in classDbRelationAdapter
-
getBrokeringsHandler
public abstract DbAgencyBrokeringsHandler getBrokeringsHandler()
-
getContactsHandler
public abstract DbAgencyContactsHandler getContactsHandler()
-
getInterestsHandler
public abstract DbAgencyInterestsHandler getInterestsHandler()
-
getName
public final String getName()
- Specified by:
getName
in interfaceDbRelationExtension
- Specified by:
getName
in classDbRelationAdapter
-
getRequiredPluginIds
public final String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIds
in interfaceBasicExtension
- Specified by:
getRequiredPluginIds
in classDbRelationAdapter
-
loadByDriver
public static DbAgencyContactsExtension loadByDriver(AbstractDbDriver dbDriver)
-
loadByProject
public static DbAgencyContactsExtension loadByProject(ImmoToolProject project)
-
-