@ProviderType
public interface CPCompareHelper
| Modifier and Type | Method and Description |
|---|---|
void |
addCompareProduct(long groupId,
long commerceAccountId,
long cpDefinitionId,
javax.servlet.http.HttpSession httpSession) |
java.util.List<java.lang.Long> |
getCPDefinitionIds(long groupId,
long commerceAccountId,
javax.servlet.http.HttpSession httpSession) |
void |
removeCompareProduct(long groupId,
long commerceAccountId,
long cpDefinitionId,
javax.servlet.http.HttpSession httpSession) |
void |
setCPDefinitionIds(long groupId,
java.util.List<java.lang.Long> cpDefinitionIds,
javax.servlet.http.HttpSession httpSession) |
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.PortalExceptionjava.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.PortalExceptionvoid removeCompareProduct(long groupId,
long commerceAccountId,
long cpDefinitionId,
javax.servlet.http.HttpSession httpSession)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid setCPDefinitionIds(long groupId,
java.util.List<java.lang.Long> cpDefinitionIds,
javax.servlet.http.HttpSession httpSession)