Class CartProductVariantPopulator

java.lang.Object
de.hybris.platform.sap.productconfig.facades.populator.AbstractOrderProductVariantPopulator
de.hybris.platform.sap.productconfig.facades.populator.CartProductVariantPopulator
All Implemented Interfaces:
Populator<CartModel,CartData>

public class CartProductVariantPopulator extends AbstractOrderProductVariantPopulator implements Populator<CartModel,CartData>
Takes care of populating product variant relevant attributes for cart
  • Constructor Details

    • CartProductVariantPopulator

      public CartProductVariantPopulator()
  • Method Details

    • populate

      public void populate(CartModel source, CartData target)
      Description copied from interface: Populator
      Populate the target instance with values from the source instance.
      Specified by:
      populate in interface Populator<CartModel,CartData>
      Parameters:
      source - the source object
      target - the target to fill