Class ProductInterestPopulator
- java.lang.Object
-
- de.hybris.platform.customerinterestsfacades.productinterest.populators.ProductInterestPopulator
-
- All Implemented Interfaces:
Populator<ProductInterestModel,ProductInterestData>
public class ProductInterestPopulator extends java.lang.Object implements Populator<ProductInterestModel,ProductInterestData>
-
-
Constructor Summary
Constructors Constructor Description ProductInterestPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NotificationPreferenceFacadegetNotificationPreferenceFacade()protected AbstractPopulatingConverter<ProductModel,ProductData>getProductConverter()protected ProductInterestConfigServicegetProductInterestConfigService()protected Converter<ProductModel,ProductData>getProductPriceAndStockConverter()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)
-
-
-
Method Detail
-
populate
public void populate(ProductInterestModel source, ProductInterestData target)
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
protected AbstractPopulatingConverter<ProductModel,ProductData> getProductConverter()
-
setProductConverter
public void setProductConverter(AbstractPopulatingConverter<ProductModel,ProductData> productConverter)
-
getProductPriceAndStockConverter
protected Converter<ProductModel,ProductData> getProductPriceAndStockConverter()
-
setProductPriceAndStockConverter
public void setProductPriceAndStockConverter(Converter<ProductModel,ProductData> productPriceAndStockConverter)
-
getNotificationPreferenceFacade
protected NotificationPreferenceFacade getNotificationPreferenceFacade()
-
setNotificationPreferenceFacade
public void setNotificationPreferenceFacade(NotificationPreferenceFacade notificationPreferenceFacade)
-
setProductInterestConfigService
public void setProductInterestConfigService(ProductInterestConfigService productInterestConfigService)
-
getProductInterestConfigService
protected ProductInterestConfigService getProductInterestConfigService()
-
-