Interface DbAgencySearchesHandler
-
- All Superinterfaces:
DbHandler
,DbSearchesHandler
- All Known Implementing Classes:
HSqlDbAgencySearchesHandler
public interface DbAgencySearchesHandler extends DbSearchesHandler
DbAgencySearchesHandler.- Author:
- Andreas Rudolph
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbSearch[]
getSearches(Connection c, Boolean enabled, DbAgencySearch.Type type)
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)
-
Methods inherited from interface com.openindex.openestate.impl.db.DbSearchesHandler
getSearch, getSearches, getSearches, getSearches, getSearchIds, getSearchIds, loadAttribConditions, loadAttribConditions, loadParameters, loadParameters, loadValueConditions, loadValueConditions, removeSearch, removeSearches, saveSearch, saveSearch, setSearchEnabled, setSearchesEnabled
-
-
-
-
Method Detail
-
getSearchIds
long[] getSearchIds(Connection c, Boolean enabled, DbAgencySearch.Type type) throws SQLException
- Throws:
SQLException
-
getSearchIds
long[] getSearchIds(Connection c, Boolean enabled, DbAgencySearch.Type[] types) throws SQLException
- Throws:
SQLException
-
getSearches
DbSearch[] getSearches(Connection c, Boolean enabled, DbAgencySearch.Type type) throws SQLException
- Throws:
SQLException
-
getSearches
DbSearch[] getSearches(Connection c, Boolean enabled, DbAgencySearch.Type[] types) throws SQLException
- Throws:
SQLException
-
-