Uses of Class
de.hybris.platform.promotions.model.AbstractPromotionModel
Packages that use AbstractPromotionModel
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorservices.jalo.promotions package.
Contains generated models for each type of de.hybris.platform.promotionengineservices.jalo package.
Contains generated models for each type of de.hybris.platform.promotions.jalo package.
-
Uses of AbstractPromotionModel in de.hybris.platform.acceleratorservices.model.promotions
Modifier and TypeClassDescriptionclassGenerated model class for type AcceleratorProductBOGOFPromotion first defined at extension acceleratorservices.classGenerated model class for type AcceleratorProductMultiBuyPromotion first defined at extension acceleratorservices. -
Uses of AbstractPromotionModel in de.hybris.platform.promotionengineservices.model
Subclasses of AbstractPromotionModel in de.hybris.platform.promotionengineservices.modelModifier and TypeClassDescriptionclassGenerated model class for type RuleBasedPromotion first defined at extension promotionengineservices. -
Uses of AbstractPromotionModel in de.hybris.platform.promotions.model
Subclasses of AbstractPromotionModel in de.hybris.platform.promotions.modelModifier and TypeClassDescriptionclassGenerated model class for type OrderPromotion first defined at extension promotions.classGenerated model class for type OrderThresholdChangeDeliveryModePromotion first defined at extension promotions.classGenerated model class for type OrderThresholdDiscountPromotion first defined at extension promotions.classGenerated model class for type OrderThresholdFreeGiftPromotion first defined at extension promotions.classGenerated model class for type OrderThresholdFreeVoucherPromotion first defined at extension promotions.classGenerated model class for type OrderThresholdPerfectPartnerPromotion first defined at extension promotions.classGenerated model class for type ProductBOGOFPromotion first defined at extension promotions.classGenerated model class for type ProductBundlePromotion first defined at extension promotions.classGenerated model class for type ProductFixedPricePromotion first defined at extension promotions.classGenerated model class for type ProductMultiBuyPromotion first defined at extension promotions.classGenerated model class for type ProductOneToOnePerfectPartnerPromotion first defined at extension promotions.classGenerated model class for type ProductPercentageDiscountPromotion first defined at extension promotions.classGenerated model class for type ProductPerfectPartnerBundlePromotion first defined at extension promotions.classGenerated model class for type ProductPerfectPartnerPromotion first defined at extension promotions.classGenerated model class for type ProductPromotion first defined at extension promotions.classGenerated model class for type ProductSteppedMultiBuyPromotion first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return AbstractPromotionModelModifier and TypeMethodDescriptionAbstractPromotionRestrictionModel.getPromotion()Generated method - Getter of theAbstractPromotionRestriction.promotionattribute defined at extensionpromotions.PromotionResultModel.getPromotion()Generated method - Getter of thePromotionResult.promotionattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model that return types with arguments of type AbstractPromotionModelModifier and TypeMethodDescriptionPromotionGroupModel.getPromotions()Generated method - Getter of thePromotionGroup.Promotionsattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model with parameters of type AbstractPromotionModelModifier and TypeMethodDescriptionvoidAbstractPromotionRestrictionModel.setPromotion(AbstractPromotionModel value) Generated method - Setter ofAbstractPromotionRestriction.promotionattribute defined at extensionpromotions.voidPromotionResultModel.setPromotion(AbstractPromotionModel value) Generated method - Setter ofPromotionResult.promotionattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type AbstractPromotionModelModifier and TypeMethodDescriptionvoidPromotionGroupModel.setPromotions(Collection<AbstractPromotionModel> value) Generated method - Setter ofPromotionGroup.Promotionsattribute defined at extensionpromotions.