Interface SearchFilterService
- All Known Implementing Classes:
SearchFilterServiceImpl
Deprecated.
Service methods provided to the client for dealing with "search filters".
Note that the execution of search filters is handled by the
SearchService.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSearchFilter(String entityType, String label, String query, @Nullable String orderBy) Deprecated.voiddeleteFilter(String type, String key) Deprecated.getFilters(String entityName) Deprecated.String[]Deprecated.
-
Method Details
-
getFilters
Deprecated.- Returns:
- Returns the search filters for the given entity. Empty if none.
At most one of the filters has the
default_searchflag on. - Throws:
PersistException
-
getSearchFilterQuery
Deprecated.- Throws:
PersistExceptionInterruptedException
-
addSearchFilter
void addSearchFilter(String entityType, String label, String query, @Nullable @Nullable String orderBy) throws PersistException, InterruptedException Deprecated.- Throws:
PersistExceptionInterruptedException
-
deleteFilter
Deprecated.- Throws:
PersistExceptionInterruptedException
-