Class DefaultPunchOutItemInPopulator
java.lang.Object
de.hybris.platform.b2b.punchout.populators.impl.DefaultPunchOutItemInPopulator
- All Implemented Interfaces:
Populator<AbstractOrderEntryModel,ItemIn>
public class DefaultPunchOutItemInPopulator
extends Object
implements Populator<AbstractOrderEntryModel,ItemIn>
Converts a
OrderEntryModel into a ItemIn.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommonI18NServicevoidpopulate(AbstractOrderEntryModel orderEntry, ItemIn itemIn) Populate the target instance with values from the source instance.voidsetCommonI18NService(CommonI18NService commonI18NService)
-
Constructor Details
-
DefaultPunchOutItemInPopulator
public DefaultPunchOutItemInPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractOrderEntryModel,ItemIn> - Parameters:
orderEntry- the source objectitemIn- the target to fill- Throws:
ConversionException- if an error occurs
-
getCommonI18NService
-
setCommonI18NService
-