Uses of Class
de.hybris.platform.promotions.jalo.AbstractPromotionRestriction
-
Packages that use AbstractPromotionRestriction Package Description de.hybris.platform.commerceservices.jalo.promotions de.hybris.platform.promotions.jalo de.hybris.platform.subscriptionservices.jalo -
-
Uses of AbstractPromotionRestriction in de.hybris.platform.commerceservices.jalo.promotions
Subclasses of AbstractPromotionRestriction in de.hybris.platform.commerceservices.jalo.promotions Modifier and Type Class Description classGeneratedPromotionOrderRestrictionGenerated class for typePromotionOrderRestriction.classPromotionOrderRestrictionRestriction allow apply promotion only for orders in the orders collection. -
Uses of AbstractPromotionRestriction in de.hybris.platform.promotions.jalo
Subclasses of AbstractPromotionRestriction in de.hybris.platform.promotions.jalo Modifier and Type Class Description classGeneratedPromotionProductRestrictionGenerated class for typePromotionProductRestriction.classGeneratedPromotionUserRestrictionGenerated class for typePromotionUserRestriction.classPromotionProductRestrictionPromotionProductRestriction.classPromotionUserRestrictionPromotionUserRestriction.Methods in de.hybris.platform.promotions.jalo that return AbstractPromotionRestriction Modifier and Type Method Description AbstractPromotionRestrictionGeneratedPromotionsManager. createAbstractPromotionRestriction(SessionContext ctx, java.util.Map attributeValues)AbstractPromotionRestrictionGeneratedPromotionsManager. createAbstractPromotionRestriction(java.util.Map attributeValues)protected AbstractPromotionRestrictionAbstractPromotionRestriction. deepClone(SessionContext ctx)Deep clone this restriction instance.Methods in de.hybris.platform.promotions.jalo that return types with arguments of type AbstractPromotionRestriction Modifier and Type Method Description java.util.Collection<AbstractPromotionRestriction>GeneratedAbstractPromotion. getRestrictions()Generated method - Getter of theAbstractPromotion.restrictionsattribute.abstract java.util.Collection<AbstractPromotionRestriction>GeneratedAbstractPromotion. getRestrictions(SessionContext ctx)Generated method - Getter of theAbstractPromotion.restrictionsattribute.Method parameters in de.hybris.platform.promotions.jalo with type arguments of type AbstractPromotionRestriction Modifier and Type Method Description PromotionsManager.RestrictionSetResultPromotionsManager. evaluateRestrictions(SessionContext ctx, java.util.List<Product> products, AbstractOrder order, java.util.Collection<AbstractPromotionRestriction> restrictions, java.util.Date date)Evaluate the specified restrictions and return a result object containing the allowed items.abstract voidGeneratedAbstractPromotion. setRestrictions(SessionContext ctx, java.util.Collection<AbstractPromotionRestriction> value)Generated method - Setter of theAbstractPromotion.restrictionsattribute.voidGeneratedAbstractPromotion. setRestrictions(java.util.Collection<AbstractPromotionRestriction> value)Generated method - Setter of theAbstractPromotion.restrictionsattribute. -
Uses of AbstractPromotionRestriction in de.hybris.platform.subscriptionservices.jalo
Subclasses of AbstractPromotionRestriction in de.hybris.platform.subscriptionservices.jalo Modifier and Type Class Description classGeneratedPromotionBillingTimeRestrictionGenerated class for typePromotionBillingTimeRestriction.classPromotionBillingTimeRestriction
-