Uses of Class
de.hybris.platform.sap.productconfig.runtime.interf.model.PriceSummaryModel
-
-
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return types with arguments of type PriceSummaryModel Modifier and Type Method Description protected Converter<PriceSummaryModel,PricingData>ConfigurationPricingFacadeImpl. getPriceSummaryConverter()Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type PriceSummaryModel Modifier and Type Method Description voidConfigurationPricingFacadeImpl. setPriceSummaryConverter(Converter<PriceSummaryModel,PricingData> priceSummaryConverter) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.facades.populator
Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type PriceSummaryModel Modifier and Type Method Description protected voidPriceSummaryPopulator. fillPricingData(PriceSummaryModel source, PricingData target)voidPriceSummaryPopulator. populate(PriceSummaryModel source, PricingData target) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.runtime.cps.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.impl that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelCPSPricingProvider. getPriceSummary(java.lang.String configId)Deprecated, for removal: This API element is subject to removal in a future version.since 18.11.0 - usePricingProvider.getPriceSummary(String, ConfigurationRetrievalOptions)insteadPriceSummaryModelCPSPricingProvider. getPriceSummary(java.lang.String configId, ConfigurationRetrievalOptions options) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.runtime.cps.pricing
Methods in de.hybris.platform.sap.productconfig.runtime.cps.pricing that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelPricingHandler. getPriceSummary(java.lang.String configId, ConfigurationRetrievalOptions options)Retrieves the price summary -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelPricingHandlerImpl. getPriceSummary(java.lang.String configId, ConfigurationRetrievalOptions options)protected PriceSummaryModelPricingHandlerImpl. preparePriceSummary(PricingDocumentResult pricingDocumentResult, PricingDocumentResult originalPricingDocumentResult) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.runtime.interf
Methods in de.hybris.platform.sap.productconfig.runtime.interf that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelConfigModelFactory. createInstanceOfPriceSummaryModel()Create an instance of thePriceSummaryModelPriceSummaryModelPricingProvider. getPriceSummary(java.lang.String configId)Deprecated, for removal: This API element is subject to removal in a future version.since 18.11.0 - usePricingProvider.getPriceSummary(String, ConfigurationRetrievalOptions)PriceSummaryModelPricingProvider. getPriceSummary(java.lang.String configId, ConfigurationRetrievalOptions options)Retrieves if present current total price, base price and selected options price -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.runtime.interf.impl
Methods in de.hybris.platform.sap.productconfig.runtime.interf.impl that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelConfigModelFactoryImpl. createInstanceOfPriceSummaryModel()PriceSummaryModelDefaultPricingProviderImpl. getPriceSummary(java.lang.String configId)Deprecated, for removal: This API element is subject to removal in a future version.since 18.11.0PriceSummaryModelDefaultPricingProviderImpl. getPriceSummary(java.lang.String configId, ConfigurationRetrievalOptions options)PriceSummaryModelDummyPricingProvider. getPriceSummary(java.lang.String configId)Deprecated, for removal: This API element is subject to removal in a future version.since 18.11.0 - usePricingProvider.getPriceSummary(String, ConfigurationRetrievalOptions)insteadPriceSummaryModelDummyPricingProvider. getPriceSummary(java.lang.String configId, ConfigurationRetrievalOptions options) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.runtime.interf.services
Methods in de.hybris.platform.sap.productconfig.runtime.interf.services that return types with arguments of type PriceSummaryModel Modifier and Type Method Description java.util.Map<java.lang.String,PriceSummaryModel>ProductConfigSessionAttributeContainer. getPriceSummaryStates()Method parameters in de.hybris.platform.sap.productconfig.runtime.interf.services with type arguments of type PriceSummaryModel Modifier and Type Method Description voidProductConfigSessionAttributeContainer. setPriceSummaryStates(java.util.Map<java.lang.String,PriceSummaryModel> priceSummaryStates) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.services
Methods in de.hybris.platform.sap.productconfig.services that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelSessionAccessService. getPriceSummaryState(java.lang.String configId)Deprecated, for removal: This API element is subject to removal in a future version.since 18.11.0 - callProductConfigurationCacheAccessService.getPriceSummaryState(String)insteadMethods in de.hybris.platform.sap.productconfig.services with parameters of type PriceSummaryModel Modifier and Type Method Description voidSessionAccessService. setPriceSummaryState(java.lang.String configId, PriceSummaryModel priceSummaryModel)Deprecated, for removal: This API element is subject to removal in a future version.since 18.11.0 - callProductConfigurationCacheAccessService.setPriceSummaryState(String, PriceSummaryModel )instead -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.services.cache
Methods in de.hybris.platform.sap.productconfig.services.cache that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelProductConfigurationCacheAccessService. getPriceSummaryState(java.lang.String configId)Retrieves the price summary for a given runtime configuration, specified via its runtime idMethods in de.hybris.platform.sap.productconfig.services.cache with parameters of type PriceSummaryModel Modifier and Type Method Description voidProductConfigurationCacheAccessService. setPriceSummaryState(java.lang.String configId, PriceSummaryModel priceSummaryModel)Puts the given price summary model into the price summary model state read cache -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.services.cache.impl
Methods in de.hybris.platform.sap.productconfig.services.cache.impl that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelProductConfigurationCacheAccessServiceImpl. getPriceSummaryState(java.lang.String configId)Methods in de.hybris.platform.sap.productconfig.services.cache.impl that return types with arguments of type PriceSummaryModel Modifier and Type Method Description protected ProductConfigurationCacheAccess<ProductConfigurationCacheKey,PriceSummaryModel>ProductConfigurationCacheAccessServiceImpl. getPriceSummaryCache()Methods in de.hybris.platform.sap.productconfig.services.cache.impl with parameters of type PriceSummaryModel Modifier and Type Method Description voidProductConfigurationCacheAccessServiceImpl. setPriceSummaryState(java.lang.String configId, PriceSummaryModel priceSummaryModel)Method parameters in de.hybris.platform.sap.productconfig.services.cache.impl with type arguments of type PriceSummaryModel Modifier and Type Method Description voidProductConfigurationCacheAccessServiceImpl. setPriceSummaryCache(ProductConfigurationCacheAccess<ProductConfigurationCacheKey,PriceSummaryModel> priceSummaryCache) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelPricingServiceImpl. getPriceSummary(java.lang.String configId)PriceSummaryModelSessionAccessServiceImpl. getPriceSummaryState(java.lang.String configId)Deprecated, for removal: This API element is subject to removal in a future version.since 18.11.0 - callProductConfigurationCacheAccessService.getPriceSummaryState(String)insteadMethods in de.hybris.platform.sap.productconfig.services.impl with parameters of type PriceSummaryModel Modifier and Type Method Description protected voidPricingServiceImpl. fillConfigPrices(PriceSummaryModel summary, ConfigModel configModel)voidSessionAccessServiceImpl. setPriceSummaryState(java.lang.String configId, PriceSummaryModel priceSummaryModel)Deprecated, for removal: This API element is subject to removal in a future version.since 18.11.0 - callProductConfigurationCacheAccessService.setPriceSummaryState(String, PriceSummaryModel)instead -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.services.intf
Methods in de.hybris.platform.sap.productconfig.services.intf that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelPricingService. getPriceSummary(java.lang.String configId)Retrieves if present current total price, base price and selected options price -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.services.testutil
Methods in de.hybris.platform.sap.productconfig.services.testutil that return PriceSummaryModel Modifier and Type Method Description PriceSummaryModelDummyCacheAccessService. getPriceSummaryState(java.lang.String configId)Methods in de.hybris.platform.sap.productconfig.services.testutil with parameters of type PriceSummaryModel Modifier and Type Method Description voidDummyCacheAccessService. setPriceSummaryState(java.lang.String configId, PriceSummaryModel priceSummaryModel)
-