Uses of Interface
com.openindex.openestate.tool.agency.addons.contacts.db.DbAgencyContactsHandler
-
Packages that use DbAgencyContactsHandler Package Description com.openindex.openestate.tool.agency.addons.contacts Erweiterungen des Immobilien-Add-Ons.com.openindex.openestate.tool.agency.addons.contacts.db com.openindex.openestate.tool.agency.addons.contacts.db.hsql -
-
Uses of DbAgencyContactsHandler in com.openindex.openestate.tool.agency.addons.contacts
Methods in com.openindex.openestate.tool.agency.addons.contacts that return DbAgencyContactsHandler Modifier and Type Method Description static DbAgencyContactsHandler
AgencyContactsUtils. getContactsHandler()
-
Uses of DbAgencyContactsHandler in com.openindex.openestate.tool.agency.addons.contacts.db
Classes in com.openindex.openestate.tool.agency.addons.contacts.db that implement DbAgencyContactsHandler Modifier and Type Class Description class
DbAgencyContactsHandlerImpl
DbAgencyContactsHandlerImpl.Methods in com.openindex.openestate.tool.agency.addons.contacts.db that return DbAgencyContactsHandler Modifier and Type Method Description abstract DbAgencyContactsHandler
DbAgencyContactsExtension. getContactsHandler()
-
Uses of DbAgencyContactsHandler in com.openindex.openestate.tool.agency.addons.contacts.db.hsql
Classes in com.openindex.openestate.tool.agency.addons.contacts.db.hsql that implement DbAgencyContactsHandler Modifier and Type Class Description class
HSqlDbAgencyContactsHandler
HSqlDbAgencyContactsHandler.Methods in com.openindex.openestate.tool.agency.addons.contacts.db.hsql that return DbAgencyContactsHandler Modifier and Type Method Description DbAgencyContactsHandler
HSqlDbAgencyContactsExtension. getContactsHandler()
-