Class DeltaPricePopulator
java.lang.Object
de.hybris.platform.sap.productconfig.facades.populator.DeltaPricePopulator
- All Implemented Interfaces:
Populator<PriceValueUpdateModel,PriceValueUpdateData>
public class DeltaPricePopulator
extends Object
implements Populator<PriceValueUpdateModel,PriceValueUpdateData>
Populates a price summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringbuildCsticKey(CsticQualifier csticQualifier) protected Map<String,PriceDataPair> fillPrices(Map<String, PriceModel> priceModels) protected ConfigPricingprotected UniqueUIKeyGeneratorvoidpopulate(PriceValueUpdateModel source, PriceValueUpdateData target) Populate the target instance with values from the source instance.voidsetConfigPricing(ConfigPricing configPricing) voidsetUiKeyGenerator(UniqueUIKeyGenerator uiKeyGenerator)
-
Constructor Details
-
DeltaPricePopulator
public DeltaPricePopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PriceValueUpdateModel,PriceValueUpdateData> - Parameters:
source- the source objecttarget- the target to fill
-
fillPrices
-
buildCsticKey
- Parameters:
csticQualifier-- Returns:
- cstic key as string in format instanceId-instanceName.groupName.csticName
-
getUiKeyGenerator
-
setUiKeyGenerator
- Parameters:
uiKeyGenerator- the uiKeyGenerator to set
-
getConfigPricing
-
setConfigPricing
- Parameters:
configPricing- the configPricing to set
-