Uses of Class
com.openindex.openestate.tool.db.DbLog
-
-
Uses of DbLog in com.openindex.openestate.tool
Methods in com.openindex.openestate.tool that return DbLog Modifier and Type Method Description DbLogImmoToolLogTable.Row. getLog()Methods in com.openindex.openestate.tool with parameters of type DbLog Modifier and Type Method Description protected StringImmoToolLogTablePanel. writeChangesAsHtml(DbLog log)Constructors in com.openindex.openestate.tool with parameters of type DbLog Constructor Description Row(DbLog log) -
Uses of DbLog in com.openindex.openestate.tool.agency.db
Subclasses of DbLog in com.openindex.openestate.tool.agency.db Modifier and Type Class Description classDbAgencyObjectLogDbAgencyObjectLog. -
Uses of DbLog in com.openindex.openestate.tool.agency.db.hsql
Methods in com.openindex.openestate.tool.agency.db.hsql that return DbLog Modifier and Type Method Description protected DbLogHSqlDbAgencyObjectLogsHandler. buildLog(ResultSet result)protected DbLogHSqlDbAgencyObjectLogsHandler. createLog()DbLog[]HSqlDbAgencyObjectLogsHandler. getLogs(Connection c, long[] ids)DbLog[]HSqlDbAgencyObjectLogsHandler. getLogs(Connection c, long[] entryIds, String entryAction)Methods in com.openindex.openestate.tool.agency.db.hsql with parameters of type DbLog Modifier and Type Method Description protected voidHSqlDbAgencyObjectLogsHandler. saveLogAdditionally(Connection c, DbLog log, long logId, List<Statement> statements) -
Uses of DbLog in com.openindex.openestate.tool.calendar.db
Subclasses of DbLog in com.openindex.openestate.tool.calendar.db Modifier and Type Class Description classDbCalendarEntryLogDbCalendarEntryLog. -
Uses of DbLog in com.openindex.openestate.tool.calendar.db.hsql
Methods in com.openindex.openestate.tool.calendar.db.hsql that return DbLog Modifier and Type Method Description protected DbLogHSqlDbCalendarEntryLogHandler. buildLog(ResultSet result)protected DbLogHSqlDbCalendarEntryLogHandler. createLog()DbLog[]HSqlDbCalendarEntryLogHandler. getLogs(Connection c, long[] ids)DbLog[]HSqlDbCalendarEntryLogHandler. getLogs(Connection c, long[] entryIds, String entryAction)Methods in com.openindex.openestate.tool.calendar.db.hsql with parameters of type DbLog Modifier and Type Method Description protected voidHSqlDbCalendarEntryLogHandler. saveLogAdditionally(Connection c, DbLog log, long logId, List<Statement> statements) -
Uses of DbLog in com.openindex.openestate.tool.contacts.db
Subclasses of DbLog in com.openindex.openestate.tool.contacts.db Modifier and Type Class Description classDbContactsEntryLogDbContactsEntryLog. -
Uses of DbLog in com.openindex.openestate.tool.contacts.db.hsql
Methods in com.openindex.openestate.tool.contacts.db.hsql that return DbLog Modifier and Type Method Description protected DbLogHSqlDbContactsEntryLogHandler. buildLog(ResultSet result)protected DbLogHSqlDbContactsEntryLogHandler. createLog()DbLog[]HSqlDbContactsEntryLogHandler. getLogs(Connection c, long[] ids)DbLog[]HSqlDbContactsEntryLogHandler. getLogs(Connection c, long[] entryIds, String entryAction)Methods in com.openindex.openestate.tool.contacts.db.hsql with parameters of type DbLog Modifier and Type Method Description protected voidHSqlDbContactsEntryLogHandler. saveLogAdditionally(Connection c, DbLog log, long logId, List<Statement> statements) -
Uses of DbLog in com.openindex.openestate.tool.db
Methods in com.openindex.openestate.tool.db that return DbLog Modifier and Type Method Description protected abstract DbLogDbLogHandlerImpl. createLog()DbLogDbLogHandler. getLog(Connection c, long id)DbLogDbLogHandlerImpl. getLog(Connection c, long id)DbLog[]DbLogHandler. getLogs(Connection c, long[] ids)DbLog[]DbLogHandler. getLogs(Connection c, long[] entryIds, String entryAction)DbLog[]DbLogHandler. getLogs(Connection c, long entryId, String entryAction)abstract DbLog[]DbLogHandlerImpl. getLogs(Connection c, long[] ids)abstract DbLog[]DbLogHandlerImpl. getLogs(Connection c, long[] entryIds, String entryAction)DbLog[]DbLogHandlerImpl. getLogs(Connection c, long entryId, String entryAction)Methods in com.openindex.openestate.tool.db with parameters of type DbLog Modifier and Type Method Description voidDbLogHandler. loadChanges(Connection c, DbLog log)voidDbLogHandler. loadChanges(Connection c, DbLog[] logs)voidDbLogHandlerImpl. loadChanges(Connection c, DbLog log)abstract voidDbLogHandlerImpl. loadChanges(Connection c, DbLog[] logs)voidDbLogHandler. saveLog(Connection c, DbLog log)abstract voidDbLogHandlerImpl. saveLog(Connection c, DbLog log) -
Uses of DbLog in com.openindex.openestate.tool.db.hsql
Methods in com.openindex.openestate.tool.db.hsql that return DbLog Modifier and Type Method Description protected DbLogHSqlDbLogHandler. buildLog(ResultSet result)Methods in com.openindex.openestate.tool.db.hsql with parameters of type DbLog Modifier and Type Method Description voidHSqlDbLogHandler. loadChanges(Connection c, DbLog[] logs)voidHSqlDbLogHandler. saveLog(Connection c, DbLog log)protected voidHSqlDbLogHandler. saveLogAdditionally(Connection c, DbLog log, long logId, List<Statement> statements)
-