Uses of Class
edu.cornell.mannlib.vitro.webapp.search.controller.SearchFilter
-
Packages that use SearchFilter Package Description edu.cornell.mannlib.vitro.webapp.search.controller -
-
Uses of SearchFilter in edu.cornell.mannlib.vitro.webapp.search.controller
Methods in edu.cornell.mannlib.vitro.webapp.search.controller that return types with arguments of type SearchFilter Modifier and Type Method Description static Map<String,SearchFilter>SearchFiltering. getFiltersById(Map<String,SearchFilter> filtersByField)static Map<String,SearchFilter>SearchFiltering. readFilterConfigurations(Set<String> currentRoles, VitroRequest vreq)static Map<String,SearchFilter>SearchFiltering. sortFilters(Map<String,SearchFilter> filters)Method parameters in edu.cornell.mannlib.vitro.webapp.search.controller with type arguments of type SearchFilter Modifier and Type Method Description protected static voidSearchFiltering. addFiltersToQuery(VitroRequest vreq, SearchQuery query, Map<String,SearchFilter> filterById)static voidSearchFiltering. addPreconfiguredFiltersToQuery(SearchQuery query, Collection<SearchFilter> collection)intSearchFiltering.FilterComparator. compare(Map.Entry<String,SearchFilter> obj1, Map.Entry<String,SearchFilter> obj2)static Map<String,SearchFilter>SearchFiltering. getFiltersById(Map<String,SearchFilter> filtersByField)static List<SearchFilterGroup>SearchFiltering. readFilterGroupsConfigurations(VitroRequest vreq, Map<String,SearchFilter> filtersById)static voidSearchFiltering. setSelectedFilters(Map<String,SearchFilter> filtersByField, Map<String,List<String>> requestFilters)static Map<String,SearchFilter>SearchFiltering. sortFilters(Map<String,SearchFilter> filters)
-