com.liferay.portal.service.permission
Interface AccountPermission
public interface AccountPermission
View Source
- Author:
- Brian Wing Shun Chan
check
void check(PermissionChecker permissionChecker,
Account account,
java.lang.String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
check
void check(PermissionChecker permissionChecker,
long accountId,
java.lang.String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
contains
boolean contains(PermissionChecker permissionChecker,
Account account,
java.lang.String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
contains
boolean contains(PermissionChecker permissionChecker,
long accountId,
java.lang.String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException