public abstract class AbstractCsFacetSearchCommand extends java.lang.Object implements CsFacetSearchCommand
| Constructor and Description |
|---|
AbstractCsFacetSearchCommand() |
| 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
|
public java.util.Set<CsSearchFacetValue> getFacetValues()
CsFacetSearchCommandgetFacetValues in interface CsFacetSearchCommandpublic void setFacetValues(java.util.Set<CsSearchFacetValue> facetValues)
CsFacetSearchCommandsetFacetValues in interface CsFacetSearchCommandfacetValues - the facet valuespublic boolean addFacet(CsSearchFacetValue facetValue)
CsFacetSearchCommandaddFacet in interface CsFacetSearchCommandfacetValue - the facet valuepublic boolean removeFacet(CsSearchFacetValue facetValue)
CsFacetSearchCommandremoveFacet in interface CsFacetSearchCommandfacetValue - the facet valuepublic CsSearchFacetValue getCurrentFacet()
CsFacetSearchCommandgetCurrentFacet in interface CsFacetSearchCommandCopyright © 2018 SAP SE. All Rights Reserved.