Uses of Class
de.hybris.platform.ruleengineservices.RuleEngineServiceException
-
-
Uses of RuleEngineServiceException in de.hybris.platform.personalizationpromotions.action
Methods in de.hybris.platform.personalizationpromotions.action that throw RuleEngineServiceException Modifier and Type Method Description protected voidCxPromotionActionIntegrationTest. publishPromotions(java.lang.String... codes)protected voidCxPromotionEvaluationIntegrationTest. publishPromotions(java.lang.String... codes) -
Uses of RuleEngineServiceException in de.hybris.platform.personalizationpromotionsweb.queries
Methods in de.hybris.platform.personalizationpromotionsweb.queries that throw RuleEngineServiceException Modifier and Type Method Description protected voidCxPromotionsQueryIntegrationTest. publishPromotions(java.lang.String... codes) -
Uses of RuleEngineServiceException in de.hybris.platform.ruledefinitions.validation
Methods in de.hybris.platform.ruledefinitions.validation that throw RuleEngineServiceException Modifier and Type Method Description voidRulePositiveNumberParameterValidatorTest. testValueIsNegative() -
Uses of RuleEngineServiceException in de.hybris.platform.ruleengineservices.rule.strategies
Subclasses of RuleEngineServiceException in de.hybris.platform.ruleengineservices.rule.strategies Modifier and Type Class Description classRuleConverterExceptionclassRuleParameterValueMapperException -
Uses of RuleEngineServiceException in de.hybris.platform.sap.productconfig.rules.cps.integrationtests
Methods in de.hybris.platform.sap.productconfig.rules.cps.integrationtests that throw RuleEngineServiceException Modifier and Type Method Description voidProductConfigRulesCPSIntegrationTest. testShowMessagesOnProductAndCsticLevels() -
Uses of RuleEngineServiceException in de.hybris.platform.sap.productconfig.rules.integrationtests
Methods in de.hybris.platform.sap.productconfig.rules.integrationtests that throw RuleEngineServiceException Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>ProductConfigRulesTest. prepareAndPublishRule(java.lang.String... ruleNames)voidProductConfigRulesIntegrationTest. testDefaultMessageNotShownWhenDefaultValueModified()see also TIGER-2285voidProductConfigRulesIntegrationTest. testDoesNotHaveValueConditionAndDisplayMessageOnly()voidProductConfigRulesIntegrationTest. testModifyDefaultConfigAndRemoveAssignableValueBasedOnCartNoMessage()voidProductConfigRulesIntegrationTest. testModifyDefaultConfigOfVariantDefaultMessage()voidProductConfigRulesIntegrationTest. testNumericConditionOverThousand()Condition in rule checks for 1,500 (which is also displayed on UI, if you enter 1500.0), however the RAO contains 1500.0 Fix: use ValueFormatTranslator for numeric CStics to get formatted string to be set into RAO.voidProductConfigRulesIntegrationTest. testNumericConditionUnderThousand()Condition in rule checks for 500 (which is also displayed on UI, if you enter 500.0), however the RAO contains 500 Fix: use ValueFormatTranslator for numeric CStics to get formatted string to be set into RAO.voidProductConfigRulesIntegrationTest. testRemoveAssignableValueNoMessage()voidProductConfigRulesIntegrationTest. testRuleForBaseStore_allBaseStores()voidProductConfigRulesIntegrationTest. testRuleForBaseStore_dummyStore()voidProductConfigRulesIntegrationTest. testRuleForBaseStore_testConfigureStore()voidProductConfigRulesIntegrationTest. testSetDisplayOnlyHideAnotherWarnMessage()voidProductConfigRulesIntegrationTest. testShowMessagesOnProductAndCsticLevels()voidProductConfigRulesIntegrationTest. testSupportMultilevelConfiguration()
-