Class CisProductTimePopulator
- java.lang.Object
-
- de.hybris.platform.integration.cis.subscription.populators.CisProductTimePopulator
-
- All Implemented Interfaces:
Populator<ProductModel,ProductData>
public class CisProductTimePopulator extends java.lang.Object implements Populator<ProductModel,ProductData>
Populates creation time and modified time of aProductDatatarget object from aProductModelsource object.
-
-
Constructor Summary
Constructors Constructor Description CisProductTimePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(ProductModel source, ProductData target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(ProductModel source, ProductData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ProductModel,ProductData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-