Package com.liferay.commerce.helper
Interface CommerceRoleHelper
public interface CommerceRoleHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckCommerceAccountRoles(com.liferay.portal.kernel.service.ServiceContext serviceContext) voidcheckCommerceUserRoles(com.liferay.portal.kernel.service.ServiceContext serviceContext) booleanhasCommerceUserPermissions(long companyId)
-
Method Details
-
checkCommerceAccountRoles
void checkCommerceAccountRoles(com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
checkCommerceUserRoles
void checkCommerceUserRoles(com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
hasCommerceUserPermissions
boolean hasCommerceUserPermissions(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-