public abstract class DbAgencyExposesHandlerImpl extends Object implements DbAgencyExposesHandler
| Constructor and Description |
|---|
DbAgencyExposesHandlerImpl() |
public abstract void downloadExposeFile(Connection c, long fileId, OutputStream output) throws SQLException, IOException
downloadExposeFile in interface DbAgencyExposesHandlerSQLExceptionIOExceptionpublic final DbAgencyExpose getExpose(Connection c, long id) throws SQLException
getExpose in interface DbAgencyExposesHandlerSQLExceptionpublic final DbAgencyExpose[] getExposes(Connection c) throws SQLException
getExposes in interface DbAgencyExposesHandlerSQLExceptionpublic abstract DbAgencyExpose[] getExposes(Connection c, long[] ids) throws SQLException
getExposes in interface DbAgencyExposesHandlerSQLExceptionpublic DbAgencyExposeFile getExposeFile(Connection c, long fileId) throws SQLException
getExposeFile in interface DbAgencyExposesHandlerSQLExceptionpublic abstract DbAgencyExposeFile getExposeFile(Connection c, long exposeId, String name) throws SQLException
getExposeFile in interface DbAgencyExposesHandlerSQLExceptionpublic abstract DbAgencyExposeFile[] getExposeFiles(Connection c, long exposeId) throws SQLException
getExposeFiles in interface DbAgencyExposesHandlerSQLExceptionpublic abstract DbAgencyExposeFile[] getExposeFiles(Connection c, long[] ids) throws SQLException
getExposeFiles in interface DbAgencyExposesHandlerSQLExceptionpublic abstract long[] getExposeFileIds(Connection c, long exposeId) throws SQLException
getExposeFileIds in interface DbAgencyExposesHandlerSQLExceptionpublic abstract long[] getExposeIds(Connection c) throws SQLException
getExposeIds in interface DbAgencyExposesHandlerSQLExceptionpublic final void loadExposeSettings(Connection c, DbAgencyExpose expose) throws SQLException
loadExposeSettings in interface DbAgencyExposesHandlerSQLExceptionpublic abstract void loadExposeSettings(Connection c, DbAgencyExpose[] exposes) throws SQLException
loadExposeSettings in interface DbAgencyExposesHandlerSQLExceptionpublic final void removeExpose(Connection c, long id) throws SQLException
removeExpose in interface DbAgencyExposesHandlerSQLExceptionpublic abstract void removeExposes(Connection c, long[] ids) throws SQLException
removeExposes in interface DbAgencyExposesHandlerSQLExceptionpublic final void removeExposeFile(Connection c, long id) throws SQLException
removeExposeFile in interface DbAgencyExposesHandlerSQLExceptionpublic abstract void removeExposeFiles(Connection c, long[] ids) throws SQLException
removeExposeFiles in interface DbAgencyExposesHandlerSQLExceptionpublic abstract void saveExpose(Connection c, DbAgencyExpose expose) throws SQLException
saveExpose in interface DbAgencyExposesHandlerSQLExceptionpublic abstract void saveExposeFile(Connection c, DbAgencyExposeFile file) throws SQLException, IOException
saveExposeFile in interface DbAgencyExposesHandlerSQLExceptionIOExceptionCopyright © 2015 OpenEstate. All rights reserved.