Interface CommerceWishListHttpHelper
public interface CommerceWishListHttpHelper
-
Method Summary
Modifier and TypeMethodDescriptionjavax.portlet.PortletURL
getCommerceWishListPortletURL
(javax.servlet.http.HttpServletRequest httpServletRequest) getCurrentCommerceWishList
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) int
getCurrentCommerceWishListItemsCount
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Method Details
-
getCommerceWishListPortletURL
javax.portlet.PortletURL getCommerceWishListPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentCommerceWishList
CommerceWishList getCurrentCommerceWishList(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCurrentCommerceWishListItemsCount
int getCurrentCommerceWishListItemsCount(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-