com.liferay.portal.service.permission
Interface OrganizationPermission
public interface OrganizationPermission
View Source
- Author:
- Charles May
check
void check(PermissionChecker permissionChecker,
long organizationId,
java.lang.String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
check
void check(PermissionChecker permissionChecker,
Organization organization,
java.lang.String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
contains
boolean contains(PermissionChecker permissionChecker,
long organizationId,
java.lang.String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
contains
boolean contains(PermissionChecker permissionChecker,
Organization organization,
java.lang.String actionId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException