public interface DbAgencyExportsHandler
DbAgencyExport getExport(Connection c, long id) throws SQLException
SQLException
DbAgencyExport[] getExports(Connection c) throws SQLException
SQLException
DbAgencyExport[] getExports(Connection c, long[] ids) throws SQLException
SQLException
DbAgencyExport[] getExports(Connection c, Boolean enabled) throws SQLException
SQLException
DbAgencyExport[] getExportsForObject(Connection c, long objectId, DbAgencyObject.ExportMode exportMode) throws SQLException
SQLException
long[] getExportIds(Connection c) throws SQLException
SQLException
DbAgencyExportLog getExportLog(Connection c, long id) throws SQLException
SQLException
DbAgencyExportLog[] getExportLogs(Connection c) throws SQLException
SQLException
DbAgencyExportLog[] getExportLogs(Connection c, long exportId) throws SQLException
SQLException
DbAgencyExportLog[] getExportLogs(Connection c, long[] ids) throws SQLException
SQLException
DbAgencyExportLog[] getExportLogsForObject(Connection c, long objectId) throws SQLException
SQLException
long[] getExportLogIds(Connection c) throws SQLException
SQLException
long[] getExportLogIds(Connection c, long exportId) throws SQLException
SQLException
DbAgencyExportLog getLatestExportLog(Connection c, long exportId) throws SQLException
SQLException
void loadExportLogEntries(Connection c, DbAgencyExportLog log) throws SQLException
SQLException
void loadExportLogEntries(Connection c, DbAgencyExportLog[] logs) throws SQLException
SQLException
void loadExportLogMessages(Connection c, DbAgencyExportLog log) throws SQLException
SQLException
void loadExportLogMessages(Connection c, DbAgencyExportLog[] logs) throws SQLException
SQLException
void loadExportPublishings(Connection c, DbAgencyExport export) throws SQLException
SQLException
void loadExportPublishings(Connection c, DbAgencyExport[] exports) throws SQLException
SQLException
void loadExportSettings(Connection c, DbAgencyExport export) throws SQLException
SQLException
void loadExportSettings(Connection c, DbAgencyExport[] exports) throws SQLException
SQLException
void removeExport(Connection c, long id) throws SQLException
SQLException
void removeExports(Connection c, long[] ids) throws SQLException
SQLException
void removeExportLog(Connection c, long id) throws SQLException
SQLException
void removeExportLogs(Connection c, long[] ids) throws SQLException
SQLException
void removeExportPublishing(Connection c, long exportId, long objectId) throws SQLException
SQLException
void removeExportPublishings(Connection c, long exportId, long[] objectIds) throws SQLException
SQLException
void saveExport(Connection c, DbAgencyExport export, boolean saveSettings, boolean savePublishings) throws SQLException
SQLException
void saveExportLog(Connection c, DbAgencyExportLog log) throws SQLException
SQLException
void setExportEnabled(Connection c, long id, boolean enabled) throws SQLException
SQLException
void setExportsEnabled(Connection c, long[] ids, boolean enabled) throws SQLException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.