public abstract class DbSearchesHandlerImpl extends DbHandlerImpl implements DbSearchesHandler
| Modifier | Constructor and Description |
|---|---|
protected |
DbSearchesHandlerImpl() |
protected |
DbSearchesHandlerImpl(String schema) |
getSchema, getSchemaPath, setSchemaprotected DbSearchesHandlerImpl()
protected DbSearchesHandlerImpl(String schema)
protected SearchAttribImpl createAttribCondition()
protected DbSearch createSearch()
protected SearchEqualsImpl createValueCondition()
public final DbSearch getSearch(Connection c, long id) throws SQLException
getSearch in interface DbSearchesHandlerSQLExceptionpublic final DbSearch[] getSearches(Connection c) throws SQLException
getSearches in interface DbSearchesHandlerSQLExceptionpublic abstract DbSearch[] getSearches(Connection c, Boolean enabled) throws SQLException
getSearches in interface DbSearchesHandlerSQLExceptionpublic abstract DbSearch[] getSearches(Connection c, long[] ids) throws SQLException
getSearches in interface DbSearchesHandlerSQLExceptionpublic final long[] getSearchIds(Connection c) throws SQLException
getSearchIds in interface DbSearchesHandlerSQLExceptionpublic abstract long[] getSearchIds(Connection c, Boolean enabled) throws SQLException
getSearchIds in interface DbSearchesHandlerSQLExceptionpublic final void loadAttribConditions(Connection c, DbSearch search) throws SQLException
loadAttribConditions in interface DbSearchesHandlerSQLExceptionpublic abstract void loadAttribConditions(Connection c, DbSearch[] searches) throws SQLException
loadAttribConditions in interface DbSearchesHandlerSQLExceptionpublic final void loadParameters(Connection c, DbSearch search) throws SQLException
loadParameters in interface DbSearchesHandlerSQLExceptionpublic abstract void loadParameters(Connection c, DbSearch[] searches) throws SQLException
loadParameters in interface DbSearchesHandlerSQLExceptionpublic final void loadValueConditions(Connection c, DbSearch search) throws SQLException
loadValueConditions in interface DbSearchesHandlerSQLExceptionpublic abstract void loadValueConditions(Connection c, DbSearch[] searches) throws SQLException
loadValueConditions in interface DbSearchesHandlerSQLExceptionpublic final void removeSearch(Connection c, long id) throws SQLException
removeSearch in interface DbSearchesHandlerSQLExceptionpublic abstract void removeSearches(Connection c, long[] ids) throws SQLException
removeSearches in interface DbSearchesHandlerSQLExceptionpublic final void saveSearch(Connection c, DbSearch search) throws SQLException
saveSearch in interface DbSearchesHandlerSQLExceptionpublic abstract void saveSearch(Connection c, DbSearch search, boolean saveParameters, boolean saveConditions) throws SQLException
saveSearch in interface DbSearchesHandlerSQLExceptionpublic final void setSearchEnabled(Connection c, long id, boolean enabled) throws SQLException
setSearchEnabled in interface DbSearchesHandlerSQLExceptionpublic abstract void setSearchesEnabled(Connection c, long[] ids, boolean enabled) throws SQLException
setSearchesEnabled in interface DbSearchesHandlerSQLExceptionCopyright © 2019 OpenEstate. All rights reserved.