public interface FacetedPageableSearchResults extends PageableSearchResults
| Modifier and Type | Method and Description |
|---|---|
boolean |
addFacetValue(CsSearchFacetValue facetValue)
Add the specified facet value to the search filter and execute the search again.
|
java.util.Set<CsSearchFacetValue> |
getAppliedFacets()
Get the currently applied facet values.
|
java.util.Set<CsSearchFacet> |
getAvailableFacets()
Get the available facets that can be applied to the results.
|
boolean |
removeFacetValue(CsSearchFacetValue facetValue)
Remove the applied facet value from the search filter and execute teh search again.
|
getAvailableSorts, getCurrentPageNumber, getCurrentPageResults, getCurrentSortOrder, getPageSize, getTotalPages, getTotalResultCount, setCurrentPageNumber, setCurrentSortOrderaddCockpitEventAcceptor, dispatchEvent, removeCockpitEventAcceptor, setCockpitEventAcceptorsjava.util.Set<CsSearchFacet> getAvailableFacets()
boolean addFacetValue(CsSearchFacetValue facetValue) throws SearchException
PageableSearchResults.getCurrentPageResults() method.facetValue - the facet value to add to the search filtersSearchException - thrown if the search failedjava.util.Set<CsSearchFacetValue> getAppliedFacets()
boolean removeFacetValue(CsSearchFacetValue facetValue) throws SearchException
PageableSearchResults.getCurrentPageResults() method.facetValue - the facet value to removeSearchException - thrown if the search failedCopyright © 2018 SAP SE. All Rights Reserved.