public abstract class DbSearchesHandlerImpl extends DbHandlerImpl implements DbSearchesHandler
Modifier | Constructor and Description |
---|---|
protected |
DbSearchesHandlerImpl() |
protected |
DbSearchesHandlerImpl(String schema) |
getSchema, getSchemaPath, setSchema
protected 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 DbSearchesHandler
SQLException
public final DbSearch[] getSearches(Connection c) throws SQLException
getSearches
in interface DbSearchesHandler
SQLException
public abstract DbSearch[] getSearches(Connection c, Boolean enabled) throws SQLException
getSearches
in interface DbSearchesHandler
SQLException
public abstract DbSearch[] getSearches(Connection c, long[] ids) throws SQLException
getSearches
in interface DbSearchesHandler
SQLException
public final long[] getSearchIds(Connection c) throws SQLException
getSearchIds
in interface DbSearchesHandler
SQLException
public abstract long[] getSearchIds(Connection c, Boolean enabled) throws SQLException
getSearchIds
in interface DbSearchesHandler
SQLException
public final void loadAttribConditions(Connection c, DbSearch search) throws SQLException
loadAttribConditions
in interface DbSearchesHandler
SQLException
public abstract void loadAttribConditions(Connection c, DbSearch[] searches) throws SQLException
loadAttribConditions
in interface DbSearchesHandler
SQLException
public final void loadParameters(Connection c, DbSearch search) throws SQLException
loadParameters
in interface DbSearchesHandler
SQLException
public abstract void loadParameters(Connection c, DbSearch[] searches) throws SQLException
loadParameters
in interface DbSearchesHandler
SQLException
public final void loadValueConditions(Connection c, DbSearch search) throws SQLException
loadValueConditions
in interface DbSearchesHandler
SQLException
public abstract void loadValueConditions(Connection c, DbSearch[] searches) throws SQLException
loadValueConditions
in interface DbSearchesHandler
SQLException
public final void removeSearch(Connection c, long id) throws SQLException
removeSearch
in interface DbSearchesHandler
SQLException
public abstract void removeSearches(Connection c, long[] ids) throws SQLException
removeSearches
in interface DbSearchesHandler
SQLException
public final void saveSearch(Connection c, DbSearch search) throws SQLException
saveSearch
in interface DbSearchesHandler
SQLException
public abstract void saveSearch(Connection c, DbSearch search, boolean saveParameters, boolean saveConditions) throws SQLException
saveSearch
in interface DbSearchesHandler
SQLException
public final void setSearchEnabled(Connection c, long id, boolean enabled) throws SQLException
setSearchEnabled
in interface DbSearchesHandler
SQLException
public abstract void setSearchesEnabled(Connection c, long[] ids, boolean enabled) throws SQLException
setSearchesEnabled
in interface DbSearchesHandler
SQLException
Copyright © 2019 OpenEstate. All rights reserved.