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, removeExposeFilepublic 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 DbAgencyExposesHandlerdownloadExposeFile in class DbAgencyExposesHandlerImplSQLExceptionIOExceptionpublic DbAgencyExpose[] getExposes(Connection c, long[] ids) throws SQLException
getExposes in interface DbAgencyExposesHandlergetExposes in class DbAgencyExposesHandlerImplSQLExceptionpublic DbAgencyExposeFile getExposeFile(Connection c, long exposeId, String name) throws SQLException
getExposeFile in interface DbAgencyExposesHandlergetExposeFile in class DbAgencyExposesHandlerImplSQLExceptionpublic DbAgencyExposeFile[] getExposeFiles(Connection c, long exposeId) throws SQLException
getExposeFiles in interface DbAgencyExposesHandlergetExposeFiles in class DbAgencyExposesHandlerImplSQLExceptionpublic DbAgencyExposeFile[] getExposeFiles(Connection c, long[] ids) throws SQLException
getExposeFiles in interface DbAgencyExposesHandlergetExposeFiles in class DbAgencyExposesHandlerImplSQLExceptionpublic long[] getExposeFileIds(Connection c, long exposeId) throws SQLException
getExposeFileIds in interface DbAgencyExposesHandlergetExposeFileIds in class DbAgencyExposesHandlerImplSQLExceptionpublic long[] getExposeIds(Connection c) throws SQLException
getExposeIds in interface DbAgencyExposesHandlergetExposeIds in class DbAgencyExposesHandlerImplSQLExceptionpublic void loadExposeSettings(Connection c, DbAgencyExpose[] exposes) throws SQLException
loadExposeSettings in interface DbAgencyExposesHandlerloadExposeSettings in class DbAgencyExposesHandlerImplSQLExceptionpublic void removeExposes(Connection c, long[] ids) throws SQLException
removeExposes in interface DbAgencyExposesHandlerremoveExposes in class DbAgencyExposesHandlerImplSQLExceptionpublic void removeExposeFiles(Connection c, long[] ids) throws SQLException
removeExposeFiles in interface DbAgencyExposesHandlerremoveExposeFiles in class DbAgencyExposesHandlerImplSQLExceptionpublic void saveExpose(Connection c, DbAgencyExpose expose) throws SQLException
saveExpose in interface DbAgencyExposesHandlersaveExpose in class DbAgencyExposesHandlerImplSQLExceptionpublic void saveExposeFile(Connection c, DbAgencyExposeFile file) throws SQLException, IOException
saveExposeFile in interface DbAgencyExposesHandlersaveExposeFile in class DbAgencyExposesHandlerImplSQLExceptionIOExceptionCopyright © 2015 OpenEstate. All rights reserved.