public class HSqlDbAgencyExportsHandler extends DbAgencyExportsHandlerImpl
Constructor and Description |
---|
HSqlDbAgencyExportsHandler() |
getExport, getExportLog, getExportLogIds, getExportLogs, getExports, loadExportLogEntries, loadExportLogMessages, loadExportPublishings, loadExportSettings, removeExport, removeExportLog, removeExportPublishing, setExportEnabled
public static final String PROC_REMOVE_EXPORTS
public static final String PROC_REMOVE_EXPORTS_LOGS
public static final String PROC_REMOVE_EXPORTS_LOGS_ENTRIES
public static final String PROC_REMOVE_EXPORTS_LOGS_MESSAGES
public static final String PROC_REMOVE_EXPORTS_PUBLISHINGS
public static final String PROC_REMOVE_EXPORTS_SETTINGS
public static final String PROC_SAVE_EXPORTS
public static final String PROC_SAVE_EXPORTS_LOGS
public static final String PROC_SAVE_EXPORTS_LOGS_ENTRIES
public static final String PROC_SAVE_EXPORTS_LOGS_MESSAGES
public static final String PROC_SAVE_EXPORTS_PUBLISHINGS
public static final String PROC_SAVE_EXPORTS_SETTINGS
public static final String PROC_SET_EXPORTS_ENABLED
public static final String VIEW_EXPORTS
public static final String VIEW_EXPORTS_LOGS
public static final String VIEW_EXPORTS_LOGS_ENTRIES
public static final String VIEW_EXPORTS_LOGS_MESSAGES
public static final String VIEW_EXPORTS_PUBLISHINGS
public static final String VIEW_EXPORTS_SETTINGS
public static final String TABLE_EXPORTS
public static final String FIELD_EXPORT_ID
public static final String FIELD_EXPORT_NAME
public static final String FIELD_EXPORT_FORMAT
public static final String FIELD_EXPORT_TRANSPORT
public static final String FIELD_EXPORT_TRANSFER
public static final String FIELD_EXPORT_ENABLED
public static final String FIELD_EXPORT_LIMIT
public static final String FIELD_EXPORT_NOTES
public static final String FIELD_EXPORT_LAST_EXECUTION
public static final String FIELD_EXPORT_LOCK_TIME
public static final String FIELD_EXPORT_SEARCH_ID
public static final String FIELD_EXPORT_EXPOSE_ID
public static final String TABLE_EXPORTS_LOGS
public static final String FIELD_LOG_ID
public static final String FIELD_LOG_FORMAT
public static final String FIELD_LOG_TRANSPORT
public static final String FIELD_LOG_TRANSFER
public static final String FIELD_LOG_LIMIT
public static final String FIELD_LOG_COUNT_INSERTS
public static final String FIELD_LOG_COUNT_UPDATES
public static final String FIELD_LOG_COUNT_DELETES
public static final String FIELD_LOG_COUNT_ERRORS
public static final String FIELD_LOG_COUNT_WARNINGS
public static final String FIELD_LOG_COUNT_NOTICES
public static final String FIELD_LOG_TIME
public static final String TABLE_EXPORTS_ENTRIES
public static final String TABLE_EXPORTS_LOGS_ENTRIES
public static final String TABLE_EXPORTS_LOGS_MESSAGES
public static final String FIELD_ENTRY_OBJECT_ID
public static final String FIELD_ENTRY_OBJECT_NR
public static final String FIELD_ENTRY_ACTION
public static final String FIELD_ENTRY_EXPORTED
public static final String FIELD_MESSAGE_LEVEL
public static final String FIELD_MESSAGE_CODE
public static final String FIELD_MESSAGE_TEXT
public static final String TABLE_EXPORTS_PUBLISHINGS
public static final String FIELD_PUBLISHING_OBJECT_ID
public static final String FIELD_PUBLISHING_OBJECT_NR
public static final String FIELD_PUBLISHING_OBJECT_KEY
public static final String FIELD_PUBLISHING_HASH
public static final String FIELD_PUBLISHING_TIME
public static final String TABLE_EXPORTS_SETTINGS
public static final String FIELD_SETTING_KEY
public static final String FIELD_SETTING_VALUE
public DbAgencyExport[] getExports(Connection c, long[] ids) throws SQLException
getExports
in interface DbAgencyExportsHandler
getExports
in class DbAgencyExportsHandlerImpl
SQLException
public DbAgencyExport[] getExports(Connection c, Boolean enabled) throws SQLException
getExports
in interface DbAgencyExportsHandler
getExports
in class DbAgencyExportsHandlerImpl
SQLException
public DbAgencyExport[] getExportsForObject(Connection c, long objectId, DbAgencyObject.ExportMode exportMode) throws SQLException
getExportsForObject
in interface DbAgencyExportsHandler
getExportsForObject
in class DbAgencyExportsHandlerImpl
SQLException
public long[] getExportIds(Connection c) throws SQLException
getExportIds
in interface DbAgencyExportsHandler
getExportIds
in class DbAgencyExportsHandlerImpl
SQLException
public DbAgencyExportLog[] getExportLogs(Connection c, long exportId) throws SQLException
getExportLogs
in interface DbAgencyExportsHandler
getExportLogs
in class DbAgencyExportsHandlerImpl
SQLException
public DbAgencyExportLog[] getExportLogs(Connection c, long[] ids) throws SQLException
getExportLogs
in interface DbAgencyExportsHandler
getExportLogs
in class DbAgencyExportsHandlerImpl
SQLException
public DbAgencyExportLog[] getExportLogsForObject(Connection c, long objectId) throws SQLException
getExportLogsForObject
in interface DbAgencyExportsHandler
getExportLogsForObject
in class DbAgencyExportsHandlerImpl
SQLException
public long[] getExportLogIds(Connection c, long exportId) throws SQLException
getExportLogIds
in interface DbAgencyExportsHandler
getExportLogIds
in class DbAgencyExportsHandlerImpl
SQLException
public DbAgencyExportLog getLatestExportLog(Connection c, long exportId) throws SQLException
getLatestExportLog
in interface DbAgencyExportsHandler
getLatestExportLog
in class DbAgencyExportsHandlerImpl
SQLException
public void loadExportLogEntries(Connection c, DbAgencyExportLog[] logs) throws SQLException
loadExportLogEntries
in interface DbAgencyExportsHandler
loadExportLogEntries
in class DbAgencyExportsHandlerImpl
SQLException
public void loadExportLogMessages(Connection c, DbAgencyExportLog[] logs) throws SQLException
loadExportLogMessages
in interface DbAgencyExportsHandler
loadExportLogMessages
in class DbAgencyExportsHandlerImpl
SQLException
public void loadExportPublishings(Connection c, DbAgencyExport[] exports) throws SQLException
loadExportPublishings
in interface DbAgencyExportsHandler
loadExportPublishings
in class DbAgencyExportsHandlerImpl
SQLException
public void loadExportSettings(Connection c, DbAgencyExport[] exports) throws SQLException
loadExportSettings
in interface DbAgencyExportsHandler
loadExportSettings
in class DbAgencyExportsHandlerImpl
SQLException
public void removeExports(Connection c, long[] ids) throws SQLException
removeExports
in interface DbAgencyExportsHandler
removeExports
in class DbAgencyExportsHandlerImpl
SQLException
public void removeExportLogs(Connection c, long[] ids) throws SQLException
removeExportLogs
in interface DbAgencyExportsHandler
removeExportLogs
in class DbAgencyExportsHandlerImpl
SQLException
public void removeExportPublishings(Connection c, long exportId, long[] objectIds) throws SQLException
removeExportPublishings
in interface DbAgencyExportsHandler
removeExportPublishings
in class DbAgencyExportsHandlerImpl
SQLException
public void saveExport(Connection c, DbAgencyExport export, boolean saveSettings, boolean savePublishings) throws SQLException
saveExport
in interface DbAgencyExportsHandler
saveExport
in class DbAgencyExportsHandlerImpl
SQLException
public void saveExportLog(Connection c, DbAgencyExportLog log) throws SQLException
saveExportLog
in interface DbAgencyExportsHandler
saveExportLog
in class DbAgencyExportsHandlerImpl
SQLException
public void setExportsEnabled(Connection c, long[] ids, boolean enabled) throws SQLException
setExportsEnabled
in interface DbAgencyExportsHandler
setExportsEnabled
in class DbAgencyExportsHandlerImpl
SQLException
Copyright © 2015 OpenEstate. All rights reserved.