Uses of Class
de.hybris.platform.promotions.model.PromotionResultModel
Packages that use PromotionResultModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
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 PromotionResultModelModifier and TypeMethodDescriptionDefaultTmaPromotionAddProductToCartActionStrategy.apply(AbstractRuleActionRAO action) Methods in de.hybris.platform.b2ctelcoservices.promotion.action.impl with parameters of type PromotionResultModelModifier and TypeMethodDescriptionprotected 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 PromotionResultModelModifier and TypeMethodDescriptionAbstractOrderModel.getAllPromotionResults()Generated method - Getter of theAbstractOrder.allPromotionResultsattribute defined at extensionpromotions.Method parameters in de.hybris.platform.core.model.order with type arguments of type PromotionResultModelModifier and TypeMethodDescriptionvoidAbstractOrderModel.setAllPromotionResults(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 PromotionResultModelMethods in de.hybris.platform.promotionengineservices.promotionengine.report.data with parameters of type PromotionResultModelModifier and TypeMethodDescriptionvoidPromotionEngineResult.setPromotionResult(PromotionResultModel promotionResult) -
Uses of PromotionResultModel in de.hybris.platform.promotions.model
Subclasses of PromotionResultModel in de.hybris.platform.promotions.modelModifier and TypeClassDescriptionclassGenerated model class for type CachedPromotionResult first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return PromotionResultModelModifier and TypeMethodDescriptionAbstractPromotionActionModel.getPromotionResult()Generated method - Getter of theAbstractPromotionAction.promotionResultattribute defined at extensionpromotions.PromotionOrderEntryConsumedModel.getPromotionResult()Generated method - Getter of thePromotionOrderEntryConsumed.promotionResultattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model with parameters of type PromotionResultModelModifier and TypeMethodDescriptionvoidAbstractPromotionActionModel.setPromotionResult(PromotionResultModel value) Generated method - Setter ofAbstractPromotionAction.promotionResultattribute defined at extensionpromotions.voidPromotionOrderEntryConsumedModel.setPromotionResult(PromotionResultModel value) Generated method - Setter ofPromotionOrderEntryConsumed.promotionResultattribute defined at extensionpromotions.