Java com.liferay.portal.kernel.service ResourcePermissionServiceUtil fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.service ResourcePermissionServiceUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.service ResourcePermissionServiceUtil.

The text is from its open source code.

Method

voidremoveResourcePermission(long groupId, long companyId, String name, int scope, String primKey, long roleId, String actionId)
Revokes permission at the scope from the role to perform the action on resources of the type.
voidsetIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, long roleId, String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.
voidsetIndividualResourcePermissions(long groupId, long companyId, String name, String primKey, java.util.Map roleIdsToActionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type.