public class HSqlDbCalendarEntryLogHandler extends HSqlDbLogHandler implements DbCalendarEntryLogHandler
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_ENTRY_ID |
static String |
PROC_SAVE_ENTRY_LOGS |
static String |
VIEW_ENTRY_LOGS |
FIELD_CHANGE_KEY, FIELD_CHANGE_VALUE_NEW, FIELD_CHANGE_VALUE_OLD, FIELD_LOG_ENTRY_ACTION, FIELD_LOG_ENTRY_TYPE, FIELD_LOG_ID, FIELD_LOG_NOTES, FIELD_LOG_TEXT, PROC_REMOVE_LOGS, PROC_REMOVE_LOGS_CHANGES, PROC_SAVE_LOGS, PROC_SAVE_LOGS_CHANGES, VIEW_LOGS_CHANGES
Constructor and Description |
---|
HSqlDbCalendarEntryLogHandler() |
Modifier and Type | Method and Description |
---|---|
protected DbLog |
buildLog(ResultSet result) |
protected DbLog |
createLog() |
long[] |
getLogIds(Connection c,
long[] entryIds,
String entryAction) |
DbLog[] |
getLogs(Connection c,
long[] ids) |
DbLog[] |
getLogs(Connection c,
long[] entryIds,
String entryAction) |
protected void |
saveLogAdditionally(Connection c,
DbLog log,
long logId,
List<Statement> statements) |
buildLogChange, loadChanges, removeLogs, saveLog
getLog, getLogIds, getLogIds, getLogs, loadChanges, removeLog
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLog, getLogIds, getLogIds, getLogs, loadChanges, loadChanges, removeLog, removeLogs, saveLog
public static final String VIEW_ENTRY_LOGS
public static final String PROC_SAVE_ENTRY_LOGS
public static final String FIELD_ENTRY_ID
protected DbLog buildLog(ResultSet result) throws SQLException
buildLog
in class HSqlDbLogHandler
SQLException
protected DbLog createLog()
createLog
in class DbLogHandlerImpl
public DbLog[] getLogs(Connection c, long[] ids) throws SQLException
getLogs
in interface DbLogHandler
getLogs
in class DbLogHandlerImpl
SQLException
public DbLog[] getLogs(Connection c, long[] entryIds, String entryAction) throws SQLException
getLogs
in interface DbLogHandler
getLogs
in class DbLogHandlerImpl
SQLException
public long[] getLogIds(Connection c, long[] entryIds, String entryAction) throws SQLException
getLogIds
in interface DbLogHandler
getLogIds
in class DbLogHandlerImpl
SQLException
protected void saveLogAdditionally(Connection c, DbLog log, long logId, List<Statement> statements) throws SQLException
saveLogAdditionally
in class HSqlDbLogHandler
SQLException
Copyright © 2015 OpenEstate. All rights reserved.