Uses of Interface
de.hybris.platform.ruleengine.RuleActionMetadataHandler
-
Packages that use RuleActionMetadataHandler Package Description de.hybris.platform.couponservices de.hybris.platform.promotionengineservices.action.impl -
-
Uses of RuleActionMetadataHandler in de.hybris.platform.couponservices
Classes in de.hybris.platform.couponservices that implement RuleActionMetadataHandler Modifier and Type Class Description classRuleActionCouponMetadataHandlerAction metadata processor to handle coupon metadata. -
Uses of RuleActionMetadataHandler in de.hybris.platform.promotionengineservices.action.impl
Methods in de.hybris.platform.promotionengineservices.action.impl that return types with arguments of type RuleActionMetadataHandler Modifier and Type Method Description protected java.util.List<RuleActionMetadataHandler>AbstractRuleActionStrategy. getMetadataHandlers(java.lang.String mdKey)protected java.util.Map<java.lang.String,java.util.List<RuleActionMetadataHandler>>AbstractRuleActionStrategy. getRuleActionMetadataHandlers()Method parameters in de.hybris.platform.promotionengineservices.action.impl with type arguments of type RuleActionMetadataHandler Modifier and Type Method Description voidAbstractRuleActionStrategy. setRuleActionMetadataHandlers(java.util.Map<java.lang.String,java.util.List<RuleActionMetadataHandler>> ruleActionMetadataHandlers)
-