public class HSqlDbAgencySearchesHandler extends com.openindex.openestate.impl.db.hsql.HSqlDbSearchesHandler implements DbAgencySearchesHandler
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_SEARCH_OBJECT_STATUS |
static String |
FIELD_SEARCH_TYPE |
static String |
PROC_SAVE_SEARCHES_ADDON |
static String |
TABLE_AGENCY_SEARCHES |
FIELD_ATTRIB_EQUALS, FIELD_ATTRIB_EQUALS_CASE, FIELD_ATTRIB_EQUALS_LIKE, FIELD_ATTRIB_MATCHES, FIELD_ATTRIB_NAME, FIELD_ATTRIB_NUMERIC_MAX, FIELD_ATTRIB_NUMERIC_MIN, FIELD_ATTRIB_NUMERIC_UNIT, FIELD_ATTRIB_ORDER, FIELD_ATTRIB_TIME_BEGIN, FIELD_ATTRIB_TIME_END, FIELD_PARAM_KEY, FIELD_PARAM_VALUE, FIELD_SEARCH_ENABLED, FIELD_SEARCH_ID, FIELD_SEARCH_NAME, FIELD_SEARCH_NOTES, FIELD_VALUE_EQUALS, FIELD_VALUE_EQUALS_CASE, FIELD_VALUE_EQUALS_LIKE, FIELD_VALUE_ORDER, FIELD_VALUE_TYPE, PROC_REMOVE_SEARCHES, PROC_REMOVE_SEARCHES_ATTRIBS, PROC_REMOVE_SEARCHES_PARAMS, PROC_REMOVE_SEARCHES_VALUES, PROC_SAVE_SEARCHES, PROC_SAVE_SEARCHES_ATTRIBS, PROC_SAVE_SEARCHES_PARAMS, PROC_SAVE_SEARCHES_VALUES, PROC_SET_SEARCHES_ENABLED, VIEW_SEARCHES, VIEW_SEARCHES_ATTRIBS, VIEW_SEARCHES_PARAMS, VIEW_SEARCHES_VALUES
Constructor and Description |
---|
HSqlDbAgencySearchesHandler() |
Modifier and Type | Method and Description |
---|---|
protected com.openindex.openestate.impl.db.DbSearch |
buildSearch(ResultSet result) |
protected com.openindex.openestate.impl.db.DbSearch |
createSearch() |
com.openindex.openestate.impl.db.DbSearch[] |
getSearches(Connection c,
Boolean enabled,
DbAgencySearch.Type type) |
com.openindex.openestate.impl.db.DbSearch[] |
getSearches(Connection c,
Boolean enabled,
DbAgencySearch.Type[] types) |
long[] |
getSearchIds(Connection c,
Boolean enabled,
DbAgencySearch.Type type) |
long[] |
getSearchIds(Connection c,
Boolean enabled,
DbAgencySearch.Type[] types) |
protected void |
saveSearchAdditionally(Connection c,
com.openindex.openestate.impl.db.DbSearch search,
long searchId,
List<Statement> statements) |
buildAttribCondition, buildValueCondition, getSearches, getSearches, getSearchIds, loadAttribConditions, loadParameters, loadValueConditions, removeSearches, saveSearch, setSearchesEnabled
createAttribCondition, createValueCondition, getSearch, getSearches, getSearchIds, loadAttribConditions, loadParameters, loadValueConditions, removeSearch, saveSearch, setSearchEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSearch, getSearches, getSearches, getSearches, getSearchIds, getSearchIds, loadAttribConditions, loadAttribConditions, loadParameters, loadParameters, loadValueConditions, loadValueConditions, removeSearch, removeSearches, saveSearch, saveSearch, setSearchEnabled, setSearchesEnabled
public static final String PROC_SAVE_SEARCHES_ADDON
public static final String TABLE_AGENCY_SEARCHES
public static final String FIELD_SEARCH_TYPE
public static final String FIELD_SEARCH_OBJECT_STATUS
protected com.openindex.openestate.impl.db.DbSearch buildSearch(ResultSet result) throws SQLException
buildSearch
in class com.openindex.openestate.impl.db.hsql.HSqlDbSearchesHandler
SQLException
protected com.openindex.openestate.impl.db.DbSearch createSearch()
createSearch
in class com.openindex.openestate.impl.db.DbSearchesHandlerImpl
public long[] getSearchIds(Connection c, Boolean enabled, DbAgencySearch.Type type) throws SQLException
getSearchIds
in interface DbAgencySearchesHandler
SQLException
public long[] getSearchIds(Connection c, Boolean enabled, DbAgencySearch.Type[] types) throws SQLException
getSearchIds
in interface DbAgencySearchesHandler
SQLException
public com.openindex.openestate.impl.db.DbSearch[] getSearches(Connection c, Boolean enabled, DbAgencySearch.Type type) throws SQLException
getSearches
in interface DbAgencySearchesHandler
SQLException
public com.openindex.openestate.impl.db.DbSearch[] getSearches(Connection c, Boolean enabled, DbAgencySearch.Type[] types) throws SQLException
getSearches
in interface DbAgencySearchesHandler
SQLException
protected void saveSearchAdditionally(Connection c, com.openindex.openestate.impl.db.DbSearch search, long searchId, List<Statement> statements) throws SQLException
saveSearchAdditionally
in class com.openindex.openestate.impl.db.hsql.HSqlDbSearchesHandler
SQLException
Copyright © 2015 OpenEstate. All rights reserved.