Class DefaultPunchOutItemInPopulator
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.populators.impl.DefaultPunchOutItemInPopulator
-
- All Implemented Interfaces:
Populator<AbstractOrderEntryModel,ItemIn>
public class DefaultPunchOutItemInPopulator extends java.lang.Object implements Populator<AbstractOrderEntryModel,ItemIn>
Converts aOrderEntryModelinto aItemIn.
-
-
Constructor Summary
Constructors Constructor Description DefaultPunchOutItemInPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommonI18NServicegetCommonI18NService()voidpopulate(AbstractOrderEntryModel orderEntry, ItemIn itemIn)Populate the target instance with values from the source instance.voidsetCommonI18NService(CommonI18NService commonI18NService)
-
-
-
Method Detail
-
populate
public void populate(AbstractOrderEntryModel orderEntry, ItemIn itemIn) throws ConversionException
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
protected CommonI18NService getCommonI18NService()
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
-