Uses of Interface
com.openindex.openestate.tool.agency.db.DbAgencyObjectsHandler
-
Packages that use DbAgencyObjectsHandler Package Description com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien.com.openindex.openestate.tool.agency.db.hsql com.openindex.openestate.tool.agency.extensions -
-
Uses of DbAgencyObjectsHandler in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency with parameters of type DbAgencyObjectsHandler Modifier and Type Method Description protected DbObject[]
AgencyEstateExportCsvTask. loadCsvObjects(Connection c, DbAgencyObjectsHandler objectsHandler)
protected DbObject[]
AgencyEstateExportXlsTask. loadXlsObjects(Connection c, DbAgencyObjectsHandler objectsHandler)
-
Uses of DbAgencyObjectsHandler in com.openindex.openestate.tool.agency.db.hsql
Classes in com.openindex.openestate.tool.agency.db.hsql that implement DbAgencyObjectsHandler Modifier and Type Class Description class
HSqlDbAgencyObjectsHandler
HSqlDbAgencyObjectHandler.Methods in com.openindex.openestate.tool.agency.db.hsql that return DbAgencyObjectsHandler Modifier and Type Method Description DbAgencyObjectsHandler
HSqlDbAgencyExtension. getObjectsHandler()
-
Uses of DbAgencyObjectsHandler in com.openindex.openestate.tool.agency.extensions
Methods in com.openindex.openestate.tool.agency.extensions that return DbAgencyObjectsHandler Modifier and Type Method Description abstract DbAgencyObjectsHandler
DbAgencyAdapter. getObjectsHandler()
DbAgencyObjectsHandler
DbAgencyExtension. getObjectsHandler()
-