Class QuoteProductVariantPopulator

java.lang.Object
de.hybris.platform.sap.productconfig.facades.populator.AbstractOrderProductVariantPopulator
de.hybris.platform.sap.productconfig.facades.populator.QuoteProductVariantPopulator
All Implemented Interfaces:
Populator<QuoteModel,QuoteData>

public class QuoteProductVariantPopulator extends AbstractOrderProductVariantPopulator implements Populator<QuoteModel,QuoteData>
Takes care of populating product variant relevant attributes for quotes
  • Constructor Details

    • QuoteProductVariantPopulator

      public QuoteProductVariantPopulator()
  • Method Details

    • populate

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