Uses of Class
de.hybris.platform.promotionengineservices.model.RuleBasedOrderAddProductActionModel
-
Packages that use RuleBasedOrderAddProductActionModel Package Description de.hybris.platform.promotionengineservices.action.impl -
-
Uses of RuleBasedOrderAddProductActionModel in de.hybris.platform.promotionengineservices.action.impl
Methods in de.hybris.platform.promotionengineservices.action.impl that return RuleBasedOrderAddProductActionModel Modifier and Type Method Description protected RuleBasedOrderAddProductActionModelDefaultAddProductToCartActionStrategy. createOrderAddProductAction(AbstractRuleActionRAO action, int quantity, ProductModel product, PromotionResultModel promoResult)Methods in de.hybris.platform.promotionengineservices.action.impl with parameters of type RuleBasedOrderAddProductActionModel Modifier and Type Method Description protected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy. findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action, java.util.function.BiPredicate<RuleBasedOrderAddProductActionModel,AbstractOrderEntryModel> matchingCondition)protected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy. findOrderEntryForUndo(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action)tries to find an order entry usable for theDefaultAddProductToCartActionStrategy.undo(ItemModel)method based on matching product, quantity andgiveAwayflag: First tries to match an order entry that is marked asgiveAwaywith the same product and quantity.Method parameters in de.hybris.platform.promotionengineservices.action.impl with type arguments of type RuleBasedOrderAddProductActionModel Modifier and Type Method Description protected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy. findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action, java.util.function.BiPredicate<RuleBasedOrderAddProductActionModel,AbstractOrderEntryModel> matchingCondition)
-