public class HSqlDbAgencyExportsHandler extends DbAgencyExportsHandlerImpl
| Constructor and Description |
|---|
HSqlDbAgencyExportsHandler() |
getExport, getExportLog, getExportLogIds, getExportLogs, getExports, loadExportLogEntries, loadExportLogMessages, loadExportPublishings, loadExportSettings, removeExport, removeExportLog, removeExportPublishing, setExportEnabledpublic 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 DbAgencyExportsHandlergetExports in class DbAgencyExportsHandlerImplSQLExceptionpublic DbAgencyExport[] getExports(Connection c, Boolean enabled) throws SQLException
getExports in interface DbAgencyExportsHandlergetExports in class DbAgencyExportsHandlerImplSQLExceptionpublic DbAgencyExport[] getExportsForObject(Connection c, long objectId, DbAgencyObject.ExportMode exportMode) throws SQLException
getExportsForObject in interface DbAgencyExportsHandlergetExportsForObject in class DbAgencyExportsHandlerImplSQLExceptionpublic long[] getExportIds(Connection c) throws SQLException
getExportIds in interface DbAgencyExportsHandlergetExportIds in class DbAgencyExportsHandlerImplSQLExceptionpublic DbAgencyExportLog[] getExportLogs(Connection c, long exportId) throws SQLException
getExportLogs in interface DbAgencyExportsHandlergetExportLogs in class DbAgencyExportsHandlerImplSQLExceptionpublic DbAgencyExportLog[] getExportLogs(Connection c, long[] ids) throws SQLException
getExportLogs in interface DbAgencyExportsHandlergetExportLogs in class DbAgencyExportsHandlerImplSQLExceptionpublic DbAgencyExportLog[] getExportLogsForObject(Connection c, long objectId) throws SQLException
getExportLogsForObject in interface DbAgencyExportsHandlergetExportLogsForObject in class DbAgencyExportsHandlerImplSQLExceptionpublic long[] getExportLogIds(Connection c, long exportId) throws SQLException
getExportLogIds in interface DbAgencyExportsHandlergetExportLogIds in class DbAgencyExportsHandlerImplSQLExceptionpublic DbAgencyExportLog getLatestExportLog(Connection c, long exportId) throws SQLException
getLatestExportLog in interface DbAgencyExportsHandlergetLatestExportLog in class DbAgencyExportsHandlerImplSQLExceptionpublic void loadExportLogEntries(Connection c, DbAgencyExportLog[] logs) throws SQLException
loadExportLogEntries in interface DbAgencyExportsHandlerloadExportLogEntries in class DbAgencyExportsHandlerImplSQLExceptionpublic void loadExportLogMessages(Connection c, DbAgencyExportLog[] logs) throws SQLException
loadExportLogMessages in interface DbAgencyExportsHandlerloadExportLogMessages in class DbAgencyExportsHandlerImplSQLExceptionpublic void loadExportPublishings(Connection c, DbAgencyExport[] exports) throws SQLException
loadExportPublishings in interface DbAgencyExportsHandlerloadExportPublishings in class DbAgencyExportsHandlerImplSQLExceptionpublic void loadExportSettings(Connection c, DbAgencyExport[] exports) throws SQLException
loadExportSettings in interface DbAgencyExportsHandlerloadExportSettings in class DbAgencyExportsHandlerImplSQLExceptionpublic void removeExports(Connection c, long[] ids) throws SQLException
removeExports in interface DbAgencyExportsHandlerremoveExports in class DbAgencyExportsHandlerImplSQLExceptionpublic void removeExportLogs(Connection c, long[] ids) throws SQLException
removeExportLogs in interface DbAgencyExportsHandlerremoveExportLogs in class DbAgencyExportsHandlerImplSQLExceptionpublic void removeExportPublishings(Connection c, long exportId, long[] objectIds) throws SQLException
removeExportPublishings in interface DbAgencyExportsHandlerremoveExportPublishings in class DbAgencyExportsHandlerImplSQLExceptionpublic void saveExport(Connection c, DbAgencyExport export, boolean saveSettings, boolean savePublishings) throws SQLException
saveExport in interface DbAgencyExportsHandlersaveExport in class DbAgencyExportsHandlerImplSQLExceptionpublic void saveExportLog(Connection c, DbAgencyExportLog log) throws SQLException
saveExportLog in interface DbAgencyExportsHandlersaveExportLog in class DbAgencyExportsHandlerImplSQLExceptionpublic void setExportsEnabled(Connection c, long[] ids, boolean enabled) throws SQLException
setExportsEnabled in interface DbAgencyExportsHandlersetExportsEnabled in class DbAgencyExportsHandlerImplSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.