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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSearchFilter
(String entityType, String label, String query, @Nullable String orderBy) Deprecated.void
deleteFilter
(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_search
flag on. - Throws:
PersistException
-
getSearchFilterQuery
Deprecated.- Throws:
PersistException
InterruptedException
-
addSearchFilter
void addSearchFilter(String entityType, String label, String query, @Nullable @Nullable String orderBy) throws PersistException, InterruptedException Deprecated.- Throws:
PersistException
InterruptedException
-
deleteFilter
Deprecated.- Throws:
PersistException
InterruptedException
-