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 DbContactsHandlerContactsEntryExportCsvTask. getContactsHandler()protected DbContactsHandlerContactsEntryExportVcardTask. getContactsHandler()protected DbContactsHandlerContactsEntryExportXlsTask. getContactsHandler()protected DbContactsHandlerContactsEntryImportCsvTask. getContactsHandler()protected DbContactsHandlerContactsEntryImportVCardTask. getContactsHandler()Methods in com.openindex.openestate.tool.contacts with parameters of type DbContactsHandler Modifier and Type Method Description static TreeModelContactsFrameSidebarExtension. createTreeModel(ImmoToolProject project, Connection c, DbContactsHandler dbContactsHandler)voidContactsEntryRelationPanel. 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.ExportSettingsContactsEntryExportDialog. showDialog(AbstractDbDriver dbDriver, DbContactsHandler contactsHandler, boolean filtersSelectable, Window window)static ContactsEntryExportDialog.ExportSettingsContactsEntryExportDialog. 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 classDbContactsHandlerImplDbContactsHandler. -
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 classHSqlDbContactsHandlerHSqlDbContactsHandler.Methods in com.openindex.openestate.tool.contacts.db.hsql that return DbContactsHandler Modifier and Type Method Description DbContactsHandlerHSqlDbContactsExtension. 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 DbContactsHandlerDbContactsAdapter. getContactsHandler()DbContactsHandlerDbContactsExtension. getContactsHandler()
-