Class RuleHaltRAOAction
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rule.evaluation.actions.AbstractRuleExecutableSupport
-
- de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl.RuleHaltRAOAction
-
- All Implemented Interfaces:
RAOAction,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
public class RuleHaltRAOAction extends AbstractRuleExecutableSupport
-
-
Constructor Summary
Constructors Constructor Description RuleHaltRAOAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleanallowedByRuntimeConfiguration(RuleActionContext context)Deprecated, for removal: This API element is subject to removal in a future version.(as superclass method is deprecated as well)booleanperformActionInternal(RuleActionContext context)template method called inside ofAbstractRuleExecutableSupport.performAction(RuleActionContext)protected voidvalidateParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)-
Methods inherited from class de.hybris.platform.ruleengineservices.rule.evaluation.actions.AbstractRuleExecutableSupport
addMetadataToRao, checkAndGetRuleContext, extractAmountForCurrency, filterByRuleGroup, getActionSupplementStrategies, getBeanName, getConfigurationService, getConsumptionSupport, getCurrencyUtils, getMetaDataFromRule, getMetaDataFromRule, getPriceAdjustmentStrategy, getRaoLookupService, getRaoUtils, getRuleCode, getRuleConfigurationRRD, getRuleConfigurationRRDFilter, getRuleEngineCalculationService, getRuleGroupCode, getRuleGroupExecutionRRD, getRuleGroupExecutionRRDFilter, getRuntimeTracker, isRuleGroupExclusive, isUseDeprecatedRRDs, mergeDiscounts, performAction, postProcessAction, setActionSupplementStrategies, setBeanName, setConfigurationService, setConsumptionSupport, setCurrencyUtils, setPriceAdjustmentStrategy, setRaoLookupService, setRAOMetaData, setRaoUtils, setRuleEngineCalculationService, setUseDeprecatedRRDs, shouldPerformAction, splitEntriesSelectionStrategies, trackActionExecution, validateCurrencyIsoCode, validateRule, validateSelectionStrategy
-
-
-
-
Method Detail
-
performActionInternal
public boolean performActionInternal(RuleActionContext context)
Description copied from class:AbstractRuleExecutableSupporttemplate method called inside ofAbstractRuleExecutableSupport.performAction(RuleActionContext)- Overrides:
performActionInternalin classAbstractRuleExecutableSupport- Parameters:
context- the context- Returns:
- true if the action was performed successfully, otherwise false
-
validateParameters
protected void validateParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
- Overrides:
validateParametersin classAbstractRuleExecutableSupport
-
allowedByRuntimeConfiguration
@Deprecated(since="20.05", forRemoval=true) protected boolean allowedByRuntimeConfiguration(RuleActionContext context)Deprecated, for removal: This API element is subject to removal in a future version.(as superclass method is deprecated as well)- Overrides:
allowedByRuntimeConfigurationin classAbstractRuleExecutableSupport- Parameters:
context- instance ofRuleActionContext- Returns:
- true if the execution is allowed
-
-