public interface FacetAdminService
| Modifier and Type | Method and Description |
|---|---|
void |
moveFacetAbove(String movedFacetCode,
String stationaryFacetCode,
FacetSearchStateData facetSearchStateData)
This method moves the given facet above the stationary facet for a given search state (for a keyword or category).
|
void |
moveFacetBelow(String movedFacetCode,
String stationaryFacetCode,
FacetSearchStateData facetSearchStateData)
This method moves the given facet below the stationary facet for a given search state (for a keyword or category).
|
boolean |
toggleFacetVisibility(String toggledFacetCode,
FacetSearchStateData facetSearchStateData)
This method toggles facet visibility for a given search state (for a keyword or category).
|
boolean toggleFacetVisibility(String toggledFacetCode, FacetSearchStateData facetSearchStateData)
toggledFacetCode - Facet code of facet that should be toggled.facetSearchStateData - Facet search state data contains the current search statevoid moveFacetAbove(String movedFacetCode, String stationaryFacetCode, FacetSearchStateData facetSearchStateData)
movedFacetCode - Facet code of facet that should be moved above.stationaryFacetCode - Facet code of stationary facet.facetSearchStateData - Facet search state data contains the current search statevoid moveFacetBelow(String movedFacetCode, String stationaryFacetCode, FacetSearchStateData facetSearchStateData)
movedFacetCode - Facet code of facet that should be moved below.stationaryFacetCode - Facet code of stationary facet.facetSearchStateData - Facet search state data contains the current search stateCopyright © 2017 SAP SE. All Rights Reserved.