Class CisOrderTimePopulator
java.lang.Object
de.hybris.platform.integration.cis.subscription.populators.CisOrderTimePopulator
- All Implemented Interfaces:
Populator<OrderModel,AbstractOrderData>
public class CisOrderTimePopulator
extends Object
implements Populator<OrderModel,AbstractOrderData>
Populates creation time and modified time of an
AbstractOrderData target object from an OrderModel
source object.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(OrderModel source, AbstractOrderData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CisOrderTimePopulator
public CisOrderTimePopulator()
-
-
Method Details
-
populate
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
-