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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfillPricingData(PriceSummaryModel source, PricingData target) protected PriceDatagetPriceData(PriceModel priceModel) voidpopulate(PriceSummaryModel source, PricingData target) Populate the target instance with values from the source instance.voidsetConfigPricing(ConfigPricing configPricing)
-
Constructor Details
-
PriceSummaryPopulator
public PriceSummaryPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PriceSummaryModel,PricingData> - Parameters:
source- the source objecttarget- the target to fill
-
fillPricingData
- Parameters:
source-target-
-
getPriceData
- Parameters:
priceModel-
-
getConfigPricing
- Returns:
- the configPricing
-
setConfigPricing
- Parameters:
configPricing- the configPricing to set
-