public class CPCompareHelperUtil
extends java.lang.Object
| Constructor and Description |
|---|
CPCompareHelperUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addCompareProduct(long groupId,
long commerceAccountId,
long cpDefinitionId,
javax.servlet.http.HttpSession httpSession) |
static java.util.List<java.lang.Long> |
getCPDefinitionIds(long groupId,
long commerceAccountId,
javax.servlet.http.HttpSession httpSession) |
static void |
removeCompareProduct(long groupId,
long commerceAccountId,
long cpDefinitionId,
javax.servlet.http.HttpSession httpSession) |
static void |
setCPDefinitionIds(long groupId,
java.util.List<java.lang.Long> cpDefinitionIds,
javax.servlet.http.HttpSession httpSession) |
public static void addCompareProduct(long groupId,
long commerceAccountId,
long cpDefinitionId,
javax.servlet.http.HttpSession httpSession)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<java.lang.Long> getCPDefinitionIds(long groupId,
long commerceAccountId,
javax.servlet.http.HttpSession httpSession)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void removeCompareProduct(long groupId,
long commerceAccountId,
long cpDefinitionId,
javax.servlet.http.HttpSession httpSession)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static void setCPDefinitionIds(long groupId,
java.util.List<java.lang.Long> cpDefinitionIds,
javax.servlet.http.HttpSession httpSession)