@ProviderType
public interface CommerceDiscountCouponCodeHelper
| Modifier and Type | Method and Description |
|---|---|
void |
addCommerceDiscountCouponCode(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String couponCode) |
java.lang.String |
getCommerceDiscountCouponCode(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
removeCommerceDiscountCouponCode(javax.servlet.http.HttpServletRequest httpServletRequest) |
void addCommerceDiscountCouponCode(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String couponCode)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getCommerceDiscountCouponCode(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid removeCommerceDiscountCouponCode(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException