Class CartRestorationPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.order.converters.populator.CartRestorationPopulator
-
- All Implemented Interfaces:
Populator<CommerceCartRestoration,CartRestorationData>
public class CartRestorationPopulator extends java.lang.Object implements Populator<CommerceCartRestoration,CartRestorationData>
-
-
Constructor Summary
Constructors Constructor Description CartRestorationPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Converter<CommerceCartModification,CartModificationData>getCartModificationConverter()voidpopulate(CommerceCartRestoration source, CartRestorationData target)Populate the target instance with values from the source instance.voidsetCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter)
-
-
-
Method Detail
-
getCartModificationConverter
protected Converter<CommerceCartModification,CartModificationData> getCartModificationConverter()
-
setCartModificationConverter
public void setCartModificationConverter(Converter<CommerceCartModification,CartModificationData> cartModificationConverter)
-
populate
public void populate(CommerceCartRestoration source, CartRestorationData target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CommerceCartRestoration,CartRestorationData>- Parameters:
source- the source objecttarget- the target to fill
-
-