Class SearchResultBundleProductPopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData>
java.lang.Object
de.hybris.platform.configurablebundlefacades.converters.populator.SearchResultBundleProductPopulator<SOURCE,TARGET>
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class SearchResultBundleProductPopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData>
extends Object
implements Populator<SOURCE,TARGET>
SOLR Populator for
ProductModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommonI18NServiceprotected PriceDataFactoryprotected <T> TvoidPopulate the target instance with values from the source instance.voidsetCommonI18NService(CommonI18NService commonI18NService) voidsetPriceDataFactory(PriceDataFactory priceDataFactory)
-
Constructor Details
-
SearchResultBundleProductPopulator
public SearchResultBundleProductPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData> - Parameters:
source- the source objecttarget- the target to fill
-
getValue
-
getPriceDataFactory
-
setPriceDataFactory
-
getCommonI18NService
-
setCommonI18NService
-