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