Uses of Class
de.hybris.platform.sap.productconfig.runtime.interf.model.PriceSummaryModel
Packages that use PriceSummaryModel
Package
Description
-
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 PriceSummaryModelModifier and TypeMethodDescriptionprotected Converter<PriceSummaryModel,PricingData> ConfigurationPricingFacadeImpl.getPriceSummaryConverter()Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type PriceSummaryModelModifier and TypeMethodDescriptionvoidConfigurationPricingFacadeImpl.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 PriceSummaryModelModifier and TypeMethodDescriptionprotected voidPriceSummaryPopulator.fillPricingData(PriceSummaryModel source, PricingData target) voidPriceSummaryPopulator.populate(PriceSummaryModel source, PricingData target) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.runtime.interf
Methods in de.hybris.platform.sap.productconfig.runtime.interf that return PriceSummaryModelModifier and TypeMethodDescriptionConfigModelFactory.createInstanceOfPriceSummaryModel()Create an instance of thePriceSummaryModelPricingProvider.getPriceSummary(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 PriceSummaryModelModifier and TypeMethodDescriptionConfigModelFactoryImpl.createInstanceOfPriceSummaryModel()DefaultPricingProviderImpl.getPriceSummary(String configId, ConfigurationRetrievalOptions options) DummyPricingProvider.getPriceSummary(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 PriceSummaryModelMethod parameters in de.hybris.platform.sap.productconfig.runtime.interf.services with type arguments of type PriceSummaryModelModifier and TypeMethodDescriptionvoidProductConfigSessionAttributeContainer.setPriceSummaryStates(Map<String, PriceSummaryModel> priceSummaryStates) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl
Methods in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl that return PriceSummaryModelModifier and TypeMethodDescriptionSimplePricingProviderMockImpl.getPriceSummary(String configId, ConfigurationRetrievalOptions options) protected PriceSummaryModelSimplePricingProviderMockImpl.getPriceSummaryModelMocked(String configId) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.services.cache
Methods in de.hybris.platform.sap.productconfig.services.cache that return PriceSummaryModelModifier and TypeMethodDescriptionProductConfigurationCacheAccessService.getPriceSummaryState(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 PriceSummaryModelModifier and TypeMethodDescriptionvoidProductConfigurationCacheAccessService.setPriceSummaryState(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 PriceSummaryModelModifier and TypeMethodDescriptionProductConfigurationCacheAccessServiceImpl.getPriceSummaryState(String configId) Methods in de.hybris.platform.sap.productconfig.services.cache.impl that return types with arguments of type PriceSummaryModelModifier and TypeMethodDescriptionProductConfigurationCacheAccessServiceImpl.getPriceSummaryCache()Methods in de.hybris.platform.sap.productconfig.services.cache.impl with parameters of type PriceSummaryModelModifier and TypeMethodDescriptionvoidProductConfigurationCacheAccessServiceImpl.setPriceSummaryState(String configId, PriceSummaryModel priceSummaryModel) Method parameters in de.hybris.platform.sap.productconfig.services.cache.impl with type arguments of type PriceSummaryModelModifier and TypeMethodDescriptionvoidProductConfigurationCacheAccessServiceImpl.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 PriceSummaryModelMethods in de.hybris.platform.sap.productconfig.services.impl with parameters of type PriceSummaryModelModifier and TypeMethodDescriptionprotected voidPricingServiceImpl.fillConfigPrices(PriceSummaryModel summary, ConfigModel configModel) -
Uses of PriceSummaryModel in de.hybris.platform.sap.productconfig.services.intf
Methods in de.hybris.platform.sap.productconfig.services.intf that return PriceSummaryModelModifier and TypeMethodDescriptionPricingService.getPriceSummary(String configId) Retrieves if present current total price, base price and selected options price