Class ProductInterestPopulator
java.lang.Object
de.hybris.platform.customerinterestsfacades.productinterest.populators.ProductInterestPopulator
- All Implemented Interfaces:
Populator<ProductInterestModel,ProductInterestData>
public class ProductInterestPopulator
extends Object
implements Populator<ProductInterestModel,ProductInterestData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NotificationPreferenceFacadeprotected AbstractPopulatingConverter<ProductModel,ProductData> protected ProductInterestConfigServiceprotected Converter<ProductModel,ProductData> voidpopulate(ProductInterestModel source, ProductInterestData target) Populate the target instance with values from the source instance.voidsetNotificationPreferenceFacade(NotificationPreferenceFacade notificationPreferenceFacade) voidsetProductConverter(AbstractPopulatingConverter<ProductModel, ProductData> productConverter) voidsetProductInterestConfigService(ProductInterestConfigService productInterestConfigService) voidsetProductPriceAndStockConverter(Converter<ProductModel, ProductData> productPriceAndStockConverter)
-
Constructor Details
-
ProductInterestPopulator
public ProductInterestPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ProductInterestModel,ProductInterestData> - Parameters:
source- the source objecttarget- the target to fill
-
getProductConverter
-
setProductConverter
public void setProductConverter(AbstractPopulatingConverter<ProductModel, ProductData> productConverter) -
getProductPriceAndStockConverter
-
setProductPriceAndStockConverter
public void setProductPriceAndStockConverter(Converter<ProductModel, ProductData> productPriceAndStockConverter) -
getNotificationPreferenceFacade
-
setNotificationPreferenceFacade
public void setNotificationPreferenceFacade(NotificationPreferenceFacade notificationPreferenceFacade) -
setProductInterestConfigService
public void setProductInterestConfigService(ProductInterestConfigService productInterestConfigService) -
getProductInterestConfigService
-