Interface DbAgencyExposesHandler
-
- All Known Implementing Classes:
DbAgencyExposesHandlerImpl
,HSqlDbAgencyExposesHandler
public interface DbAgencyExposesHandler
DbAgencyExposeHandler.- Author:
- Andreas Rudolph
-
-
Method Summary
-
-
-
Method Detail
-
downloadExposeFile
void downloadExposeFile(Connection c, long fileId, OutputStream output) throws SQLException, IOException
- Throws:
SQLException
IOException
-
getExpose
DbAgencyExpose getExpose(Connection c, long id) throws SQLException
- Throws:
SQLException
-
getExposes
DbAgencyExpose[] getExposes(Connection c) throws SQLException
- Throws:
SQLException
-
getExposes
DbAgencyExpose[] getExposes(Connection c, long[] ids) throws SQLException
- Throws:
SQLException
-
getExposeFile
DbAgencyExposeFile getExposeFile(Connection c, long fileId) throws SQLException
- Throws:
SQLException
-
getExposeFile
DbAgencyExposeFile getExposeFile(Connection c, long exposeId, String name) throws SQLException
- Throws:
SQLException
-
getExposeFiles
DbAgencyExposeFile[] getExposeFiles(Connection c, long exposeId) throws SQLException
- Throws:
SQLException
-
getExposeFiles
DbAgencyExposeFile[] getExposeFiles(Connection c, long[] ids) throws SQLException
- Throws:
SQLException
-
getExposeFileIds
long[] getExposeFileIds(Connection c, long exposeId) throws SQLException
- Throws:
SQLException
-
getExposeIds
long[] getExposeIds(Connection c) throws SQLException
- Throws:
SQLException
-
loadExposeSettings
void loadExposeSettings(Connection c, DbAgencyExpose expose) throws SQLException
- Throws:
SQLException
-
loadExposeSettings
void loadExposeSettings(Connection c, DbAgencyExpose[] exposes) throws SQLException
- Throws:
SQLException
-
removeExpose
void removeExpose(Connection c, long id) throws SQLException
- Throws:
SQLException
-
removeExposes
void removeExposes(Connection c, long[] ids) throws SQLException
- Throws:
SQLException
-
removeExposeFile
void removeExposeFile(Connection c, long id) throws SQLException
- Throws:
SQLException
-
removeExposeFiles
void removeExposeFiles(Connection c, long[] ids) throws SQLException
- Throws:
SQLException
-
saveExpose
void saveExpose(Connection c, DbAgencyExpose expose) throws SQLException
- Throws:
SQLException
-
saveExposeFile
void saveExposeFile(Connection c, DbAgencyExposeFile file) throws SQLException, IOException
- Throws:
SQLException
IOException
-
-