Liferay 7.0-ce-b4

com.liferay.portal.service.permission
Class UserGroupRolePermissionImpl

java.lang.Object
  extended by com.liferay.portal.service.permission.UserGroupRolePermissionImpl
All Implemented Interfaces:
UserGroupRolePermission

public class UserGroupRolePermissionImpl
extends Object
implements UserGroupRolePermission


Constructor Summary
UserGroupRolePermissionImpl()
           
 
Method Summary
 void check(PermissionChecker permissionChecker, Group group, Role role)
           
 void check(PermissionChecker permissionChecker, long groupId, long roleId)
           
 boolean contains(PermissionChecker permissionChecker, Group group, Role role)
           
 boolean contains(PermissionChecker permissionChecker, long groupId, long roleId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupRolePermissionImpl

public UserGroupRolePermissionImpl()
Method Detail

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

Liferay 7.0-ce-b4