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