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>
public class WarehousingOrderEntryPopulator extends OrderEntryPopulator
Warehousing populator for converting orderEntry's dynamic attributes added by oms
-
-
Constructor Summary
Constructors Constructor Description WarehousingOrderEntryPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(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
-
-
-
-
Method Detail
-
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
-
-