Class DefaultDeliveryModeMappingPopulator
- java.lang.Object
-
- de.hybris.platform.sap.model.populators.DefaultDeliveryModeMappingPopulator
-
- All Implemented Interfaces:
Populator<SAPDeliveryModeModel,java.util.Map<java.lang.String,java.lang.Object>>
public class DefaultDeliveryModeMappingPopulator extends java.lang.Object implements Populator<SAPDeliveryModeModel,java.util.Map<java.lang.String,java.lang.Object>>
Populator for additional fields specific for the delivery mode mapping
-
-
Constructor Summary
Constructors Constructor Description DefaultDeliveryModeMappingPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SAPDeliveryModeModel source, java.util.Map<java.lang.String,java.lang.Object> target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(SAPDeliveryModeModel source, java.util.Map<java.lang.String,java.lang.Object> target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SAPDeliveryModeModel,java.util.Map<java.lang.String,java.lang.Object>>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
-