Class SelectiveCartOrderEntryPopulator
java.lang.Object
de.hybris.platform.selectivecartfacades.populators.SelectiveCartOrderEntryPopulator
- All Implemented Interfaces:
Populator<AbstractOrderEntryModel,OrderEntryData>
public class SelectiveCartOrderEntryPopulator
extends Object
implements Populator<AbstractOrderEntryModel,OrderEntryData>
Populates
AbstractOrderEntryModel to OrderEntryData-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(AbstractOrderEntryModel source, OrderEntryData target) Populate the target instance with values from the source instance.
-
Constructor Details
-
SelectiveCartOrderEntryPopulator
public SelectiveCartOrderEntryPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractOrderEntryModel,OrderEntryData> - Parameters:
source- the source objecttarget- the target to fill
-