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 DbAgencyExposesHandler
SQLException
IOException
public final DbAgencyExpose getExpose(Connection c, long id) throws SQLException
getExpose
in interface DbAgencyExposesHandler
SQLException
public final DbAgencyExpose[] getExposes(Connection c) throws SQLException
getExposes
in interface DbAgencyExposesHandler
SQLException
public abstract DbAgencyExpose[] getExposes(Connection c, long[] ids) throws SQLException
getExposes
in interface DbAgencyExposesHandler
SQLException
public DbAgencyExposeFile getExposeFile(Connection c, long fileId) throws SQLException
getExposeFile
in interface DbAgencyExposesHandler
SQLException
public abstract DbAgencyExposeFile getExposeFile(Connection c, long exposeId, String name) throws SQLException
getExposeFile
in interface DbAgencyExposesHandler
SQLException
public abstract DbAgencyExposeFile[] getExposeFiles(Connection c, long exposeId) throws SQLException
getExposeFiles
in interface DbAgencyExposesHandler
SQLException
public abstract DbAgencyExposeFile[] getExposeFiles(Connection c, long[] ids) throws SQLException
getExposeFiles
in interface DbAgencyExposesHandler
SQLException
public abstract long[] getExposeFileIds(Connection c, long exposeId) throws SQLException
getExposeFileIds
in interface DbAgencyExposesHandler
SQLException
public abstract long[] getExposeIds(Connection c) throws SQLException
getExposeIds
in interface DbAgencyExposesHandler
SQLException
public final void loadExposeSettings(Connection c, DbAgencyExpose expose) throws SQLException
loadExposeSettings
in interface DbAgencyExposesHandler
SQLException
public abstract void loadExposeSettings(Connection c, DbAgencyExpose[] exposes) throws SQLException
loadExposeSettings
in interface DbAgencyExposesHandler
SQLException
public final void removeExpose(Connection c, long id) throws SQLException
removeExpose
in interface DbAgencyExposesHandler
SQLException
public abstract void removeExposes(Connection c, long[] ids) throws SQLException
removeExposes
in interface DbAgencyExposesHandler
SQLException
public final void removeExposeFile(Connection c, long id) throws SQLException
removeExposeFile
in interface DbAgencyExposesHandler
SQLException
public abstract void removeExposeFiles(Connection c, long[] ids) throws SQLException
removeExposeFiles
in interface DbAgencyExposesHandler
SQLException
public abstract void saveExpose(Connection c, DbAgencyExpose expose) throws SQLException
saveExpose
in interface DbAgencyExposesHandler
SQLException
public abstract void saveExposeFile(Connection c, DbAgencyExposeFile file) throws SQLException, IOException
saveExposeFile
in interface DbAgencyExposesHandler
SQLException
IOException
Copyright © 2015 OpenEstate. All rights reserved.