Uses of Class
de.hybris.platform.promotions.model.AbstractPromotionActionModel
-
Packages that use AbstractPromotionActionModel Package Description de.hybris.platform.couponservices.model Contains generated models for each type of de.hybris.platform.couponservices.jalo package.de.hybris.platform.promotionengineservices.model Contains generated models for each type of de.hybris.platform.promotionengineservices.jalo package.de.hybris.platform.promotionengineservices.promotionengine.impl de.hybris.platform.promotions.model Contains generated models for each type of de.hybris.platform.promotions.jalo package. -
-
Uses of AbstractPromotionActionModel in de.hybris.platform.couponservices.model
Subclasses of AbstractPromotionActionModel in de.hybris.platform.couponservices.model Modifier and Type Class Description classRuleBasedAddCouponActionModelGenerated model class for type RuleBasedAddCouponAction first defined at extension couponservices. -
Uses of AbstractPromotionActionModel in de.hybris.platform.promotionengineservices.model
Subclasses of AbstractPromotionActionModel in de.hybris.platform.promotionengineservices.model Modifier and Type Class Description classAbstractRuleBasedPromotionActionModelGenerated model class for type AbstractRuleBasedPromotionAction first defined at extension promotionengineservices.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 AbstractPromotionActionModel in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl with parameters of type AbstractPromotionActionModel Modifier and Type Method Description protected voidDefaultPromotionEngineService. undoPromotionAction(AbstractPromotionActionModel action) -
Uses of AbstractPromotionActionModel in de.hybris.platform.promotions.model
Subclasses of AbstractPromotionActionModel in de.hybris.platform.promotions.model Modifier and Type Class Description classCachedPromotionNullActionModelGenerated model class for type CachedPromotionNullAction first defined at extension promotions.classCachedPromotionOrderAddFreeGiftActionModelGenerated model class for type CachedPromotionOrderAddFreeGiftAction first defined at extension promotions.classCachedPromotionOrderAdjustTotalActionModelGenerated model class for type CachedPromotionOrderAdjustTotalAction first defined at extension promotions.classCachedPromotionOrderChangeDeliveryModeActionModelGenerated model class for type CachedPromotionOrderChangeDeliveryModeAction first defined at extension promotions.classCachedPromotionOrderEntryAdjustActionModelGenerated model class for type CachedPromotionOrderEntryAdjustAction first defined at extension promotions.classPromotionNullActionModelGenerated model class for type PromotionNullAction first defined at extension promotions.classPromotionOrderAddFreeGiftActionModelGenerated model class for type PromotionOrderAddFreeGiftAction first defined at extension promotions.classPromotionOrderAdjustTotalActionModelGenerated model class for type PromotionOrderAdjustTotalAction first defined at extension promotions.classPromotionOrderChangeDeliveryModeActionModelGenerated model class for type PromotionOrderChangeDeliveryModeAction first defined at extension promotions.classPromotionOrderEntryAdjustActionModelGenerated model class for type PromotionOrderEntryAdjustAction first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return types with arguments of type AbstractPromotionActionModel Modifier and Type Method Description java.util.Collection<AbstractPromotionActionModel>PromotionResultModel. getActions()Generated method - Getter of thePromotionResult.actionsattribute defined at extensionpromotions.java.util.Set<AbstractPromotionActionModel>PromotionResultModel. getAllPromotionActions()Generated method - Getter of thePromotionResult.allPromotionActionsattribute defined at extensionpromotions.java.util.Collection<AbstractPromotionActionModel>CachedPromotionResultModel. getCachedActions()Generated method - Getter of theCachedPromotionResult.cachedActionsattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type AbstractPromotionActionModel Modifier and Type Method Description voidPromotionResultModel. setActions(java.util.Collection<AbstractPromotionActionModel> value)Generated method - Setter ofPromotionResult.actionsattribute defined at extensionpromotions.voidPromotionResultModel. setAllPromotionActions(java.util.Set<AbstractPromotionActionModel> value)Generated method - Setter ofPromotionResult.allPromotionActionsattribute defined at extensionpromotions.voidCachedPromotionResultModel. setCachedActions(java.util.Collection<AbstractPromotionActionModel> value)Generated method - Setter ofCachedPromotionResult.cachedActionsattribute defined at extensionpromotions.
-