public class HSqlDbContactsEntryLogHandler extends HSqlDbLogHandler implements DbContactsEntryLogHandler
| 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 |
|---|
HSqlDbContactsEntryLogHandler() |
| 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, saveLoggetLog, getLogIds, getLogIds, getLogs, loadChanges, removeLogclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLog, getLogIds, getLogIds, getLogs, loadChanges, loadChanges, removeLog, removeLogs, saveLogpublic 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 HSqlDbLogHandlerSQLExceptionprotected DbLog createLog()
createLog in class DbLogHandlerImplpublic DbLog[] getLogs(Connection c, long[] ids) throws SQLException
getLogs in interface DbLogHandlergetLogs in class DbLogHandlerImplSQLExceptionpublic DbLog[] getLogs(Connection c, long[] entryIds, String entryAction) throws SQLException
getLogs in interface DbLogHandlergetLogs in class DbLogHandlerImplSQLExceptionpublic long[] getLogIds(Connection c, long[] entryIds, String entryAction) throws SQLException
getLogIds in interface DbLogHandlergetLogIds in class DbLogHandlerImplSQLExceptionprotected void saveLogAdditionally(Connection c, DbLog log, long logId, List<Statement> statements) throws SQLException
saveLogAdditionally in class HSqlDbLogHandlerSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.