Uses of Class
de.hybris.platform.promotions.model.AbstractPromotionModel
-
Packages that use AbstractPromotionModel Package Description de.hybris.platform.acceleratorservices.model.promotions Contains generated models for each type of de.hybris.platform.acceleratorservices.jalo.promotions package.de.hybris.platform.promotionengineservices.model Contains generated models for each type of de.hybris.platform.promotionengineservices.jalo package.de.hybris.platform.promotions.model Contains generated models for each type of de.hybris.platform.promotions.jalo package. -
-
Uses of AbstractPromotionModel in de.hybris.platform.acceleratorservices.model.promotions
Subclasses of AbstractPromotionModel in de.hybris.platform.acceleratorservices.model.promotions Modifier and Type Class Description classAcceleratorProductBOGOFPromotionModelGenerated model class for type AcceleratorProductBOGOFPromotion first defined at extension acceleratorservices.classAcceleratorProductMultiBuyPromotionModelGenerated 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.model Modifier and Type Class Description classRuleBasedPromotionModelGenerated 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.model Modifier and Type Class Description classOrderPromotionModelGenerated model class for type OrderPromotion first defined at extension promotions.classOrderThresholdChangeDeliveryModePromotionModelGenerated model class for type OrderThresholdChangeDeliveryModePromotion first defined at extension promotions.classOrderThresholdDiscountPromotionModelGenerated model class for type OrderThresholdDiscountPromotion first defined at extension promotions.classOrderThresholdFreeGiftPromotionModelGenerated model class for type OrderThresholdFreeGiftPromotion first defined at extension promotions.classOrderThresholdFreeVoucherPromotionModelGenerated model class for type OrderThresholdFreeVoucherPromotion first defined at extension promotions.classOrderThresholdPerfectPartnerPromotionModelGenerated model class for type OrderThresholdPerfectPartnerPromotion first defined at extension promotions.classProductBOGOFPromotionModelGenerated model class for type ProductBOGOFPromotion first defined at extension promotions.classProductBundlePromotionModelGenerated model class for type ProductBundlePromotion first defined at extension promotions.classProductFixedPricePromotionModelGenerated model class for type ProductFixedPricePromotion first defined at extension promotions.classProductMultiBuyPromotionModelGenerated model class for type ProductMultiBuyPromotion first defined at extension promotions.classProductOneToOnePerfectPartnerPromotionModelGenerated model class for type ProductOneToOnePerfectPartnerPromotion first defined at extension promotions.classProductPercentageDiscountPromotionModelGenerated model class for type ProductPercentageDiscountPromotion first defined at extension promotions.classProductPerfectPartnerBundlePromotionModelGenerated model class for type ProductPerfectPartnerBundlePromotion first defined at extension promotions.classProductPerfectPartnerPromotionModelGenerated model class for type ProductPerfectPartnerPromotion first defined at extension promotions.classProductPromotionModelGenerated model class for type ProductPromotion first defined at extension promotions.classProductSteppedMultiBuyPromotionModelGenerated model class for type ProductSteppedMultiBuyPromotion first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return AbstractPromotionModel Modifier and Type Method Description AbstractPromotionModelAbstractPromotionRestrictionModel. getPromotion()Generated method - Getter of theAbstractPromotionRestriction.promotionattribute defined at extensionpromotions.AbstractPromotionModelPromotionResultModel. getPromotion()Generated method - Getter of thePromotionResult.promotionattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description java.util.Collection<AbstractPromotionModel>PromotionGroupModel. getPromotions()Generated method - Getter of thePromotionGroup.Promotionsattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model with parameters of type AbstractPromotionModel Modifier and Type Method Description voidAbstractPromotionRestrictionModel. 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 AbstractPromotionModel Modifier and Type Method Description voidPromotionGroupModel. setPromotions(java.util.Collection<AbstractPromotionModel> value)Generated method - Setter ofPromotionGroup.Promotionsattribute defined at extensionpromotions.
-