Class AbstractTravelCommerceRAOAction
java.lang.Object
de.hybris.platform.ruleengineservices.rule.evaluation.actions.AbstractRuleExecutableSupport
de.hybris.platform.travelrulesengine.commerce.impl.AbstractTravelCommerceRAOAction
- All Implemented Interfaces:
de.hybris.platform.ruleengineservices.rule.evaluation.actions.RAOAction,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
- Direct Known Subclasses:
DefaultAdminFeeRAOAction,DefaultDiscardBundleRAOAction,DefaultDiscardTransportOfferingRAOAction,DefaultRetainFeeRAOAction
@Deprecated
public abstract class AbstractTravelCommerceRAOAction
extends de.hybris.platform.ruleengineservices.rule.evaluation.actions.AbstractRuleExecutableSupport
Deprecated.
Abstract Drools ROA action class to support travel specific calculation service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidsetTravelRuleEngineCalculationService(TravelRuleEngineCalculationService travelRuleEngineCalculationService) Deprecated.Methods inherited from class de.hybris.platform.ruleengineservices.rule.evaluation.actions.AbstractRuleExecutableSupport
addMetadataToRao, checkAndGetRuleContext, extractAmountForCurrency, getActionSupplementStrategies, getBeanName, getConfigurationService, getConsumptionSupport, getCurrencyUtils, getMetaDataFromRule, getMetaDataFromRule, getPriceAdjustmentStrategy, getRaoLookupService, getRaoUtils, getRuleCode, getRuleEngineCalculationService, getRuleGroupCode, getRuntimeTracker, isRuleGroupExclusive, mergeDiscounts, performAction, performActionInternal, postProcessAction, setActionSupplementStrategies, setBeanName, setConfigurationService, setConsumptionSupport, setCurrencyUtils, setPriceAdjustmentStrategy, setRaoLookupService, setRAOMetaData, setRaoUtils, setRuleEngineCalculationService, shouldPerformAction, splitEntriesSelectionStrategies, trackActionExecution, validateCurrencyIsoCode, validateParameters, validateRule, validateSelectionStrategy
-
Constructor Details
-
AbstractTravelCommerceRAOAction
public AbstractTravelCommerceRAOAction()Deprecated.
-
-
Method Details
-
getTravelRuleEngineCalculationService
Deprecated.- Returns:
- the travelRuleEngineCalculationService
-
setTravelRuleEngineCalculationService
public void setTravelRuleEngineCalculationService(TravelRuleEngineCalculationService travelRuleEngineCalculationService) Deprecated.- Parameters:
travelRuleEngineCalculationService- the travelRuleEngineCalculationService to set
-
AbstractRuleExecutableSupport.