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