Uses of Class
de.hybris.platform.commerceservices.promotion.CommercePromotionRestrictionException
Packages that use CommercePromotionRestrictionException
Package
Description
-
Uses of CommercePromotionRestrictionException in de.hybris.platform.commercefacades.promotion
Methods in de.hybris.platform.commercefacades.promotion that throw CommercePromotionRestrictionExceptionModifier and TypeMethodDescriptionvoidCommercePromotionRestrictionFacade.disablePromotionForCurrentCart(String promotionCode) Disables OrderPromotion by removing current cart from PromotionOrderRestrictionvoidCommercePromotionRestrictionFacade.enablePromotionForCurrentCart(String promotionCode) Enables OrderPromotion by adding current cart to PromotionOrderRestriction -
Uses of CommercePromotionRestrictionException in de.hybris.platform.commercefacades.promotion.impl
Methods in de.hybris.platform.commercefacades.promotion.impl that throw CommercePromotionRestrictionExceptionModifier and TypeMethodDescriptionvoidDefaultCommercePromotionRestrictionFacade.disablePromotionForCurrentCart(String promotionCode) voidDefaultCommercePromotionRestrictionFacade.enablePromotionForCurrentCart(String promotionCode) voidDefaultCommercePromotionRestrictionFacadeTest.testEnablePromotionForCurrentCart() -
Uses of CommercePromotionRestrictionException in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that throw CommercePromotionRestrictionExceptionModifier and TypeMethodDescriptionvoidCartPromotionsController.doApplyCartPromotion(String promotionId) voidCartPromotionsController.removeCartPromotion(String promotionId) -
Uses of CommercePromotionRestrictionException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw CommercePromotionRestrictionExceptionModifier and TypeMethodDescriptionCartController.applyPromotion(String promotionCode) Web service for enabling order promotions.
Sample call: https://localhost:9002/rest/v1/mysite/cart/promotion/{promotionCode}
This method requires authentication and is restricted toHTTPSchannel only.
Method type :POST.CartController.removePromotion(String promotionCode) Web service for disabling order promotions.
Sample call: https://localhost:9002/rest/v1/mysite/cart/promotion/{promotionCode}
This method requires authentication and is restricted toHTTPSchannel only.
Method type :DELETE. -
Uses of CommercePromotionRestrictionException in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that throw CommercePromotionRestrictionExceptionModifier and TypeMethodDescriptionvoidCartPromotionsController.doApplyCartPromotion(String promotionId) voidCartPromotionsController.removeCartPromotion(String promotionId)