|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchFacetDao
DAO used to interact with the database search facets
| Method Summary | ||
|---|---|---|
List<SearchFacet> |
readAllSearchFacets()
Returns all SearchFacets that are tagged with showOnSearch |
|
|
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. |
|
SearchFacet |
save(SearchFacet searchFacet)
Persist to the data layer. |
|
| Method Detail |
|---|
<T> List<T> readDistinctValuesForField(String fieldName,
Class<T> fieldValueClass)
fieldName - fieldValueClass -
List<SearchFacet> readAllSearchFacets()
SearchFacet save(SearchFacet searchFacet)
searchFacet - the instance to persist
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||