Uses of Class
de.hybris.platform.promotions.model.PromotionResultModel
-
Packages that use PromotionResultModel Package Description de.hybris.platform.b2ctelcoservices.promotion.action.impl de.hybris.platform.core.model.order Contains generated models for each type of de.hybris.platform.jalo.order package.de.hybris.platform.promotionengineservices.promotionengine.report.data de.hybris.platform.promotions.model Contains generated models for each type of de.hybris.platform.promotions.jalo package. -
-
Uses of PromotionResultModel in de.hybris.platform.b2ctelcoservices.promotion.action.impl
Methods in de.hybris.platform.b2ctelcoservices.promotion.action.impl that return types with arguments of type PromotionResultModel Modifier and Type Method Description java.util.List<PromotionResultModel>DefaultTmaPromotionAddProductToCartActionStrategy. apply(AbstractRuleActionRAO action)Methods in de.hybris.platform.b2ctelcoservices.promotion.action.impl with parameters of type PromotionResultModel Modifier and Type Method Description protected voidDefaultTmaPromotionAddProductToCartActionStrategy. applyPromotion(PromotionResultModel appliedPromotion) -
Uses of PromotionResultModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type PromotionResultModel Modifier and Type Method Description java.util.Set<PromotionResultModel>AbstractOrderModel. getAllPromotionResults()Generated method - Getter of theAbstractOrder.allPromotionResultsattribute defined at extensionpromotions.Method parameters in de.hybris.platform.core.model.order with type arguments of type PromotionResultModel Modifier and Type Method Description voidAbstractOrderModel. setAllPromotionResults(java.util.Set<PromotionResultModel> value)Generated method - Setter ofAbstractOrder.allPromotionResultsattribute defined at extensionpromotions. -
Uses of PromotionResultModel in de.hybris.platform.promotionengineservices.promotionengine.report.data
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.data that return PromotionResultModel Modifier and Type Method Description PromotionResultModelPromotionEngineResult. getPromotionResult()Methods in de.hybris.platform.promotionengineservices.promotionengine.report.data with parameters of type PromotionResultModel Modifier and Type Method Description voidPromotionEngineResult. setPromotionResult(PromotionResultModel promotionResult) -
Uses of PromotionResultModel in de.hybris.platform.promotions.model
Subclasses of PromotionResultModel in de.hybris.platform.promotions.model Modifier and Type Class Description classCachedPromotionResultModelGenerated model class for type CachedPromotionResult first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return PromotionResultModel Modifier and Type Method Description PromotionResultModelAbstractPromotionActionModel. getPromotionResult()Generated method - Getter of theAbstractPromotionAction.promotionResultattribute defined at extensionpromotions.PromotionResultModelPromotionOrderEntryConsumedModel. getPromotionResult()Generated method - Getter of thePromotionOrderEntryConsumed.promotionResultattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model with parameters of type PromotionResultModel Modifier and Type Method Description voidAbstractPromotionActionModel. setPromotionResult(PromotionResultModel value)Generated method - Setter ofAbstractPromotionAction.promotionResultattribute defined at extensionpromotions.voidPromotionOrderEntryConsumedModel. setPromotionResult(PromotionResultModel value)Generated method - Setter ofPromotionOrderEntryConsumed.promotionResultattribute defined at extensionpromotions.
-