Class WarehousingOrderEntryPopulator
java.lang.Object
de.hybris.platform.commercefacades.order.converters.populator.OrderEntryPopulator
de.hybris.platform.warehousingfacades.order.converters.populator.WarehousingOrderEntryPopulator
- All Implemented Interfaces:
Populator<AbstractOrderEntryModel,OrderEntryData>
Warehousing populator for converting orderEntry's dynamic attributes added by oms
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AbstractOrderEntryModel source, OrderEntryData target) Populate the target instance with values from the source instance.Methods inherited from class de.hybris.platform.commercefacades.order.converters.populator.OrderEntryPopulator
addComments, addCommon, addConfigurations, addDeliveryMode, addEntryGroups, addProduct, addTotals, adjustUpdateable, createPrice, getDeliveryModeConverter, getEntryGroupService, getEntryOrderChecker, getOrderCommentConverter, getPointOfServiceConverter, getPriceDataFactory, getProductConfigurationConverter, getProductConverter, setDeliveryModeConverter, setEntryGroupService, setEntryOrderChecker, setOrderCommentConverter, setPointOfServiceConverter, setPriceDataFactory, setProductConfigurationConverter, setProductConverter
-
Constructor Details
-
WarehousingOrderEntryPopulator
public WarehousingOrderEntryPopulator()
-
-
Method Details
-
populate
public void populate(AbstractOrderEntryModel source, OrderEntryData target) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractOrderEntryModel,OrderEntryData> - Overrides:
populatein classOrderEntryPopulator- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-