Class DefaultOrderEntryOverridingPopulator
java.lang.Object
de.hybris.platform.b2b.punchout.populators.impl.DefaultOrderEntryOverridingPopulator
- All Implemented Interfaces:
Populator<ItemOut,AbstractOrderEntryModel>
public class DefaultOrderEntryOverridingPopulator
extends Object
implements Populator<ItemOut,AbstractOrderEntryModel>
This populator overrides certain properties on the given
AbstractOrderEntryModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Populator<Tax,Collection<TaxValue>> voidpopulate(ItemOut itemOut, AbstractOrderEntryModel orderEntryModel) Populate the target instance with values from the source instance.voidsetTaxValuePopulator(Populator<Tax, Collection<TaxValue>> taxValuePopulator)
-
Constructor Details
-
DefaultOrderEntryOverridingPopulator
public DefaultOrderEntryOverridingPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<ItemOut,AbstractOrderEntryModel> - Parameters:
itemOut- the source objectorderEntryModel- the target to fill
-
getTaxValuePopulator
-
setTaxValuePopulator
-