Uses of Interface
de.hybris.platform.ruleengineservices.action.RuleActionStrategy
-
-
Uses of RuleActionStrategy in de.hybris.platform.couponservices.action.impl
Classes in de.hybris.platform.couponservices.action.impl that implement RuleActionStrategy Modifier and Type Class Description classDefaultAddCouponActionStrategyEncapsulates logic of adding coupon as rule action. -
Uses of RuleActionStrategy in de.hybris.platform.promotionengineservices.action.impl
Classes in de.hybris.platform.promotionengineservices.action.impl that implement RuleActionStrategy Modifier and Type Class Description classAbstractRuleActionStrategy<A extends AbstractRuleBasedPromotionActionModel>Abstract base class for Rule Action Strategy.classDefaultAddProductToCartActionStrategyEncapsulates logic of adding new order entry and give a 100% discount for it.classDefaultOrderAdjustTotalActionStrategyEncapsulates logic of Rule Action processing for Cart total calculation.classDefaultOrderEntryAdjustActionStrategyEncapsulates logic of Cart total calculation after Line Item Discount as a Promotion Rule is applied.classDefaultPotentialPromotionMessageActionStrategyEncapsulates logic of displaying potential promotion message.classDefaultShippingActionStrategyEncapsulates logic of Rule Action processing for setting Delivery options as a Promotion Action. -
Uses of RuleActionStrategy in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return RuleActionStrategy Modifier and Type Method Description protected RuleActionStrategyDefaultPromotionEngineService. getRuleActionStrategy(java.lang.String strategyId)returns theRuleActionStrategydefined in thestrategiesattribute of this service by looking up it's bean id.Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return types with arguments of type RuleActionStrategy Modifier and Type Method Description protected java.util.List<RuleActionStrategy>DefaultPromotionEngineService. getStrategies()Method parameters in de.hybris.platform.promotionengineservices.promotionengine.impl with type arguments of type RuleActionStrategy Modifier and Type Method Description voidDefaultPromotionEngineService. setStrategies(java.util.List<RuleActionStrategy> strategies) -
Uses of RuleActionStrategy in de.hybris.platform.ruleengineservices.action.impl
Classes in de.hybris.platform.ruleengineservices.action.impl that implement RuleActionStrategy Modifier and Type Class Description classDefaultNoOpRuleActionStrategyThe DefaultNoOpRuleActionStrategy doesn't do anything.Methods in de.hybris.platform.ruleengineservices.action.impl that return RuleActionStrategy Modifier and Type Method Description protected RuleActionStrategyDefaultRuleActionService. getRuleActionStrategy(java.lang.String strategyKey)returns theRuleActionStrategydefined in theactionStrategiesMappingattribute of this service by looking up it's hey.Methods in de.hybris.platform.ruleengineservices.action.impl that return types with arguments of type RuleActionStrategy Modifier and Type Method Description java.util.Map<java.lang.String,RuleActionStrategy>DefaultRuleActionService. getActionStrategiesMapping()Method parameters in de.hybris.platform.ruleengineservices.action.impl with type arguments of type RuleActionStrategy Modifier and Type Method Description voidDefaultRuleActionService. setActionStrategiesMapping(java.util.Map<java.lang.String,RuleActionStrategy> actionStrategiesMapping)
-