Uses of Interface
de.hybris.platform.ruleengineservices.action.RuleActionStrategy
Packages that use RuleActionStrategy
Package
Description
-
Uses of RuleActionStrategy in de.hybris.platform.couponservices.action.impl
Classes in de.hybris.platform.couponservices.action.impl that implement RuleActionStrategyModifier and TypeClassDescriptionclassEncapsulates 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 RuleActionStrategyModifier and TypeClassDescriptionclassAbstract base class for Rule Action Strategy.classEncapsulates logic of adding new order entry and give a 100% discount for it.classEncapsulates logic of Rule Action processing for Cart total calculation.classEncapsulates logic of Cart total calculation after Line Item Discount as a Promotion Rule is applied.classEncapsulates logic of displaying potential promotion message.classEncapsulates 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 RuleActionStrategyModifier and TypeMethodDescriptionprotected RuleActionStrategyDefaultPromotionEngineService.getRuleActionStrategy(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 RuleActionStrategyModifier and TypeMethodDescriptionprotected List<RuleActionStrategy>DefaultPromotionEngineService.getStrategies()Method parameters in de.hybris.platform.promotionengineservices.promotionengine.impl with type arguments of type RuleActionStrategyModifier and TypeMethodDescriptionvoidDefaultPromotionEngineService.setStrategies(List<RuleActionStrategy> strategies) -
Uses of RuleActionStrategy in de.hybris.platform.ruleengineservices.action.impl
Classes in de.hybris.platform.ruleengineservices.action.impl that implement RuleActionStrategyModifier and TypeClassDescriptionclassThe DefaultNoOpRuleActionStrategy doesn't do anything.Methods in de.hybris.platform.ruleengineservices.action.impl that return RuleActionStrategyModifier and TypeMethodDescriptionprotected RuleActionStrategyDefaultRuleActionService.getRuleActionStrategy(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 RuleActionStrategyMethod parameters in de.hybris.platform.ruleengineservices.action.impl with type arguments of type RuleActionStrategyModifier and TypeMethodDescriptionvoidDefaultRuleActionService.setActionStrategiesMapping(Map<String, RuleActionStrategy> actionStrategiesMapping)