Class VendorProductPageFacetValuePopulator<QUERY,STATE>
- java.lang.Object
-
- de.hybris.platform.commercefacades.search.converters.populator.FacetValuePopulator<QUERY,STATE>
-
- de.hybris.platform.marketplacefacades.search.converters.populators.VendorProductPageFacetValuePopulator<QUERY,STATE>
-
- All Implemented Interfaces:
Populator<FacetValueData<QUERY>,FacetValueData<STATE>>
public class VendorProductPageFacetValuePopulator<QUERY,STATE> extends FacetValuePopulator<QUERY,STATE>
A populator for setting facet values.
-
-
Constructor Summary
Constructors Constructor Description VendorProductPageFacetValuePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(FacetValueData<QUERY> source, FacetValueData<STATE> target)Populate the target instance with values from the source instance.-
Methods inherited from class de.hybris.platform.commercefacades.search.converters.populator.FacetValuePopulator
getSearchStateConverter, setSearchStateConverter
-
-
-
-
Method Detail
-
populate
public void populate(FacetValueData<QUERY> source, FacetValueData<STATE> target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.
-
-