com.liferay.portal.service.permission
Class UserGroupRolePermissionImpl
java.lang.Object
com.liferay.portal.service.permission.UserGroupRolePermissionImpl
- All Implemented Interfaces:
- UserGroupRolePermission
public class UserGroupRolePermissionImpl
- extends Object
- implements UserGroupRolePermission
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupRolePermissionImpl
public UserGroupRolePermissionImpl()
check
public void check(PermissionChecker permissionChecker,
Group group,
Role role)
throws PortalException
- Specified by:
check in interface UserGroupRolePermission
- Throws:
PortalException
check
public void check(PermissionChecker permissionChecker,
long groupId,
long roleId)
throws PortalException
- Specified by:
check in interface UserGroupRolePermission
- Throws:
PortalException
contains
public boolean contains(PermissionChecker permissionChecker,
Group group,
Role role)
throws PortalException
- Specified by:
contains in interface UserGroupRolePermission
- Throws:
PortalException
contains
public boolean contains(PermissionChecker permissionChecker,
long groupId,
long roleId)
throws PortalException
- Specified by:
contains in interface UserGroupRolePermission
- Throws:
PortalException