public interface CommerceOrderHttpHelper
| Modifier and Type | Method and Description |
|---|---|
CommerceOrder |
addCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
deleteCommerceOrder(javax.portlet.ActionRequest actionRequest,
long commerceOrderId) |
javax.portlet.PortletURL |
getCommerceCartPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
javax.portlet.PortletURL |
getCommerceCartPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
CommerceOrder commerceOrder) |
javax.portlet.PortletURL |
getCommerceCartPortletURL(long groupId,
javax.servlet.http.HttpServletRequest httpServletRequest,
CommerceOrder commerceOrder) |
javax.portlet.PortletURL |
getCommerceCheckoutPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
int |
getCommerceOrderItemsQuantity(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getCookieName(long commerceChannelId) |
CommerceOrder |
getCurrentCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isGuestCheckoutEnabled(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.PortalExceptionvoid deleteCommerceOrder(javax.portlet.ActionRequest actionRequest,
long commerceOrderId)
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 getCommerceCartPortletURL(long groupId,
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.PortalExceptionjava.lang.String getCookieName(long commerceChannelId)
CommerceOrder getCurrentCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionboolean isGuestCheckoutEnabled(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