Uses of Interface
de.hybris.platform.cockpit.model.search.FacetValue
Packages that use FacetValue
Package
Description
-
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 FacetValueModifier and TypeMethodDescriptionQuery.getSelectedFacetValues()FacetValue.getSubvalues()Returns the facet values of a specific facet.Methods in de.hybris.platform.cockpit.model.search with parameters of type FacetValueModifier and TypeMethodDescriptionvoidQuery.addSelectedFacetValue(FacetValue value) voidQuery.removeSelectedFacetValue(FacetValue value) Method parameters in de.hybris.platform.cockpit.model.search with type arguments of type FacetValueModifier and TypeMethodDescriptionvoidQuery.setSelectedFacetValues(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