Class PriceSummaryPopulator

java.lang.Object
de.hybris.platform.sap.productconfig.facades.populator.PriceSummaryPopulator
All Implemented Interfaces:
Populator<PriceSummaryModel,PricingData>

public class PriceSummaryPopulator extends Object implements Populator<PriceSummaryModel,PricingData>
Populates a price summary
  • Constructor Details

    • PriceSummaryPopulator

      public PriceSummaryPopulator()
  • Method Details

    • populate

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

      protected void fillPricingData(PriceSummaryModel source, PricingData target)
      Parameters:
      source -
      target -
    • getPriceData

      protected PriceData getPriceData(PriceModel priceModel)
      Parameters:
      priceModel -
    • getConfigPricing

      public ConfigPricing getConfigPricing()
      Returns:
      the configPricing
    • setConfigPricing

      public void setConfigPricing(ConfigPricing configPricing)
      Parameters:
      configPricing - the configPricing to set