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 DbLog
ImmoToolLogTable.Row. getLog()
Methods in com.openindex.openestate.tool with parameters of type DbLog Modifier and Type Method Description protected String
ImmoToolLogTablePanel. 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 class
DbAgencyObjectLog
DbAgencyObjectLog. -
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 DbLog
HSqlDbAgencyObjectLogsHandler. buildLog(ResultSet result)
protected DbLog
HSqlDbAgencyObjectLogsHandler. 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 void
HSqlDbAgencyObjectLogsHandler. 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 class
DbCalendarEntryLog
DbCalendarEntryLog. -
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 DbLog
HSqlDbCalendarEntryLogHandler. buildLog(ResultSet result)
protected DbLog
HSqlDbCalendarEntryLogHandler. 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 void
HSqlDbCalendarEntryLogHandler. 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 class
DbContactsEntryLog
DbContactsEntryLog. -
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 DbLog
HSqlDbContactsEntryLogHandler. buildLog(ResultSet result)
protected DbLog
HSqlDbContactsEntryLogHandler. 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 void
HSqlDbContactsEntryLogHandler. 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 DbLog
DbLogHandlerImpl. createLog()
DbLog
DbLogHandler. getLog(Connection c, long id)
DbLog
DbLogHandlerImpl. 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 void
DbLogHandler. loadChanges(Connection c, DbLog log)
void
DbLogHandler. loadChanges(Connection c, DbLog[] logs)
void
DbLogHandlerImpl. loadChanges(Connection c, DbLog log)
abstract void
DbLogHandlerImpl. loadChanges(Connection c, DbLog[] logs)
void
DbLogHandler. saveLog(Connection c, DbLog log)
abstract void
DbLogHandlerImpl. 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 DbLog
HSqlDbLogHandler. buildLog(ResultSet result)
Methods in com.openindex.openestate.tool.db.hsql with parameters of type DbLog Modifier and Type Method Description void
HSqlDbLogHandler. loadChanges(Connection c, DbLog[] logs)
void
HSqlDbLogHandler. saveLog(Connection c, DbLog log)
protected void
HSqlDbLogHandler. saveLogAdditionally(Connection c, DbLog log, long logId, List<Statement> statements)
-