Uses of Class
com.hybris.merchandising.model.FacetValue
-
Packages that use FacetValue Package Description com.hybris.merchandising.converters.populators com.hybris.merchandising.model Contains generated models for each type of com.hybris.merchandising.jalo package. -
-
Uses of FacetValue in com.hybris.merchandising.converters.populators
Methods in com.hybris.merchandising.converters.populators that return FacetValue Modifier and Type Method Description protected FacetValueFacetPopulator. createFacetValueMapping(java.lang.Object fieldValue, SearchQuery query, IndexedProperty indexedProperty, java.lang.Object displayNameProvider)Helper method to create aFacetValuefor a given facet.protected FacetValueFacetPopulator. createFacetValueMapping(java.lang.String fieldValue, SearchQuery query, IndexedProperty indexedProperty, java.lang.Object displayNameProvider)Helper method to create aFacetValuefor a given facet.Methods in com.hybris.merchandising.converters.populators that return types with arguments of type FacetValue Modifier and Type Method Description protected java.util.List<FacetValue>FacetPopulator. createMerchFacetValues(FacetField facet, SearchQuery query, IndexedProperty indexedProperty, InputDocument document, IndexedPropertyInfo indexedPropertyInfo)Helper method to retrieve the values for a provided facet. -
Uses of FacetValue in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return types with arguments of type FacetValue Modifier and Type Method Description java.util.List<FacetValue>ProductFacet. getValues()Retrieves a list of values for the facet.Method parameters in com.hybris.merchandising.model with type arguments of type FacetValue Modifier and Type Method Description voidProductFacet. setValues(java.util.List<FacetValue> values)Sets a list of values for the facet.
-