Uses of Class
com.openindex.openestate.tool.agency.db.DbAgencyExportLog
-
Packages that use DbAgencyExportLog Package Description com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien.com.openindex.openestate.tool.agency.db com.openindex.openestate.tool.agency.db.hsql -
-
Uses of DbAgencyExportLog in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency that return DbAgencyExportLog Modifier and Type Method Description DbAgencyExportLogAgencyExportLogTable.Row. getLog()DbAgencyExportLogAgencyExportLogTable. getLogAt(int rowIndex)Methods in com.openindex.openestate.tool.agency with parameters of type DbAgencyExportLog Modifier and Type Method Description voidAgencyExportLogsPanel. addExportLog(DbAgencyExportLog log, String exportName)voidAgencyExportLogPanel. setLog(DbAgencyExportLog log, String exportName)voidAgencyExportLogViewPanel. setLog(DbAgencyExportLog log, String exportName)Constructors in com.openindex.openestate.tool.agency with parameters of type DbAgencyExportLog Constructor Description Row(DbAgencyExportLog log, String exportName) -
Uses of DbAgencyExportLog in com.openindex.openestate.tool.agency.db
Methods in com.openindex.openestate.tool.agency.db that return DbAgencyExportLog Modifier and Type Method Description DbAgencyExportLogDbAgencyExportsHandler. getExportLog(Connection c, long id)DbAgencyExportLogDbAgencyExportsHandlerImpl. getExportLog(Connection c, long id)DbAgencyExportLog[]DbAgencyExportsHandler. getExportLogs(Connection c)DbAgencyExportLog[]DbAgencyExportsHandler. getExportLogs(Connection c, long exportId)DbAgencyExportLog[]DbAgencyExportsHandler. getExportLogs(Connection c, long[] ids)DbAgencyExportLog[]DbAgencyExportsHandlerImpl. getExportLogs(Connection c)abstract DbAgencyExportLog[]DbAgencyExportsHandlerImpl. getExportLogs(Connection c, long exportId)abstract DbAgencyExportLog[]DbAgencyExportsHandlerImpl. getExportLogs(Connection c, long[] ids)DbAgencyExportLog[]DbAgencyExportsHandler. getExportLogsForObject(Connection c, long objectId)abstract DbAgencyExportLog[]DbAgencyExportsHandlerImpl. getExportLogsForObject(Connection c, long objectId)DbAgencyExportLogDbAgencyExportsHandler. getLatestExportLog(Connection c, long exportId)abstract DbAgencyExportLogDbAgencyExportsHandlerImpl. getLatestExportLog(Connection c, long exportId)Methods in com.openindex.openestate.tool.agency.db with parameters of type DbAgencyExportLog Modifier and Type Method Description voidDbAgencyExportsHandler. loadExportLogEntries(Connection c, DbAgencyExportLog log)voidDbAgencyExportsHandler. loadExportLogEntries(Connection c, DbAgencyExportLog[] logs)voidDbAgencyExportsHandlerImpl. loadExportLogEntries(Connection c, DbAgencyExportLog log)abstract voidDbAgencyExportsHandlerImpl. loadExportLogEntries(Connection c, DbAgencyExportLog[] logs)voidDbAgencyExportsHandler. loadExportLogMessages(Connection c, DbAgencyExportLog log)voidDbAgencyExportsHandler. loadExportLogMessages(Connection c, DbAgencyExportLog[] logs)voidDbAgencyExportsHandlerImpl. loadExportLogMessages(Connection c, DbAgencyExportLog log)abstract voidDbAgencyExportsHandlerImpl. loadExportLogMessages(Connection c, DbAgencyExportLog[] logs)voidDbAgencyExportsHandler. saveExportLog(Connection c, DbAgencyExportLog log)abstract voidDbAgencyExportsHandlerImpl. saveExportLog(Connection c, DbAgencyExportLog log) -
Uses of DbAgencyExportLog in com.openindex.openestate.tool.agency.db.hsql
Methods in com.openindex.openestate.tool.agency.db.hsql that return DbAgencyExportLog Modifier and Type Method Description DbAgencyExportLog[]HSqlDbAgencyExportsHandler. getExportLogs(Connection c, long exportId)DbAgencyExportLog[]HSqlDbAgencyExportsHandler. getExportLogs(Connection c, long[] ids)DbAgencyExportLog[]HSqlDbAgencyExportsHandler. getExportLogsForObject(Connection c, long objectId)DbAgencyExportLogHSqlDbAgencyExportsHandler. getLatestExportLog(Connection c, long exportId)Methods in com.openindex.openestate.tool.agency.db.hsql with parameters of type DbAgencyExportLog Modifier and Type Method Description voidHSqlDbAgencyExportsHandler. loadExportLogEntries(Connection c, DbAgencyExportLog[] logs)voidHSqlDbAgencyExportsHandler. loadExportLogMessages(Connection c, DbAgencyExportLog[] logs)voidHSqlDbAgencyExportsHandler. saveExportLog(Connection c, DbAgencyExportLog log)
-