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