Uses of Interface
com.openindex.openestate.tool.contacts.db.DbContactsHandler
-
Packages that use DbContactsHandler Package Description com.openindex.openestate.tool.contacts ImmoTool-Add-On zur Verwaltung von OpenEstate-Adressen.com.openindex.openestate.tool.contacts.db com.openindex.openestate.tool.contacts.db.hsql com.openindex.openestate.tool.contacts.extensions -
-
Uses of DbContactsHandler in com.openindex.openestate.tool.contacts
Methods in com.openindex.openestate.tool.contacts that return DbContactsHandler Modifier and Type Method Description protected DbContactsHandler
ContactsEntryExportCsvTask. getContactsHandler()
protected DbContactsHandler
ContactsEntryExportVcardTask. getContactsHandler()
protected DbContactsHandler
ContactsEntryExportXlsTask. getContactsHandler()
protected DbContactsHandler
ContactsEntryImportCsvTask. getContactsHandler()
protected DbContactsHandler
ContactsEntryImportVCardTask. getContactsHandler()
Methods in com.openindex.openestate.tool.contacts with parameters of type DbContactsHandler Modifier and Type Method Description static TreeModel
ContactsFrameSidebarExtension. createTreeModel(ImmoToolProject project, Connection c, DbContactsHandler dbContactsHandler)
void
ContactsEntryRelationPanel. load(Connection c, DbContactsHandler contactsHandler)
protected DbContactsEntry[]
ContactsEntryExportVcardTask. loadContacts(Connection c, DbContactsHandler contactsHandler)
protected DbContactsEntry[]
ContactsEntryExportCsvTask. loadCsvObjects(Connection c, DbContactsHandler contactsHandler)
protected DbContactsEntry[]
ContactsEntryExportXlsTask. loadXlsObjects(Connection c, DbContactsHandler contactsHandler)
static ContactsEntryExportDialog.ExportSettings
ContactsEntryExportDialog. showDialog(AbstractDbDriver dbDriver, DbContactsHandler contactsHandler, boolean filtersSelectable, Window window)
static ContactsEntryExportDialog.ExportSettings
ContactsEntryExportDialog. showDialog(AbstractDbDriver dbDriver, DbContactsHandler contactsHandler, Window window)
-
Uses of DbContactsHandler in com.openindex.openestate.tool.contacts.db
Classes in com.openindex.openestate.tool.contacts.db that implement DbContactsHandler Modifier and Type Class Description class
DbContactsHandlerImpl
DbContactsHandler. -
Uses of DbContactsHandler in com.openindex.openestate.tool.contacts.db.hsql
Classes in com.openindex.openestate.tool.contacts.db.hsql that implement DbContactsHandler Modifier and Type Class Description class
HSqlDbContactsHandler
HSqlDbContactsHandler.Methods in com.openindex.openestate.tool.contacts.db.hsql that return DbContactsHandler Modifier and Type Method Description DbContactsHandler
HSqlDbContactsExtension. getContactsHandler()
-
Uses of DbContactsHandler in com.openindex.openestate.tool.contacts.extensions
Methods in com.openindex.openestate.tool.contacts.extensions that return DbContactsHandler Modifier and Type Method Description abstract DbContactsHandler
DbContactsAdapter. getContactsHandler()
DbContactsHandler
DbContactsExtension. getContactsHandler()
-