Class PromotionOrderEntryConsumedPopulator
java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.PromotionOrderEntryConsumedPopulator
- All Implemented Interfaces:
Populator<PromotionOrderEntryConsumedModel,PromotionOrderEntryConsumedData>
public class PromotionOrderEntryConsumedPopulator
extends Object
implements Populator<PromotionOrderEntryConsumedModel,PromotionOrderEntryConsumedData>
Converter implementation for
OrderModel as source and
OrderHistoryData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(PromotionOrderEntryConsumedModel source, PromotionOrderEntryConsumedData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
PromotionOrderEntryConsumedPopulator
public PromotionOrderEntryConsumedPopulator()
-
-
Method Details
-
populate
public void populate(PromotionOrderEntryConsumedModel source, PromotionOrderEntryConsumedData target) Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PromotionOrderEntryConsumedModel,PromotionOrderEntryConsumedData> - Parameters:
source- the source objecttarget- the target to fill
-