Uses of Interface
com.openindex.openestate.tool.db.DbUpdateHandler
-
-
Uses of DbUpdateHandler in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool that return DbUpdateHandler Modifier and Type Method Description abstract DbUpdateHandler
ImmoToolProjectPlugin. getUpdateHandler(String driverName)
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
AgencyPlugin. getUpdateHandler(String driverName)
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.agency.addons.calendar.db.hsql
Methods in com.openindex.openestate.tool.agency.addons.calendar.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbAgencyCalendarExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.agency.addons.contacts.db.hsql
Methods in com.openindex.openestate.tool.agency.addons.contacts.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbAgencyContactsExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.agency.db.hsql
Methods in com.openindex.openestate.tool.agency.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbAgencyExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.agency.extensions
Methods in com.openindex.openestate.tool.agency.extensions that return DbUpdateHandler Modifier and Type Method Description abstract DbUpdateHandler
DbAgencyAdapter. getUpdateHandler()
DbUpdateHandler
DbAgencyExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.calendar
Methods in com.openindex.openestate.tool.calendar that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
CalendarPlugin. getUpdateHandler(String driverName)
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.calendar.db.hsql
Methods in com.openindex.openestate.tool.calendar.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbCalendarExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.calendar.extensions
Methods in com.openindex.openestate.tool.calendar.extensions that return DbUpdateHandler Modifier and Type Method Description abstract DbUpdateHandler
DbCalendarAdapter. getUpdateHandler()
DbUpdateHandler
DbCalendarExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.contacts
Methods in com.openindex.openestate.tool.contacts that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
ContactsPlugin. getUpdateHandler(String driverName)
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.contacts.addons.calendar.db.hsql
Methods in com.openindex.openestate.tool.contacts.addons.calendar.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbContactsCalendarExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.contacts.db.hsql
Methods in com.openindex.openestate.tool.contacts.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbContactsExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.contacts.extensions
Methods in com.openindex.openestate.tool.contacts.extensions that return DbUpdateHandler Modifier and Type Method Description abstract DbUpdateHandler
DbContactsAdapter. getUpdateHandler()
DbUpdateHandler
DbContactsExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.crm
Methods in com.openindex.openestate.tool.crm that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
CrmPlugin. getUpdateHandler(String driverName)
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.crm.addons.agency.db.hsql
Methods in com.openindex.openestate.tool.crm.addons.agency.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbCrmAgencyExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.crm.addons.calendar.db.hsql
Methods in com.openindex.openestate.tool.crm.addons.calendar.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbCrmCalendarExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.crm.addons.mail.db.hsql
Methods in com.openindex.openestate.tool.crm.addons.mail.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbCrmMailsExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.crm.db.hsql
Methods in com.openindex.openestate.tool.crm.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbCrmExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.crm.extensions
Methods in com.openindex.openestate.tool.crm.extensions that return DbUpdateHandler Modifier and Type Method Description abstract DbUpdateHandler
DbCrmAdapter. getUpdateHandler()
DbUpdateHandler
DbCrmExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.db
Classes in com.openindex.openestate.tool.db that implement DbUpdateHandler Modifier and Type Class Description class
DbUpdateHandlerImpl
DbUpdateHandlerImpl.Methods in com.openindex.openestate.tool.db that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler[]
DbUpdate.Summary. getUpdateHandlersToInstall()
Methods in com.openindex.openestate.tool.db with parameters of type DbUpdateHandler Modifier and Type Method Description int
DbUpdateHandlerImpl. compareTo(DbUpdateHandler o)
long
DbUpdate.Summary. getDbVersion(DbUpdateHandler handler)
Constructors in com.openindex.openestate.tool.db with parameters of type DbUpdateHandler Constructor Description DbUpdate(DbUpdateHandler handler, long version)
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.db.hsql
Classes in com.openindex.openestate.tool.db.hsql that implement DbUpdateHandler Modifier and Type Class Description class
HSqlDbUpdateHandler
HSqlDbUpdateHandler.Methods in com.openindex.openestate.tool.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.extensions
Methods in com.openindex.openestate.tool.extensions that return DbUpdateHandler Modifier and Type Method Description abstract DbUpdateHandler
DbAdapter. getUpdateHandler()
DbUpdateHandler
DbExtension. getUpdateHandler()
abstract DbUpdateHandler
DbRelationAdapter. getUpdateHandler()
DbUpdateHandler
DbRelationExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.mail
Methods in com.openindex.openestate.tool.mail that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
MailPlugin. getUpdateHandler(String driverName)
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.mail.db.hsql
Methods in com.openindex.openestate.tool.mail.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbMailExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.mail.extensions
Methods in com.openindex.openestate.tool.mail.extensions that return DbUpdateHandler Modifier and Type Method Description abstract DbUpdateHandler
DbMailAdapter. getUpdateHandler()
DbUpdateHandler
DbMailExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.news
Methods in com.openindex.openestate.tool.news that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
NewsPlugin. getUpdateHandler(String driverName)
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.news.db.hsql
Methods in com.openindex.openestate.tool.news.db.hsql that return DbUpdateHandler Modifier and Type Method Description DbUpdateHandler
HSqlDbNewsExtension. getUpdateHandler()
-
Uses of DbUpdateHandler in com.openindex.openestate.tool.news.extensions
Methods in com.openindex.openestate.tool.news.extensions that return DbUpdateHandler Modifier and Type Method Description abstract DbUpdateHandler
DbNewsAdapter. getUpdateHandler()
DbUpdateHandler
DbNewsExtension. getUpdateHandler()
-