Class ProductInterestRelationPopulator
java.lang.Object
de.hybris.platform.customerinterestsfacades.productinterest.populators.ProductInterestRelationPopulator
- All Implemented Interfaces:
Populator<Map.Entry<ProductModel,List<ProductInterestEntryData>>, ProductInterestRelationData>
public class ProductInterestRelationPopulator
extends Object
implements Populator<Map.Entry<ProductModel,List<ProductInterestEntryData>>,ProductInterestRelationData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ExtendedFutureStockFacadeprotected Converter<ProductModel,ProductData> protected Converter<ProductModel,ProductData> voidpopulate(Map.Entry<ProductModel, List<ProductInterestEntryData>> source, ProductInterestRelationData target) Populate the target instance with values from the source instance.voidsetFutureStockFacade(ExtendedFutureStockFacade futureStockFacade) voidsetProductConverter(Converter<ProductModel, ProductData> productConverter) voidsetProductPriceAndStockConverter(Converter<ProductModel, ProductData> productPriceAndStockConverter)
-
Constructor Details
-
ProductInterestRelationPopulator
public ProductInterestRelationPopulator()
-
-
Method Details
-
populate
public void populate(Map.Entry<ProductModel, List<ProductInterestEntryData>> source, ProductInterestRelationData target) Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<Map.Entry<ProductModel,List<ProductInterestEntryData>>, ProductInterestRelationData> - Parameters:
source- the source objecttarget- the target to fill
-
getProductConverter
-
setProductConverter
-
getFutureStockFacade
-
setFutureStockFacade
-
getProductPriceAndStockConverter
-
setProductPriceAndStockConverter
public void setProductPriceAndStockConverter(Converter<ProductModel, ProductData> productPriceAndStockConverter)
-