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 -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(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
-
Constructor Details
-
VendorProductPageFacetValuePopulator
public VendorProductPageFacetValuePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.
-