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