public interface DbAgencyExposesHandler
void downloadExposeFile(Connection c, long fileId, OutputStream output) throws SQLException, IOException
SQLExceptionIOExceptionDbAgencyExpose getExpose(Connection c, long id) throws SQLException
SQLExceptionDbAgencyExpose[] getExposes(Connection c) throws SQLException
SQLExceptionDbAgencyExpose[] getExposes(Connection c, long[] ids) throws SQLException
SQLExceptionDbAgencyExposeFile getExposeFile(Connection c, long fileId) throws SQLException
SQLExceptionDbAgencyExposeFile getExposeFile(Connection c, long exposeId, String name) throws SQLException
SQLExceptionDbAgencyExposeFile[] getExposeFiles(Connection c, long exposeId) throws SQLException
SQLExceptionDbAgencyExposeFile[] getExposeFiles(Connection c, long[] ids) throws SQLException
SQLExceptionlong[] getExposeFileIds(Connection c, long exposeId) throws SQLException
SQLExceptionlong[] getExposeIds(Connection c) throws SQLException
SQLExceptionvoid loadExposeSettings(Connection c, DbAgencyExpose expose) throws SQLException
SQLExceptionvoid loadExposeSettings(Connection c, DbAgencyExpose[] exposes) throws SQLException
SQLExceptionvoid removeExpose(Connection c, long id) throws SQLException
SQLExceptionvoid removeExposes(Connection c, long[] ids) throws SQLException
SQLExceptionvoid removeExposeFile(Connection c, long id) throws SQLException
SQLExceptionvoid removeExposeFiles(Connection c, long[] ids) throws SQLException
SQLExceptionvoid saveExpose(Connection c, DbAgencyExpose expose) throws SQLException
SQLExceptionvoid saveExposeFile(Connection c, DbAgencyExposeFile file) throws SQLException, IOException
SQLExceptionIOExceptionCopyright © 2015 OpenEstate. All rights reserved.