Uses of Class
de.hybris.platform.promotionengineservices.model.AbstractRuleBasedPromotionActionModel
-
Packages that use AbstractRuleBasedPromotionActionModel Package Description de.hybris.platform.couponservices de.hybris.platform.couponservices.model Contains generated models for each type of de.hybris.platform.couponservices.jalo package.de.hybris.platform.promotionengineservices.action.impl de.hybris.platform.promotionengineservices.model Contains generated models for each type of de.hybris.platform.promotionengineservices.jalo package.de.hybris.platform.promotionengineservices.promotionengine.report.dao de.hybris.platform.promotionengineservices.promotionengine.report.dao.impl -
-
Uses of AbstractRuleBasedPromotionActionModel in de.hybris.platform.couponservices
Methods in de.hybris.platform.couponservices with parameters of type AbstractRuleBasedPromotionActionModel Modifier and Type Method Description voidRuleActionCouponMetadataHandler. handle(AbstractRuleBasedPromotionActionModel actionModel, java.lang.String metadataValue)voidRuleActionCouponMetadataHandler. undoHandle(AbstractRuleBasedPromotionActionModel actionModel) -
Uses of AbstractRuleBasedPromotionActionModel in de.hybris.platform.couponservices.model
Subclasses of AbstractRuleBasedPromotionActionModel in de.hybris.platform.couponservices.model Modifier and Type Class Description classRuleBasedAddCouponActionModelGenerated model class for type RuleBasedAddCouponAction first defined at extension couponservices. -
Uses of AbstractRuleBasedPromotionActionModel in de.hybris.platform.promotionengineservices.action.impl
Classes in de.hybris.platform.promotionengineservices.action.impl with type parameters of type AbstractRuleBasedPromotionActionModel Modifier and Type Class Description classAbstractRuleActionStrategy<A extends AbstractRuleBasedPromotionActionModel>Abstract base class for Rule Action Strategy.Methods in de.hybris.platform.promotionengineservices.action.impl with parameters of type AbstractRuleBasedPromotionActionModel Modifier and Type Method Description protected voidAbstractRuleActionStrategy. handleActionMetadata(AbstractRuleActionRAO action, AbstractRuleBasedPromotionActionModel actionModel)protected voidAbstractRuleActionStrategy. handleUndoActionMetadata(AbstractRuleBasedPromotionActionModel action) -
Uses of AbstractRuleBasedPromotionActionModel in de.hybris.platform.promotionengineservices.model
Subclasses of AbstractRuleBasedPromotionActionModel in de.hybris.platform.promotionengineservices.model Modifier and Type Class Description classRuleBasedOrderAddProductActionModelGenerated model class for type RuleBasedOrderAddProductAction first defined at extension promotionengineservices.classRuleBasedOrderAdjustTotalActionModelGenerated model class for type RuleBasedOrderAdjustTotalAction first defined at extension promotionengineservices.classRuleBasedOrderChangeDeliveryModeActionModelGenerated model class for type RuleBasedOrderChangeDeliveryModeAction first defined at extension promotionengineservices.classRuleBasedOrderEntryAdjustActionModelGenerated model class for type RuleBasedOrderEntryAdjustAction first defined at extension promotionengineservices.classRuleBasedPotentialPromotionMessageActionModelGenerated model class for type RuleBasedPotentialPromotionMessageAction first defined at extension promotionengineservices. -
Uses of AbstractRuleBasedPromotionActionModel in de.hybris.platform.promotionengineservices.promotionengine.report.dao
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.dao that return types with arguments of type AbstractRuleBasedPromotionActionModel Modifier and Type Method Description java.util.List<AbstractRuleBasedPromotionActionModel>RuleBasedPromotionActionDao. findRuleBasedPromotions(AbstractOrderModel order, java.util.Collection<DiscountValue> discountValues)Provides list ofAbstractRuleBasedPromotionActionModellinked to the order selected by discount values -
Uses of AbstractRuleBasedPromotionActionModel in de.hybris.platform.promotionengineservices.promotionengine.report.dao.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.dao.impl that return types with arguments of type AbstractRuleBasedPromotionActionModel Modifier and Type Method Description java.util.List<AbstractRuleBasedPromotionActionModel>DefaultRuleBasedPromotionActionDao. findRuleBasedPromotions(AbstractOrderModel order, java.util.Collection<DiscountValue> discountValues)
-