public interface CommerceAccountHelper
Modifier and Type | Method and Description |
---|---|
int |
countUserCommerceAccounts(long userId,
long commerceChannelGroupId) |
java.lang.String |
getAccountManagementPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
long[] |
getCommerceAccountGroupIds(long commerceAccountId) |
CommerceAccount |
getCurrentCommerceAccount(javax.servlet.http.HttpServletRequest httpServletRequest) |
CommerceAccount |
getCurrentCommerceAccount(long groupId,
javax.servlet.http.HttpServletRequest httpServletRequest) |
long[] |
getUserCommerceAccountIds(long userId,
long commerceChannelGroupId) |
void |
setCurrentCommerceAccount(javax.servlet.http.HttpServletRequest httpServletRequest,
long groupId,
long commerceAccountId) |
int countUserCommerceAccounts(long userId, long commerceChannelGroupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getAccountManagementPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
long[] getCommerceAccountGroupIds(long commerceAccountId)
CommerceAccount getCurrentCommerceAccount(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
CommerceAccount getCurrentCommerceAccount(long groupId, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
long[] getUserCommerceAccountIds(long userId, long commerceChannelGroupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void setCurrentCommerceAccount(javax.servlet.http.HttpServletRequest httpServletRequest, long groupId, long commerceAccountId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException