public interface CsFacetSearchCommand extends CsSearchCommand
| Modifier and Type | Method and Description |
|---|---|
boolean |
addFacet(CsSearchFacetValue facetValue)
Add a facet value to the set of restrictions
|
CsSearchFacetValue |
getCurrentFacet()
Recently applied facet value
|
java.util.Set<CsSearchFacetValue> |
getFacetValues()
The set of facet values to apply as restrictions to this search command
|
boolean |
removeFacet(CsSearchFacetValue facetValue)
Remove a facet value from the set of restrictions
|
void |
setFacetValues(java.util.Set<CsSearchFacetValue> facetValues)
Set applied facet values
|
java.util.Set<CsSearchFacetValue> getFacetValues()
void setFacetValues(java.util.Set<CsSearchFacetValue> facetValues)
facetValues - the facet valuesboolean addFacet(CsSearchFacetValue facetValue)
facetValue - the facet valueboolean removeFacet(CsSearchFacetValue facetValue)
facetValue - the facet valueCsSearchFacetValue getCurrentFacet()
Copyright © 2018 SAP SE. All Rights Reserved.