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.PortalException
void deleteCommerceOrder(javax.portlet.ActionRequest actionRequest, long commerceOrderId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
javax.portlet.PortletURL getCommerceCartPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
javax.portlet.PortletURL getCommerceCartPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, CommerceOrder commerceOrder) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
javax.portlet.PortletURL getCommerceCartPortletURL(long groupId, javax.servlet.http.HttpServletRequest httpServletRequest, CommerceOrder commerceOrder) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
javax.portlet.PortletURL getCommerceCheckoutPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
int getCommerceOrderItemsQuantity(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getCookieName(long commerceChannelId)
CommerceOrder getCurrentCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean isGuestCheckoutEnabled(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void setCurrentCommerceOrder(javax.servlet.http.HttpServletRequest httpServletRequest, CommerceOrder commerceOrder) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException