public interface CommercePromotionRestrictionFacade
| Modifier and Type | Method and Description |
|---|---|
void |
disablePromotionForCurrentCart(java.lang.String promotionCode)
Disables OrderPromotion by removing current cart from PromotionOrderRestriction
|
void |
enablePromotionForCurrentCart(java.lang.String promotionCode)
Enables OrderPromotion by adding current cart to PromotionOrderRestriction
|
void enablePromotionForCurrentCart(java.lang.String promotionCode)
throws CommercePromotionRestrictionException
promotionCode - promotion{@link - CommercePromotionRestrictionException}CommercePromotionRestrictionExceptionvoid disablePromotionForCurrentCart(java.lang.String promotionCode)
throws CommercePromotionRestrictionException
promotionCode - promotion{@link - CommercePromotionRestrictionException}CommercePromotionRestrictionExceptionCopyright © 2018 SAP SE. All Rights Reserved.