Uses of Interface
de.hybris.platform.cockpit.model.search.FacetValue
-
Packages that use FacetValue Package Description de.hybris.platform.cockpit.model.search de.hybris.platform.cockpit.model.search.impl -
-
Uses of FacetValue in de.hybris.platform.cockpit.model.search
Methods in de.hybris.platform.cockpit.model.search that return types with arguments of type FacetValue Modifier and Type Method Description java.util.Set<FacetValue>Query. getSelectedFacetValues()java.util.Collection<FacetValue>FacetValue. getSubvalues()java.util.Set<FacetValue>FacetsResult. getValues(Facet facet)Returns the facet values of a specific facet.Methods in de.hybris.platform.cockpit.model.search with parameters of type FacetValue Modifier and Type Method Description voidQuery. addSelectedFacetValue(FacetValue value)voidQuery. removeSelectedFacetValue(FacetValue value)Method parameters in de.hybris.platform.cockpit.model.search with type arguments of type FacetValue Modifier and Type Method Description voidQuery. setSelectedFacetValues(java.util.Collection<FacetValue> selectedFacetValues) -
Uses of FacetValue in de.hybris.platform.cockpit.model.search.impl
Methods in de.hybris.platform.cockpit.model.search.impl that return types with arguments of type FacetValue Modifier and Type Method Description java.util.Set<FacetValue>DefaultFacets. getValues(Facet facet)
-