Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.security.permission.PermissionCheckerBag

Packages that use PermissionCheckerBag
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of PermissionCheckerBag in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type PermissionCheckerBag
 boolean PermissionLocalService.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
          Returns true if the user has permission to perform the action on the resources.
 boolean PermissionLocalServiceWrapper.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
          Returns true if the user has permission to perform the action on the resources.
static boolean PermissionServiceUtil.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
          Returns true if the user has permission to perform the action on the resources.
 boolean PermissionService.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
          Returns true if the user has permission to perform the action on the resources.
 boolean PermissionServiceWrapper.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
          Returns true if the user has permission to perform the action on the resources.
static boolean PermissionLocalServiceUtil.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
          Returns true if the user has permission to perform the action on the resources.
 


Liferay 6.1.2-ce-ga3