@ProviderType
public interface CommerceOrderHttpHelper
| Modifier and Type | Method and Description |
|---|---|
CommerceOrder |
addCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest) |
javax.portlet.PortletURL |
getCommerceCartPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
javax.portlet.PortletURL |
getCommerceCartPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
CommerceOrder commerceOrder) |
javax.portlet.PortletURL |
getCommerceCheckoutPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
int |
getCommerceOrderItemsQuantity(javax.servlet.http.HttpServletRequest httpServletRequest) |
CommerceOrder |
getCurrentCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setCurrentCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest,
CommerceOrder commerceOrder) |
CommerceOrder addCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjavax.portlet.PortletURL getCommerceCartPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjavax.portlet.PortletURL getCommerceCartPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
CommerceOrder commerceOrder)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjavax.portlet.PortletURL getCommerceCheckoutPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionint getCommerceOrderItemsQuantity(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommerceOrder getCurrentCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid setCurrentCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest,
CommerceOrder commerceOrder)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException