Class ProductInterestEntryPopulator
- java.lang.Object
-
- de.hybris.platform.customerinterestsfacades.productinterest.populators.ProductInterestEntryPopulator
-
- All Implemented Interfaces:
Populator<java.util.Map.Entry<NotificationType,java.util.Date>,ProductInterestEntryData>
public class ProductInterestEntryPopulator extends java.lang.Object implements Populator<java.util.Map.Entry<NotificationType,java.util.Date>,ProductInterestEntryData>
-
-
Constructor Summary
Constructors Constructor Description ProductInterestEntryPopulator(ProductInterestConfigService productInterestConfigService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(java.util.Map.Entry<NotificationType,java.util.Date> source, ProductInterestEntryData target)Populate the target instance with values from the source instance.
-
-
-
Constructor Detail
-
ProductInterestEntryPopulator
public ProductInterestEntryPopulator(ProductInterestConfigService productInterestConfigService)
-
-
Method Detail
-
populate
public void populate(java.util.Map.Entry<NotificationType,java.util.Date> source, ProductInterestEntryData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<java.util.Map.Entry<NotificationType,java.util.Date>,ProductInterestEntryData>- Parameters:
source- the source objecttarget- the target to fill
-
-