Class AcceleratorCartEntryActionPopulator
- java.lang.Object
-
- de.hybris.platform.acceleratorfacades.cart.action.populator.AcceleratorCartEntryActionPopulator
-
- All Implemented Interfaces:
Populator<AbstractOrderEntryModel,OrderEntryData>
public class AcceleratorCartEntryActionPopulator extends java.lang.Object implements Populator<AbstractOrderEntryModel,OrderEntryData>
Populates supported actions for a cart entry
-
-
Constructor Summary
Constructors Constructor Description AcceleratorCartEntryActionPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CartEntryActionHandlerRegistrygetCartEntryActionHandlerRegistry()voidpopulate(AbstractOrderEntryModel source, OrderEntryData target)Populate the target instance with values from the source instance.voidsetCartEntryActionHandlerRegistry(CartEntryActionHandlerRegistry cartEntryActionHandlerRegistry)
-
-
-
Method Detail
-
populate
public void populate(AbstractOrderEntryModel source, OrderEntryData target) throws ConversionException
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- Throws:
ConversionException- if an error occurs
-
getCartEntryActionHandlerRegistry
protected CartEntryActionHandlerRegistry getCartEntryActionHandlerRegistry()
-
setCartEntryActionHandlerRegistry
public void setCartEntryActionHandlerRegistry(CartEntryActionHandlerRegistry cartEntryActionHandlerRegistry)
-
-