public interface SearchFacetDao
Modifier and Type | Method and Description |
---|---|
List<SearchFacet> |
readAllSearchFacets()
Returns all SearchFacets that are tagged with showOnSearch
|
<T> List<T> |
readDistinctValuesForField(String fieldName,
Class<T> fieldValueClass)
Returns the distinct values for the given fieldName inside of the search clas sas a list of the specified
type.
|
<T> List<T> readDistinctValuesForField(String fieldName, Class<T> fieldValueClass)
fieldName
- fieldValueClass
- List<SearchFacet> readAllSearchFacets()
Copyright © 2013. All rights reserved.