Uses of Class
de.hybris.platform.sap.productconfig.runtime.interf.ConfigurationEngineException
-
-
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.rules.cps.handler.impl
Methods in de.hybris.platform.sap.productconfig.rules.cps.handler.impl that throw ConfigurationEngineException Modifier and Type Method Description voidCharacteristicValueRulesResultHandlerImplTest. setUp()voidConfigurationDependencyHandlerRulesCPSImplTest. setUp() -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.rules.service.impl
Methods in de.hybris.platform.sap.productconfig.rules.service.impl that throw ConfigurationEngineException Modifier and Type Method Description voidProductConfigurationRuleAwareServiceImplTest. testAdjustVariantConditionsUsingOptions()voidProductConfigurationRuleAwareServiceImplTest. testAdjustVariantConditionsUsingOptionsCurrentPriceDate()voidProductConfigurationRuleAwareServiceImplTest. testProvideConfigurationModelNoRuleEngine() -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.runtime.cps
Methods in de.hybris.platform.sap.productconfig.runtime.cps that throw ConfigurationEngineException Modifier and Type Method Description CPSConfigurationCharonFacade. getConfiguration(java.lang.String configId)Gets configuration, sends cookies along with request.java.lang.StringCharonFacade. getExternalConfiguration(java.lang.String configId)Retrieves the external representation for a given runtime configurationvoidRequestErrorHandler. processConfigurationRuntimeException(java.lang.RuntimeException e, java.lang.String configId)Processes runtime exceptions like timeout or non-existing server.CPSConfigurationRequestErrorHandler. processGetConfigurationError(com.hybris.charon.exp.HttpException ex, java.lang.String configId)processes exception from configuration create default configuration requestCPSExternalConfigurationRequestErrorHandler. processGetExternalConfigurationError(com.hybris.charon.exp.HttpException ex, java.lang.String configId)processes exception from get external configuration requestvoidRequestErrorHandler. processUpdateConfigurationError(com.hybris.charon.exp.HttpException ex, java.lang.String configId)processes exception from configuration update requestjava.lang.StringCharonFacade. updateConfiguration(CPSConfiguration configuration)Updates configuration, sends cookies along with request. -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.runtime.cps.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.impl that throw ConfigurationEngineException Modifier and Type Method Description java.lang.StringCPSConfigurationProvider. changeConfiguration(ConfigModel model)protected voidRequestErrorHandlerImpl. checkClientException412(com.hybris.charon.exp.HttpException ex)protected voidRequestErrorHandlerImpl. checkNotFound(com.hybris.charon.exp.HttpException ex)CPSConfigurationCharonFacadeImpl. getConfiguration(java.lang.String configId)java.lang.StringCharonFacadeImpl. getExternalConfiguration(java.lang.String configId)PriceSummaryModelCPSPricingProvider. getPriceSummary(java.lang.String configId, ConfigurationRetrievalOptions options)protected java.lang.StringCharonFacadeImpl. handleUpdateOwnCharacteristics(org.apache.commons.lang.mutable.MutableBoolean updateWasDone, CPSItem item, java.lang.String cfgId, java.lang.String currentVersion, java.lang.String itemId)protected java.lang.StringCharonFacadeImpl. handleUpdateSubItems(org.apache.commons.lang.mutable.MutableBoolean updateWasDone, CPSItem item, java.lang.String cfgId, java.lang.String currentVersion)protected CPSExternalConfigurationCharonFacadeImpl. placeGetExternalConfigurationRequest(java.lang.String configId)voidRequestErrorHandlerImpl. processConfigurationRuntimeException(java.lang.RuntimeException e, java.lang.String configId)CPSConfigurationRequestErrorHandlerImpl. processGetConfigurationError(com.hybris.charon.exp.HttpException ex, java.lang.String configId)CPSExternalConfigurationRequestErrorHandlerImpl. processGetExternalConfigurationError(com.hybris.charon.exp.HttpException ex, java.lang.String configId)voidRequestErrorHandlerImpl. processUpdateConfigurationError(com.hybris.charon.exp.HttpException ex, java.lang.String configId)protected CPSConfigurationCharonFacadeImpl. retrieveConfiguration(java.lang.String configId)protected CPSConfigurationCharonFacadeImpl. retrieveConfigurationFromClient(java.lang.String configId)ConfigModelCPSConfigurationProvider. retrieveConfigurationModel(java.lang.String configId)ConfigModelCPSConfigurationProvider. retrieveConfigurationModel(java.lang.String configId, ConfigurationRetrievalOptions options)java.lang.StringCPSConfigurationProvider. retrieveExternalConfiguration(java.lang.String configId)voidCharonFacadeImplTest. setup()voidCPSPricingProviderTest. setup()voidCPSConfigurationProviderTest. testChangeConfiguration()voidCPSConfigurationProviderTest. testChangeConfigurationNoUpdate()voidRequestErrorHandlerImplTest. testCheckNotFound()voidRequestErrorHandlerImplTest. testCheckNotFoundGenericException()voidCharonFacadeImplTest. testGetConfiguration()voidCPSConfigurationProviderTest. testGetConfiguration()voidCharonFacadeImplTest. testGetConfigurationCached()voidCharonFacadeImplTest. testGetConfigurationKbBuildCheck()voidCharonFacadeImplTest. testGetConfigurationTimeOutExceptionHappens()voidCharonFacadeImplTest. testGetConfigurationWithoutCookies()voidCharonFacadeImplTest. testGetConfigurationWithoutCookiesCPSReturnsNewCookies()voidCharonFacadeImplTest. testGetErrorHandlerCalled()voidCharonFacadeImplTest. testGetExternalConfiguration()voidCPSConfigurationProviderTest. testGetExternalConfiguration()voidCharonFacadeImplTest. testGetExternalConfiguration_invalidResponse()voidCharonFacadeImplTest. testGetExternalConfigurationNoCookies()voidCharonFacadeImplTest. testGetExternalConfigurationTimeOut()voidCharonFacadeImplTest. testGetExternalErrorHandlerCalled()voidCPSPricingProviderTest. testGetPriceSummaryNotNull()voidRequestErrorHandlerImplTest. testProcessConfigurationRuntimeException()voidRequestErrorHandlerImplTest. testProcessConfigurationRuntimeExceptionNoCauseAtAll()voidRequestErrorHandlerImplTest. testProcessConfigurationRuntimeExceptionOtherCause()voidRequestErrorHandlerImplTest. testProcessGetConfigurationForbiddenError()voidRequestErrorHandlerImplTest. testProcessGetExternalConfigurationError()voidRequestErrorHandlerImplTest. testProcessUpdateConfigurationErrorEtag()voidCharonFacadeImplTest. testRetrieveConfigurationAndSaveResponseAttributesKbBuildCheck()voidCPSConfigurationProviderTest. testRetrieveConfigurationWithOptions()voidCPSConfigurationProviderTest. testRetrieveConfigurationWithOptionsDiscountsNull()voidCharonFacadeImplTest. testUpdateConfiguration()voidCPSConfigurationProviderTest. testUpdateConfiguration()voidCharonFacadeImplTest. testUpdateConfigurationExceptionStillConfigCacheCleared()voidCharonFacadeImplTest. testUpdateConfigurationMultipleChanges()voidCharonFacadeImplTest. testUpdateConfigurationNoETag()voidCharonFacadeImplTest. testUpdateConfigurationNoUpdatePerformed()voidCharonFacadeImplTest. testUpdateConfigurationRootItemNull()voidCharonFacadeImplTest. testUpdateConfigurationRuntimeExceptionHappens()voidCharonFacadeImplTest. testUpdateConfigurationSavesCookie()voidCharonFacadeImplTest. testUpdateConfigurationSingleCstic()voidCharonFacadeImplTest. testUpdateConfigurationSingleCsticWrongNumberOFCookies()voidCharonFacadeImplTest. testUpdateConfigurationTimeOutExceptionHappens()voidCharonFacadeImplTest. testUpdateConfigurationWithoutCookies()voidCharonFacadeImplTest. testUpdateCPSCharacteristicForMultilevel()voidCharonFacadeImplTest. testUpdateCPSCharacteristicForSinglelevel()voidCharonFacadeImplTest. testUpdateErrorHandlerCalled()java.lang.StringCharonFacadeImpl. updateConfiguration(CPSConfiguration configuration)protected java.lang.StringCharonFacadeImpl. updateConfiguration(java.lang.String cfgId, java.lang.String version, java.lang.String itemId, java.lang.String csticId, CPSCharacteristicInput changes)booleanCPSConfigurationProvider. updateConfiguration(ConfigModel model)protected java.lang.StringCharonFacadeImpl. updateCPSCharacteristic(org.apache.commons.lang.mutable.MutableBoolean updateWasDone, CPSItem item, java.lang.String cfgId, java.lang.String currentVersion, java.lang.String itemId) -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.runtime.cps.pricing
Methods in de.hybris.platform.sap.productconfig.runtime.cps.pricing that throw ConfigurationEngineException Modifier and Type Method Description PriceSummaryModelPricingHandler. getPriceSummary(java.lang.String configId, ConfigurationRetrievalOptions options)Retrieves the price summary -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl
Methods in de.hybris.platform.sap.productconfig.runtime.cps.pricing.impl that throw ConfigurationEngineException Modifier and Type Method Description PriceSummaryModelPricingHandlerImpl. getPriceSummary(java.lang.String configId, ConfigurationRetrievalOptions options)voidPricingHandlerImplTest. testGetPriceSummary()voidPricingHandlerImplTest. testGetPriceSummaryNoConfiguration()voidPricingHandlerImplTest. testGetPriceSummaryNoDiscounts() -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.runtime.interf
Subclasses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.runtime.interf Modifier and Type Class Description classConfigurationNotFoundExceptionChecked exception for errors in the configuration runtime, special case when a configuration does not exist anymore.Methods in de.hybris.platform.sap.productconfig.runtime.interf that throw ConfigurationEngineException Modifier and Type Method Description java.lang.StringConfigurationProvider. changeConfiguration(ConfigModel model)Checks the configuration model for changes since the last update and will send only the changes to the configuration engine, if any.PriceSummaryModelPricingProvider. getPriceSummary(java.lang.String configId, ConfigurationRetrievalOptions options)Retrieves if present current total price, base price and selected options priceConfigModelConfigurationProvider. retrieveConfigurationModel(java.lang.String configId)Retrieve the current state of the configuration model for the requestedconfigId.default ConfigModelConfigurationProvider. retrieveConfigurationModel(java.lang.String configId, ConfigurationRetrievalOptions options)Retrieve the current state of the configuration model for the requestedconfigId.java.lang.StringConfigurationProvider. retrieveExternalConfiguration(java.lang.String configId)Retrieve the current state of the configuration for the requestedconfigIdas an XML string containing the configuration in external format.booleanConfigurationProvider. updateConfiguration(ConfigModel model)Checks the configuration model for changes since the last update and will send only the changes to the configuration engine, if any. -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.runtime.interf.impl
Methods in de.hybris.platform.sap.productconfig.runtime.interf.impl that throw ConfigurationEngineException Modifier and Type Method Description java.lang.StringDummyConfigurationProvider. changeConfiguration(ConfigModel model) -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl
Methods in de.hybris.platform.sap.productconfig.runtime.mock.provider.impl that throw ConfigurationEngineException Modifier and Type Method Description java.lang.StringConfigurationProviderMockImpl. changeConfiguration(ConfigModel model)voidConfigurationProviderMockImplTest. testCreateConfigurationFromExternalSource()voidConfigurationProviderMockImplTest. testGetExternalConfigExceptionForUnknownConfigId()voidConfigurationProviderMockImplTest. testGetExternalConfigNotNull()voidConfigurationProviderMockImplTest. testGetExternalConfigWellformed()voidConfigurationProviderMockImplTest. testGettingMultipleConfigsCorrectlyBasedOnConfigId()voidConfigurationProviderMockImplTest. testRetrieveExternalConfiguration() -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.runtime.ssc.impl
Methods in de.hybris.platform.sap.productconfig.runtime.ssc.impl that throw ConfigurationEngineException Modifier and Type Method Description java.lang.StringCommonConfigurationProviderSSCImpl. changeConfiguration(ConfigModel model)voidCommonConfigurationProviderSSCImplTest. testChangeConfiguration()voidCommonConfigurationProviderSSCImplTest. testReleaseSession() -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl that throw ConfigurationEngineException Modifier and Type Method Description voidPricingServiceImplTest. testConfigNotFoundInCache()voidPricingServiceImplTest. testConfigNotFoundInCacheAndNotFromService()voidPricingServiceImplTest. testFillOverviewPrices()voidPricingServiceImplTest. testFillOverviewPricesException()voidPricingServiceImplTest. testGetPriceSummaryShouldBeCached()voidPricingServiceImplTest. testGetPriceSummaryWithException()voidPricingServiceImplTest. testPricingNotFoundInCache()voidProductConfigurationServiceImplTest. testRetrieveConfigurationCached()voidProductConfigurationServiceImplTest. testRetrieveConfigurationEngineException()voidProductConfigurationServiceImplTest. testRetrieveConfigurationModelFromConfigurationEngineNullOptions()voidProductConfigurationServiceImplTest. testRetrieveConfigurationModelFromConfigurationEngineWithOptions()voidProductConfigurationPricingStrategyImplTest. testRetrieveCurrentTotalPriceSSC()voidProductConfigurationServiceImplTest. testRetrieveExternalConfigurationFailure()voidProductConfigurationServiceImplTest. testUpdateConfigurationEngineException()voidProductConfigurationServiceImplTest. testUpdateConfigurationInvalidateCache() -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.services.ssc.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.ssc.strategies.lifecycle.impl that throw ConfigurationEngineException Modifier and Type Method Description ConfigModelDefaultConfigurationLifecycleStrategyImpl. retrieveConfigurationModel(java.lang.String configId)ConfigModelDefaultConfigurationLifecycleStrategyImpl. retrieveConfigurationModel(java.lang.String configId, ConfigurationRetrievalOptions options)java.lang.StringDefaultConfigurationLifecycleStrategyImpl. retrieveExternalConfiguration(java.lang.String configId)booleanDefaultConfigurationLifecycleStrategyImpl. updateConfiguration(ConfigModel model) -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl that throw ConfigurationEngineException Modifier and Type Method Description ConfigModelPersistenceConfigurationLifecycleStrategyImpl. retrieveConfigurationModel(java.lang.String configId)ConfigModelPersistenceConfigurationLifecycleStrategyImpl. retrieveConfigurationModel(java.lang.String configId, ConfigurationRetrievalOptions options)java.lang.StringPersistenceConfigurationLifecycleStrategyImpl. retrieveExternalConfiguration(java.lang.String configId)voidPersistenceConfigurationLifecycleStrategyImplTest. setUp()voidPersistenceConfigurationLifecycleStrategyImplTest. testRetrieveConfigurationFromVariant()voidPersistenceConfigurationLifecycleStrategyImplTest. testRetrieveConfigurationModel()voidPersistenceConfigurationLifecycleStrategyImplTest. testRetrieveConfigurationModelWithOptions()voidPersistenceConfigurationLifecycleStrategyImplTest. testRetrieveExternalConfiguration()voidPersistenceConfigurationLifecycleStrategyImplTest. testUpdateConfiguration()voidPersistenceConfigurationLifecycleStrategyImplTest. testUpdateConfigurationNoUpdate()booleanPersistenceConfigurationLifecycleStrategyImpl. updateConfiguration(ConfigModel model) -
Uses of ConfigurationEngineException in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf that throw ConfigurationEngineException Modifier and Type Method Description ConfigModelConfigurationLifecycleStrategy. retrieveConfigurationModel(java.lang.String configId)Retrieve the current state of the configuration model for the requestedconfigId.ConfigModelConfigurationLifecycleStrategy. retrieveConfigurationModel(java.lang.String configId, ConfigurationRetrievalOptions options)Retrieve the current state of the configuration model for the requestedconfigId.java.lang.StringConfigurationLifecycleStrategy. retrieveExternalConfiguration(java.lang.String configId)Retrieve the current state of the configuration for the requestedconfigIdas an XML string containing the configuration in external format.booleanConfigurationLifecycleStrategy. updateConfiguration(ConfigModel model)Checks the configuration model for changes since the last update and will send only the changes to the configuration engine, if any.
-