Uses of Class
de.hybris.platform.sap.productconfig.runtime.cps.model.masterdata.pricing.CPSMasterDataVariantPriceKey
-
-
Uses of CPSMasterDataVariantPriceKey in de.hybris.platform.sap.productconfig.runtime.cps.cache
Methods in de.hybris.platform.sap.productconfig.runtime.cps.cache that return types with arguments of type CPSMasterDataVariantPriceKey Modifier and Type Method Description java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>CPSCache. getValuePricesMap(java.lang.String kbId, java.lang.String pricingProduct)Get ValuePrice from cacheMethod parameters in de.hybris.platform.sap.productconfig.runtime.cps.cache with type arguments of type CPSMasterDataVariantPriceKey Modifier and Type Method Description voidCPSCache. setValuePricesMap(java.lang.String kbId, java.lang.String pricingProduct, java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice> valuePricesMap)Sets ValuePrice into cache -
Uses of CPSMasterDataVariantPriceKey in de.hybris.platform.sap.productconfig.runtime.cps.cache.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.cache.impl that return types with arguments of type CPSMasterDataVariantPriceKey Modifier and Type Method Description protected ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>>CPSCacheImpl. getValuePricesCache()java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>CPSCacheImpl. getValuePricesMap(java.lang.String kbId, java.lang.String pricingProduct)Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.cache.impl with type arguments of type CPSMasterDataVariantPriceKey Modifier and Type Method Description voidCPSCacheImpl. setValuePricesCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>> valuePricesCache)voidCPSCacheImpl. setValuePricesMap(java.lang.String kbId, java.lang.String pricingProduct, java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice> valuePricesMap) -
Uses of CPSMasterDataVariantPriceKey in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl
Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.populator.impl with type arguments of type CPSMasterDataVariantPriceKey Modifier and Type Method Description voidPricesMapPopulator. populate(PricingDocumentResult source, java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice> target)protected voidPricesMapPopulator. processConditionResult(java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice> target, PricingItemResult item, java.lang.String docCurrency) -
Uses of CPSMasterDataVariantPriceKey in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl that return CPSMasterDataVariantPriceKey Modifier and Type Method Description protected CPSMasterDataVariantPriceKeyPricingHandlerImplTest. createPriceKey(java.lang.String productId, java.lang.String pricingKey)Methods in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl that return types with arguments of type CPSMasterDataVariantPriceKey Modifier and Type Method Description protected java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>PricingHandlerImpl. getPricesMap(MasterDataContext ctxt)protected Converter<PricingDocumentResult,java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>>PricingHandlerImpl. getPricesMapConverter()Method parameters in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl with type arguments of type CPSMasterDataVariantPriceKey Modifier and Type Method Description voidPricingHandlerImpl. setPricesMapConverter(Converter<PricingDocumentResult,java.util.Map<CPSMasterDataVariantPriceKey,CPSValuePrice>> pricesMapConverter)
-