Uses of Class
de.hybris.platform.promotions.model.AbstractPromotionRestrictionModel
-
Packages that use AbstractPromotionRestrictionModel Package Description de.hybris.platform.commerceservices.model.promotions Contains generated models for each type of de.hybris.platform.commerceservices.jalo.promotions package.de.hybris.platform.promotions.model Contains generated models for each type of de.hybris.platform.promotions.jalo package.de.hybris.platform.subscriptionservices.model Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package. -
-
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.commerceservices.model.promotions
Subclasses of AbstractPromotionRestrictionModel in de.hybris.platform.commerceservices.model.promotions Modifier and Type Class Description classPromotionOrderRestrictionModelGenerated model class for type PromotionOrderRestriction first defined at extension commerceservices. -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.promotions.model
Subclasses of AbstractPromotionRestrictionModel in de.hybris.platform.promotions.model Modifier and Type Class Description classPromotionProductRestrictionModelGenerated model class for type PromotionProductRestriction first defined at extension promotions.classPromotionUserRestrictionModelGenerated model class for type PromotionUserRestriction first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return types with arguments of type AbstractPromotionRestrictionModel Modifier and Type Method Description java.util.Collection<AbstractPromotionRestrictionModel>AbstractPromotionModel. getRestrictions()Generated method - Getter of theAbstractPromotion.restrictionsattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type AbstractPromotionRestrictionModel Modifier and Type Method Description voidAbstractPromotionModel. setRestrictions(java.util.Collection<AbstractPromotionRestrictionModel> value)Generated method - Setter ofAbstractPromotion.restrictionsattribute defined at extensionpromotions. -
Uses of AbstractPromotionRestrictionModel in de.hybris.platform.subscriptionservices.model
Subclasses of AbstractPromotionRestrictionModel in de.hybris.platform.subscriptionservices.model Modifier and Type Class Description classPromotionBillingTimeRestrictionModelGenerated model class for type PromotionBillingTimeRestriction first defined at extension subscriptionservices.
-