Class PricesMapPopulator
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.populator.impl.PricesMapPopulator
-
- All Implemented Interfaces:
Populator<PricingDocumentResult,java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>>
public class PricesMapPopulator extends java.lang.Object implements Populator<PricingDocumentResult,java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>>
Responsible populating map of prices
-
-
Constructor Summary
Constructors Constructor Description PricesMapPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(PricingDocumentResult source, java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice> target)Populate the target instance with values from the source instance.protected voidprocessConditionResult(java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice> target, PricingItemResult item, java.lang.String docCurrency)
-
-
-
Method Detail
-
populate
public void populate(PricingDocumentResult source, java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice> target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PricingDocumentResult,java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>>- Parameters:
source- the source objecttarget- the target to fill
-
processConditionResult
protected void processConditionResult(java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice> target, PricingItemResult item, java.lang.String docCurrency)
-
-