Uses of Class
de.hybris.platform.promotionengineservices.model.RuleBasedOrderAddProductActionModel
Packages that use RuleBasedOrderAddProductActionModel
-
Uses of RuleBasedOrderAddProductActionModel in de.hybris.platform.promotionengineservices.action.impl
Methods in de.hybris.platform.promotionengineservices.action.impl that return RuleBasedOrderAddProductActionModelModifier and TypeMethodDescriptionprotected RuleBasedOrderAddProductActionModelDefaultAddProductToCartActionStrategy.createOrderAddProductAction(AbstractRuleActionRAO action, int quantity, ProductModel product, PromotionResultModel promoResult) Methods in de.hybris.platform.promotionengineservices.action.impl with parameters of type RuleBasedOrderAddProductActionModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy.findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action, 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 RuleBasedOrderAddProductActionModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy.findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action, BiPredicate<RuleBasedOrderAddProductActionModel, AbstractOrderEntryModel> matchingCondition)