public class HSqlDbAgencyExposesHandler extends DbAgencyExposesHandlerImpl
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_EXPOSE_ID |
static String |
FIELD_EXPOSE_NAME |
static String |
FIELD_EXPOSE_TYPE |
static String |
FIELD_FILE_CONTENT |
static String |
FIELD_FILE_ID |
static String |
FIELD_FILE_MIMETYPE |
static String |
FIELD_FILE_NAME |
static String |
FIELD_SETTING_KEY |
static String |
FIELD_SETTING_VALUE |
static String |
PROC_REMOVE_EXPOSES |
static String |
PROC_REMOVE_EXPOSES_FILES |
static String |
PROC_REMOVE_EXPOSES_SETTINGS |
static String |
PROC_SAVE_EXPOSES |
static String |
PROC_SAVE_EXPOSES_FILES |
static String |
PROC_SAVE_EXPOSES_SETTINGS |
static String |
TABLE_EXPOSES |
static String |
TABLE_EXPOSES_FILES |
static String |
TABLE_EXPOSES_SETTINGS |
static String |
VIEW_EXPOSES |
static String |
VIEW_EXPOSES_FILES |
static String |
VIEW_EXPOSES_FILES_CONTENT |
static String |
VIEW_EXPOSES_SETTINGS |
Constructor and Description |
---|
HSqlDbAgencyExposesHandler() |
Modifier and Type | Method and Description |
---|---|
void |
downloadExposeFile(Connection c,
long fileId,
OutputStream output) |
DbAgencyExposeFile |
getExposeFile(Connection c,
long exposeId,
String name) |
long[] |
getExposeFileIds(Connection c,
long exposeId) |
DbAgencyExposeFile[] |
getExposeFiles(Connection c,
long exposeId) |
DbAgencyExposeFile[] |
getExposeFiles(Connection c,
long[] ids) |
long[] |
getExposeIds(Connection c) |
DbAgencyExpose[] |
getExposes(Connection c,
long[] ids) |
void |
loadExposeSettings(Connection c,
DbAgencyExpose[] exposes) |
void |
removeExposeFiles(Connection c,
long[] ids) |
void |
removeExposes(Connection c,
long[] ids) |
void |
saveExpose(Connection c,
DbAgencyExpose expose) |
void |
saveExposeFile(Connection c,
DbAgencyExposeFile file) |
getExpose, getExposeFile, getExposes, loadExposeSettings, removeExpose, removeExposeFile
public static final String PROC_REMOVE_EXPOSES
public static final String PROC_REMOVE_EXPOSES_FILES
public static final String PROC_REMOVE_EXPOSES_SETTINGS
public static final String PROC_SAVE_EXPOSES
public static final String PROC_SAVE_EXPOSES_FILES
public static final String PROC_SAVE_EXPOSES_SETTINGS
public static final String VIEW_EXPOSES
public static final String VIEW_EXPOSES_FILES
public static final String VIEW_EXPOSES_FILES_CONTENT
public static final String VIEW_EXPOSES_SETTINGS
public static final String TABLE_EXPOSES
public static final String FIELD_EXPOSE_ID
public static final String FIELD_EXPOSE_NAME
public static final String FIELD_EXPOSE_TYPE
public static final String TABLE_EXPOSES_FILES
public static final String FIELD_FILE_ID
public static final String FIELD_FILE_NAME
public static final String FIELD_FILE_MIMETYPE
public static final String FIELD_FILE_CONTENT
public static final String TABLE_EXPOSES_SETTINGS
public static final String FIELD_SETTING_KEY
public static final String FIELD_SETTING_VALUE
public void downloadExposeFile(Connection c, long fileId, OutputStream output) throws SQLException, IOException
downloadExposeFile
in interface DbAgencyExposesHandler
downloadExposeFile
in class DbAgencyExposesHandlerImpl
SQLException
IOException
public DbAgencyExpose[] getExposes(Connection c, long[] ids) throws SQLException
getExposes
in interface DbAgencyExposesHandler
getExposes
in class DbAgencyExposesHandlerImpl
SQLException
public DbAgencyExposeFile getExposeFile(Connection c, long exposeId, String name) throws SQLException
getExposeFile
in interface DbAgencyExposesHandler
getExposeFile
in class DbAgencyExposesHandlerImpl
SQLException
public DbAgencyExposeFile[] getExposeFiles(Connection c, long exposeId) throws SQLException
getExposeFiles
in interface DbAgencyExposesHandler
getExposeFiles
in class DbAgencyExposesHandlerImpl
SQLException
public DbAgencyExposeFile[] getExposeFiles(Connection c, long[] ids) throws SQLException
getExposeFiles
in interface DbAgencyExposesHandler
getExposeFiles
in class DbAgencyExposesHandlerImpl
SQLException
public long[] getExposeFileIds(Connection c, long exposeId) throws SQLException
getExposeFileIds
in interface DbAgencyExposesHandler
getExposeFileIds
in class DbAgencyExposesHandlerImpl
SQLException
public long[] getExposeIds(Connection c) throws SQLException
getExposeIds
in interface DbAgencyExposesHandler
getExposeIds
in class DbAgencyExposesHandlerImpl
SQLException
public void loadExposeSettings(Connection c, DbAgencyExpose[] exposes) throws SQLException
loadExposeSettings
in interface DbAgencyExposesHandler
loadExposeSettings
in class DbAgencyExposesHandlerImpl
SQLException
public void removeExposes(Connection c, long[] ids) throws SQLException
removeExposes
in interface DbAgencyExposesHandler
removeExposes
in class DbAgencyExposesHandlerImpl
SQLException
public void removeExposeFiles(Connection c, long[] ids) throws SQLException
removeExposeFiles
in interface DbAgencyExposesHandler
removeExposeFiles
in class DbAgencyExposesHandlerImpl
SQLException
public void saveExpose(Connection c, DbAgencyExpose expose) throws SQLException
saveExpose
in interface DbAgencyExposesHandler
saveExpose
in class DbAgencyExposesHandlerImpl
SQLException
public void saveExposeFile(Connection c, DbAgencyExposeFile file) throws SQLException, IOException
saveExposeFile
in interface DbAgencyExposesHandler
saveExposeFile
in class DbAgencyExposesHandlerImpl
SQLException
IOException
Copyright © 2015 OpenEstate. All rights reserved.