Uses of Class
com.hybris.merchandising.model.FacetValue
Packages that use FacetValue
Package
Description
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 FacetValueModifier and TypeMethodDescriptionprotected FacetValueMerchSnProductFacetPopulator.createFacetValue(Object fieldValue, AbstractSnFacetResponse facetResponse, AbstractSnFacetRequest facetRequest) protected FacetValueFacetPopulator.createFacetValueMapping(Object fieldValue, SearchQuery query, IndexedProperty indexedProperty, Object displayNameProvider) Helper method to create aFacetValuefor a given facet.protected FacetValueFacetPopulator.createFacetValueMapping(String fieldValue, SearchQuery query, IndexedProperty indexedProperty, Object displayNameProvider) Helper method to create aFacetValuefor a given facet.Methods in com.hybris.merchandising.converters.populators that return types with arguments of type FacetValueModifier and TypeMethodDescriptionprotected List<FacetValue>FacetPopulator.createMerchFacetValues(FacetField facet, SearchQuery query, IndexedProperty indexedProperty, InputDocument document, IndexedPropertyInfo indexedPropertyInfo) Helper method to retrieve the values for a provided facet.protected List<FacetValue>MerchSnProductFacetPopulator.createMerchFacetValues(AbstractSnFacetResponse facetResponse, AbstractSnFacetRequest facetRequest, MerchSnDocumentContainer source) -
Uses of FacetValue in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return types with arguments of type FacetValueModifier and TypeMethodDescriptionProductFacet.getValues()Retrieves a list of values for the facet.Method parameters in com.hybris.merchandising.model with type arguments of type FacetValueModifier and TypeMethodDescriptionvoidProductFacet.setValues(List<FacetValue> values) Sets a list of values for the facet.