|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.ResourcePermissionLocalServiceUtil
@ProviderType public class ResourcePermissionLocalServiceUtil
Provides the local service utility for ResourcePermission. This utility wraps
ResourcePermissionLocalServiceImpl
and is the
primary access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.
ResourcePermissionLocalService
,
ResourcePermissionLocalServiceBaseImpl
,
ResourcePermissionLocalServiceImpl
Constructor Summary | |
---|---|
ResourcePermissionLocalServiceUtil()
|
Method Summary | |
---|---|
static void |
addResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Grants the role permission at the scope to perform the action on resources of the type. |
static ResourcePermission |
addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
static void |
addResourcePermissions(String resourceName,
String roleName,
int scope,
long resourceActionBitwiseValue)
Grants the role permissions at the scope to perform the actions on all resources of the type. |
static ResourcePermission |
createResourcePermission(long resourcePermissionId)
Creates a new resource permission with the primary key. |
static ResourcePermission |
deleteResourcePermission(long resourcePermissionId)
Deletes the resource permission with the primary key from the database. |
static ResourcePermission |
deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database. |
static void |
deleteResourcePermissions(long companyId,
String name,
int scope,
long primKey)
Deletes all resource permissions at the scope to resources of the type. |
static void |
deleteResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Deletes all resource permissions at the scope to resources of the type. |
static DynamicQuery |
dynamicQuery()
|
static List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query. |
static ResourcePermission |
fetchResourcePermission(long resourcePermissionId)
|
static ResourcePermission |
fetchResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
|
static Map<Long,Set<String>> |
getAvailableResourcePermissionActionIds(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
Collection<String> actionIds)
|
static List<String> |
getAvailableResourcePermissionActionIds(long companyId,
String name,
int scope,
String primKey,
long roleId,
Collection<String> actionIds)
Returns the intersection of action IDs the role has permission at the scope to perform on resources of the type. |
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
static ResourcePermission |
getResourcePermission(long resourcePermissionId)
Returns the resource permission with the primary key. |
static ResourcePermission |
getResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
Returns the resource permission for the role at the scope to perform the actions on resources of the type. |
static List<ResourcePermission> |
getResourcePermissions(int start,
int end)
Returns a range of all the resource permissions. |
static List<ResourcePermission> |
getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
Returns all the resource permissions at the scope of the type. |
static int |
getResourcePermissionsCount()
Returns the number of resource permissions. |
static int |
getResourcePermissionsCount(long companyId,
String name,
int scope,
String primKey)
Returns the number of resource permissions at the scope of the type. |
static List<ResourcePermission> |
getResourceResourcePermissions(long companyId,
long groupId,
String name,
String primKey)
Returns the resource permissions that apply to the resource. |
static List<ResourcePermission> |
getRoleResourcePermissions(long roleId)
Returns all the resource permissions for the role. |
static List<ResourcePermission> |
getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
Returns a range of all the resource permissions for the role at the scopes. |
static List<ResourcePermission> |
getScopeResourcePermissions(int[] scopes)
Returns all the resource permissions where scope = any ?. |
static ResourcePermissionLocalService |
getService()
|
static boolean |
hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
Returns true if the resource permission grants permission to
perform the resource action. |
static boolean |
hasResourcePermission(List<Resource> resources,
long[] roleIds,
String actionId)
Returns true if the roles have permission at the scope to
perform the action on the resources. |
static boolean |
hasResourcePermission(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
String actionId)
Returns true if the roles have permission at the scope to
perform the action on resources of the type. |
static boolean |
hasResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId,
String actionId)
Returns true if the role has permission at the scope to
perform the action on resources of the type. |
static boolean[] |
hasResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long[] roleIds,
String actionId)
|
static boolean |
hasScopeResourcePermission(long companyId,
String name,
int scope,
long roleId,
String actionId)
Returns true if the role has permission at the scope to
perform the action on the resource. |
static void |
mergePermissions(long fromRoleId,
long toRoleId)
Reassigns all the resource permissions from the source role to the destination role, and deletes the source role. |
static void |
reassignPermissions(long resourcePermissionId,
long toRoleId)
Grants the role default permissions to all the resources of the type and at the scope stored in the resource permission, deletes the resource permission, and deletes the resource permission's role if it has no permissions remaining. |
static void |
removeResourcePermission(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. |
static void |
removeResourcePermissions(long companyId,
String name,
int scope,
long roleId,
String actionId)
Revokes all permissions at the scope from the role to perform the action on resources of the type. |
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
static void |
setOwnerResourcePermissions(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
String[] actionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type, also setting the owner of any newly created resource permissions. |
static void |
setResourcePermissions(long companyId,
String name,
int scope,
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. |
static void |
setResourcePermissions(long companyId,
String name,
int scope,
String primKey,
Map<Long,String[]> roleIdsToActionIds)
Updates the role's permissions at the scope, setting the actions that can be performed on resources of the type. |
void |
setService(ResourcePermissionLocalService service)
Deprecated. As of 6.2.0 |
static ResourcePermission |
updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourcePermissionLocalServiceUtil()
Method Detail |
---|
public static ResourcePermission addResourcePermission(ResourcePermission resourcePermission) throws SystemException
resourcePermission
- the resource permission
SystemException
- if a system exception occurredpublic static ResourcePermission createResourcePermission(long resourcePermissionId)
resourcePermissionId
- the primary key for the new resource permission
public static ResourcePermission deleteResourcePermission(long resourcePermissionId) throws PortalException, SystemException
resourcePermissionId
- the primary key of the resource permission
PortalException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredpublic static ResourcePermission deleteResourcePermission(ResourcePermission resourcePermission) throws SystemException
resourcePermission
- the resource permission
SystemException
- if a system exception occurredpublic static DynamicQuery dynamicQuery()
public static List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredpublic static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query
SystemException
- if a system exception occurredpublic static ResourcePermission fetchResourcePermission(long resourcePermissionId) throws SystemException
SystemException
public static ResourcePermission getResourcePermission(long resourcePermissionId) throws PortalException, SystemException
resourcePermissionId
- the primary key of the resource permission
PortalException
- if a resource permission with the primary key could not be found
SystemException
- if a system exception occurredpublic static PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
PortalException
SystemException
public static List<ResourcePermission> getResourcePermissions(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from ResourcePermissionModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of resource permissionsend
- the upper bound of the range of resource permissions (not inclusive)
SystemException
- if a system exception occurredpublic static int getResourcePermissionsCount() throws SystemException
SystemException
- if a system exception occurredpublic static ResourcePermission updateResourcePermission(ResourcePermission resourcePermission) throws SystemException
resourcePermission
- the resource permission
SystemException
- if a system exception occurredpublic static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static void addResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) throws PortalException, SystemException
This method cannot be used to grant individual scope permissions, but is only intended for adding permissions at the company, group, and group-template scopes. For example, this method could be used to grant a company scope permission to edit message board posts.
If a company scope permission is granted to resources that the role already had group scope permissions to, the group scope permissions are deleted. Likewise, if a group scope permission is granted to resources that the role already had company scope permissions to, the company scope permissions are deleted. Be aware that this latter behavior can result in an overall reduction in permissions for the role.
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scope. This method only supports company, group, and
group-template scope.primKey
- the primary keyroleId
- the primary key of the roleactionId
- the action ID
PortalException
- if scope was set to individual scope or if a role
with the primary key or a resource action with the name and
action ID could not be found
SystemException
- if a system exception occurredpublic static void addResourcePermissions(String resourceName, String roleName, int scope, long resourceActionBitwiseValue) throws SystemException
This method should only be used to add default permissions to existing resources en masse during upgrades or while verifying permissions. For example, this method could be used to grant site members individual scope permissions to view all blog posts.
resourceName
- the resource's name, which can be either a class
name or a portlet IDroleName
- the role's namescope
- the scoperesourceActionBitwiseValue
- the bitwise IDs of the actions
SystemException
- if a system exception occurredpublic static void deleteResourcePermissions(long companyId, String name, int scope, long primKey) throws PortalException, SystemException
removeResourcePermission
methods, as its purpose is very
different. This method should only be used for deleting resource
permissions that refer to a resource when that resource is deleted. For
example this method could be used to delete all individual scope
permissions to a blog post when it is deleted.
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary key
PortalException
- if a portal exception occurred
SystemException
- if a system exception occurredpublic static void deleteResourcePermissions(long companyId, String name, int scope, String primKey) throws PortalException, SystemException
removeResourcePermission
methods, as its purpose is very
different. This method should only be used for deleting resource
permissions that refer to a resource when that resource is deleted. For
example this method could be used to delete all individual scope
permissions to a blog post when it is deleted.
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary key
PortalException
- if a portal exception occurred
SystemException
- if a system exception occurredpublic static ResourcePermission fetchResourcePermission(long companyId, String name, int scope, String primKey, long roleId) throws SystemException
SystemException
public static List<String> getAvailableResourcePermissionActionIds(long companyId, String name, int scope, String primKey, long roleId, Collection<String> actionIds) throws PortalException, SystemException
companyId
- he primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary keyroleId
- the primary key of the roleactionIds
- the action IDs
PortalException
- if a resouce action could not be found for any
one of the actions on the resource
SystemException
- if a system exception occurredpublic static Map<Long,Set<String>> getAvailableResourcePermissionActionIds(long companyId, String name, int scope, String primKey, long[] roleIds, Collection<String> actionIds) throws PortalException, SystemException
PortalException
SystemException
public static ResourcePermission getResourcePermission(long companyId, String name, int scope, String primKey, long roleId) throws PortalException, SystemException
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary keyroleId
- the primary key of the role
PortalException
- if no matching resources could be found
SystemException
- if a system exception occurredpublic static List<ResourcePermission> getResourcePermissions(long companyId, String name, int scope, String primKey) throws SystemException
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary key
SystemException
- if a system exception occurredpublic static int getResourcePermissionsCount(long companyId, String name, int scope, String primKey) throws SystemException
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary key
SystemException
- if a system exception occurredpublic static List<ResourcePermission> getResourceResourcePermissions(long companyId, long groupId, String name, String primKey) throws SystemException
companyId
- the primary key of the resource's companygroupId
- the primary key of the resource's groupname
- the resource's name, which can be either a class name or a
portlet IDprimKey
- the primary key of the resource
SystemException
- if a system exception occurredpublic static List<ResourcePermission> getRoleResourcePermissions(long roleId) throws SystemException
roleId
- the primary key of the role
SystemException
- if a system exception occurredpublic static List<ResourcePermission> getRoleResourcePermissions(long roleId, int[] scopes, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end -
start
instances. start
and end
are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full
result set.
roleId
- the primary key of the rolescopes
- the scopesstart
- the lower bound of the range of resultsend
- the upper bound of the range of results (not inclusive)
SystemException
- if a system exception occurredpublic static List<ResourcePermission> getScopeResourcePermissions(int[] scopes) throws SystemException
Useful when paginating results. Returns a maximum of end -
start
instances. start
and end
are not
primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full
result set.
scopes
- the scopes
SystemException
- if a system exception occurredpublic static boolean hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
true
if the resource permission grants permission to
perform the resource action. Note that this method does not ensure that
the resource permission refers to the same type of resource as the
resource action.
resourcePermission
- the resource permissionresourceAction
- the resource action
true
if the resource permission grants permission to
perform the resource actionpublic static boolean hasResourcePermission(List<Resource> resources, long[] roleIds, String actionId) throws PortalException, SystemException
true
if the roles have permission at the scope to
perform the action on the resources.
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
resources
- the resourcesroleIds
- the primary keys of the rolesactionId
- the action ID
true
if any one of the roles has permission to
perform the action on any one of the resources;
false
otherwise
PortalException
- if any one of the roles with the primary keys
could not be found or if a resource action with the name and
action ID could not be found
SystemException
- if a system exception occurredpublic static boolean hasResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) throws PortalException, SystemException
true
if the role has permission at the scope to
perform the action on resources of the type.
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary keyroleId
- the primary key of the roleactionId
- the action ID
true
if the role has permission to perform the
action on the resource; false
otherwise
PortalException
- if a role with the primary key or a resource
action with the name and action ID could not be found
SystemException
- if a system exception occurredpublic static boolean hasResourcePermission(long companyId, String name, int scope, String primKey, long[] roleIds, String actionId) throws PortalException, SystemException
true
if the roles have permission at the scope to
perform the action on resources of the type.
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary keyroleIds
- the primary keys of the rolesactionId
- the action ID
true
if any one of the roles has permission to
perform the action on the resource; false
otherwise
PortalException
- if any one of the roles with the primary keys
could not be found or if a resource action with the name and
action ID could not be found
SystemException
- if a system exception occurredpublic static boolean[] hasResourcePermissions(long companyId, String name, int scope, String primKey, long[] roleIds, String actionId) throws PortalException, SystemException
PortalException
SystemException
public static boolean hasScopeResourcePermission(long companyId, String name, int scope, long roleId, String actionId) throws PortalException, SystemException
true
if the role has permission at the scope to
perform the action on the resource.
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scoperoleId
- the primary key of the roleactionId
- the action ID
true
if the role has permission to perform the
action on the resource; false
otherwise
PortalException
- if a role with the primary key or a resource
action with the name and action ID could not be found
SystemException
- if a system exception occurredpublic static void mergePermissions(long fromRoleId, long toRoleId) throws PortalException, SystemException
fromRoleId
- the primary key of the source roletoRoleId
- the primary key of the destination role
PortalException
- if a role with the primary key could not be found
SystemException
- if a system exception occurredpublic static void reassignPermissions(long resourcePermissionId, long toRoleId) throws PortalException, SystemException
resourcePermissionId
- the primary key of the resource permissiontoRoleId
- the primary key of the role
PortalException
- if a resource permission or role with the primary
key could not be found
SystemException
- if a system exception occurredpublic static void removeResourcePermission(long companyId, String name, int scope, String primKey, long roleId, String actionId) throws PortalException, SystemException
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary keyroleId
- the primary key of the roleactionId
- the action ID
PortalException
- if a role with the primary key or a resource
action with the name and action ID could not be found
SystemException
- if a system exception occurredpublic static void removeResourcePermissions(long companyId, String name, int scope, long roleId, String actionId) throws PortalException, SystemException
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scoperoleId
- the primary key of the roleactionId
- the action ID
PortalException
- if a role with the primary key or a resource
action with the name and action ID could not be found
SystemException
- if a system exception occurredpublic static void setOwnerResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, long ownerId, String[] actionIds) throws PortalException, SystemException
This method can be used to set permissions at any scope, but it is generally only used at the individual scope. For example, it could be used to set the guest permissions on a blog post.
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary keyroleId
- the primary key of the roleownerId
- the primary key of the owner (generally the user that
created the resource)actionIds
- the action IDs of the actions
PortalException
- if a role with the primary key or a resource
action with the name and action ID could not be found
SystemException
- if a system exception occurredpublic static void setResourcePermissions(long companyId, String name, int scope, String primKey, long roleId, String[] actionIds) throws PortalException, SystemException
This method can be used to set permissions at any scope, but it is generally only used at the individual scope. For example, it could be used to set the guest permissions on a blog post.
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary keyroleId
- the primary key of the roleactionIds
- the action IDs of the actions
PortalException
- if a role with the primary key or a resource
action with the name and action ID could not be found
SystemException
- if a system exception occurredpublic static void setResourcePermissions(long companyId, String name, int scope, String primKey, Map<Long,String[]> roleIdsToActionIds) throws PortalException, SystemException
This method can be used to set permissions at any scope, but it is generally only used at the individual scope. For example, it could be used to set the guest permissions on a blog post.
Depending on the scope, the value of primKey
will have
different meanings. For more information, see ResourcePermissionImpl
.
companyId
- the primary key of the companyname
- the resource's name, which can be either a class name or a
portlet IDscope
- the scopeprimKey
- the primary keyroleIdsToActionIds
- a map of role IDs to action IDs of the actions
PortalException
- if a role with the primary key or a resource
action with the name and action ID could not be found
SystemException
- if a system exception occurredpublic static ResourcePermissionLocalService getService()
public void setService(ResourcePermissionLocalService service)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |