public interface DbSearchesHandler extends DbHandler
DbSearch getSearch(Connection c, long id) throws SQLException
SQLException
DbSearch[] getSearches(Connection c) throws SQLException
SQLException
DbSearch[] getSearches(Connection c, Boolean enabled) throws SQLException
SQLException
DbSearch[] getSearches(Connection c, long[] ids) throws SQLException
SQLException
long[] getSearchIds(Connection c) throws SQLException
SQLException
long[] getSearchIds(Connection c, Boolean enabled) throws SQLException
SQLException
void loadAttribConditions(Connection c, DbSearch search) throws SQLException
SQLException
void loadAttribConditions(Connection c, DbSearch[] searches) throws SQLException
SQLException
void loadParameters(Connection c, DbSearch search) throws SQLException
SQLException
void loadParameters(Connection c, DbSearch[] searches) throws SQLException
SQLException
void loadValueConditions(Connection c, DbSearch search) throws SQLException
SQLException
void loadValueConditions(Connection c, DbSearch[] searches) throws SQLException
SQLException
void removeSearch(Connection c, long id) throws SQLException
SQLException
void removeSearches(Connection c, long[] ids) throws SQLException
SQLException
void saveSearch(Connection c, DbSearch search) throws SQLException
SQLException
void saveSearch(Connection c, DbSearch search, boolean saveParameters, boolean saveConditions) throws SQLException
SQLException
void setSearchEnabled(Connection c, long id, boolean enabled) throws SQLException
SQLException
void setSearchesEnabled(Connection c, long[] ids, boolean enabled) throws SQLException
SQLException
Copyright © 2019 OpenEstate. All rights reserved.