| Modifier and Type | Method and Description |
|---|---|
CsSearchFacetValue |
CsFacetSearchCommand.getCurrentFacet()
Recently applied facet value
|
| Modifier and Type | Method and Description |
|---|---|
Set<CsSearchFacetValue> |
CsFacetSearchCommand.getFacetValues()
The set of facet values to apply as restrictions to this search command
|
Set<CsSearchFacetValue> |
CsSearchFacet.getValues()
The set of facet values that available for this facet
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CsFacetSearchCommand.addFacet(CsSearchFacetValue facetValue)
Add a facet value to the set of restrictions
|
boolean |
CsFacetSearchCommand.removeFacet(CsSearchFacetValue facetValue)
Remove a facet value from the set of restrictions
|
| Modifier and Type | Method and Description |
|---|---|
void |
CsFacetSearchCommand.setFacetValues(Set<CsSearchFacetValue> facetValues)
Set applied facet values
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCsCommerceSearchFacetValue<STATE> |
class |
DefaultCsSearchFacetValue |
| Modifier and Type | Method and Description |
|---|---|
CsSearchFacetValue |
AbstractCsFacetSearchCommand.getCurrentFacet() |
| Modifier and Type | Method and Description |
|---|---|
Set<CsSearchFacetValue> |
AbstractCsFacetSearchCommand.getFacetValues() |
Set<CsSearchFacetValue> |
DefaultCsSearchFacet.getValues() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractCsFacetSearchCommand.addFacet(CsSearchFacetValue facetValue) |
void |
DefaultCsSearchFacet.addValue(CsSearchFacetValue value) |
int |
DefaultCsSearchFacetValue.compareTo(CsSearchFacetValue other) |
boolean |
AbstractCsFacetSearchCommand.removeFacet(CsSearchFacetValue facetValue) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<CsSearchFacet> |
DefaultCsCommerceSearchService.getAvailableFacets(FacetSearchPageData<STATE,SearchResultValueData> facetSearchPageData,
Set<CsSearchFacetValue> ignoreFacetValues) |
void |
AbstractCsFacetSearchCommand.setFacetValues(Set<CsSearchFacetValue> facetValues) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<CsSearchFacet> |
DefaultCsSolrSearchService.getAvailableFacets(SearchResult solrSearchResult,
Set<CsSearchFacetValue> ignoreFacetValues) |
| Modifier and Type | Method and Description |
|---|---|
Set<CsSearchFacetValue> |
FacetedPageableSearchResults.getAppliedFacets()
Get the currently applied facet values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FacetedPageableSearchResults.addFacetValue(CsSearchFacetValue facetValue)
Add the specified facet value to the search filter and execute the search again.
|
boolean |
FacetedPageableSearchResults.removeFacetValue(CsSearchFacetValue facetValue)
Remove the applied facet value from the search filter and execute teh search again.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CsSearchFacetValue> |
DefaultSearchCommandController.getAppliedFacets() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSearchCommandController.addFacetValue(CsSearchFacetValue facetValue) |
boolean |
DefaultSearchCommandController.removeFacetValue(CsSearchFacetValue facetValue) |
| Modifier and Type | Method and Description |
|---|---|
protected EventListener |
BasketSearchWidgetRenderer.createApplyFacetEventListener(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget,
CsSearchFacetValue facetValue) |
protected EventListener |
BasketSearchWidgetRenderer.createRemoveFacetEventListener(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget,
CsSearchFacetValue facetValue) |
| Constructor and Description |
|---|
ApplyFacetEventListener(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget,
CsSearchFacetValue facetValue) |
RemoveFacetEventListener(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget,
CsSearchFacetValue facetValue) |
Copyright © 2017 SAP SE. All Rights Reserved.