Uses of Class
de.hybris.platform.sap.productconfig.runtime.interf.PricingEngineException
Packages that use PricingEngineException
Package
Description
-
Uses of PricingEngineException in de.hybris.platform.sap.productconfig.rules.service.impl
Methods in de.hybris.platform.sap.productconfig.rules.service.impl that throw PricingEngineExceptionModifier and TypeMethodDescriptionprotected voidPricingRuleAwareServiceImpl.retrieveValuePrices(ConfigModel configModel) protected voidPricingRuleAwareServiceImpl.retrieveValuePrices(List<PriceValueUpdateModel> updateModels, String kbId, String configId) voidPricingRuleAwareServiceImplTest.testFillValuePrices()voidPricingRuleAwareServiceImplTest.testFillValuePricesException()voidPricingRuleAwareServiceImplTest.testRetrieveValuePricesForConfigModel()voidPricingRuleAwareServiceImplTest.testRetrieveValuePricesForPriceValueUpdateModel() -
Uses of PricingEngineException in de.hybris.platform.sap.productconfig.runtime.interf
Methods in de.hybris.platform.sap.productconfig.runtime.interf that throw PricingEngineExceptionModifier and TypeMethodDescriptionvoidPricingProvider.fillValuePrices(ConfigModel configModel) Fills value prices into the config modeldefault voidPricingProvider.fillValuePrices(ConfigModel configModel, ConfigurationRetrievalOptions options) Fills value prices into the config modelvoidPricingProvider.fillValuePrices(List<PriceValueUpdateModel> updateModels, String kbId) Fills absolute value prices or delta prices for all passed PriceValueUpdateModels dependent on setting in backofficedefault voidPricingProvider.fillValuePrices(List<PriceValueUpdateModel> updateModels, String kbId, ConfigurationRetrievalOptions options) Fills absolute value prices or delta prices for all passed PriceValueUpdateModels dependent on setting in backofficePricingProvider.getPriceSummary(String configId, ConfigurationRetrievalOptions options) Retrieves if present current total price, base price and selected options price -
Uses of PricingEngineException in de.hybris.platform.sap.productconfig.runtime.interf.impl
Methods in de.hybris.platform.sap.productconfig.runtime.interf.impl that throw PricingEngineExceptionModifier and TypeMethodDescriptionDefaultPricingProviderImpl.getPriceSummary(String configId, ConfigurationRetrievalOptions options) DummyPricingProvider.getPriceSummary(String configId, ConfigurationRetrievalOptions options) voidDefaultPricingProviderImplTest.testGetPriceSummary() -
Uses of PricingEngineException in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl
Methods in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl that throw PricingEngineExceptionModifier and TypeMethodDescriptionprotected voidSimplePricingProviderMockImplTest.checkPriceValueFromUpdateModel()voidSimplePricingProviderMockImpl.fillValuePrices(ConfigModel configModel) voidSimplePricingProviderMockImpl.fillValuePrices(List<PriceValueUpdateModel> updateModels, String configId) SimplePricingProviderMockImpl.getPriceSummary(String configId, ConfigurationRetrievalOptions options) voidSimplePricingProviderMockImplTest.testFillValuePrices()voidSimplePricingProviderMockImplTest.testFillValuePricesSelectively()voidSimplePricingProviderMockImplTest.testFillValuePricesSelectivelyForValuePricing()voidSimplePricingProviderMockImplTest.testFillValuePricesWithOptions()voidSimplePricingProviderMockImplTest.testGetPriceSummaryWithOptions() -
Uses of PricingEngineException in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that throw PricingEngineExceptionModifier and TypeMethodDescriptionprotected voidPricingServiceImpl.retrieveValuePrices(ConfigModel configModel) protected voidPricingServiceImpl.retrieveValuePrices(List<PriceValueUpdateModel> updateModels, String kbId, String configId) voidPricingServiceImplTest.testConfigNotFoundInCache()voidPricingServiceImplTest.testConfigNotFoundInCacheAndNotFromService()voidPricingServiceImplTest.testFillOverviewPrices()voidPricingServiceImplTest.testFillOverviewPricesException()voidPricingServiceImplTest.testFillValuePrices()voidPricingServiceImplTest.testFillValuePricesException()voidPricingServiceImplTest.testGetPriceSummaryFromCache()voidPricingServiceImplTest.testGetPriceSummaryShouldBeCached()voidPricingServiceImplTest.testGetPriceSummaryWithException()voidPricingServiceImplTest.testPricingNotFoundInCache()