Uses of Class
de.hybris.platform.commerceservices.promotion.CommercePromotionRestrictionException
-
-
Uses of CommercePromotionRestrictionException in de.hybris.platform.commercefacades.promotion
Methods in de.hybris.platform.commercefacades.promotion that throw CommercePromotionRestrictionException Modifier and Type Method Description voidCommercePromotionRestrictionFacade. disablePromotionForCurrentCart(java.lang.String promotionCode)Disables OrderPromotion by removing current cart from PromotionOrderRestrictionvoidCommercePromotionRestrictionFacade. enablePromotionForCurrentCart(java.lang.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 CommercePromotionRestrictionException Modifier and Type Method Description voidDefaultCommercePromotionRestrictionFacade. disablePromotionForCurrentCart(java.lang.String promotionCode)voidDefaultCommercePromotionRestrictionFacade. enablePromotionForCurrentCart(java.lang.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 CommercePromotionRestrictionException Modifier and Type Method Description voidCartPromotionsController. doApplyCartPromotion(java.lang.String promotionId)voidCartPromotionsController. removeCartPromotion(java.lang.String promotionId) -
Uses of CommercePromotionRestrictionException in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that throw CommercePromotionRestrictionException Modifier and Type Method Description CartDataCartController. applyPromotion(java.lang.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.CartDataCartController. removePromotion(java.lang.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 CommercePromotionRestrictionException Modifier and Type Method Description voidCartPromotionsController. doApplyCartPromotion(java.lang.String promotionId)voidCartPromotionsController. removeCartPromotion(java.lang.String promotionId)
-