Class AcceleratorConsignmentPopulator
java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.ConsignmentPopulator
de.hybris.platform.acceleratorfacades.order.populators.AcceleratorConsignmentPopulator
- All Implemented Interfaces:
Populator<ConsignmentModel,ConsignmentData>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(ConsignmentModel source, ConsignmentData target) Populate the target instance with values from the source instance.Methods inherited from class de.hybris.platform.commercefacades.order.converters.populator.ConsignmentPopulator
getAddressConverter, getConsignmentEntryConverter, getPointOfServiceConverter, setAddressConverter, setConsignmentEntryConverter, setPointOfServiceConverter
-
Constructor Details
-
AcceleratorConsignmentPopulator
public AcceleratorConsignmentPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ConsignmentModel,ConsignmentData> - Overrides:
populatein classConsignmentPopulator- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-