Liferay 6.2.0-ce-m4

Uses of Interface
com.liferay.portal.model.Resource

Packages that use Resource
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of Resource in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return Resource
 Resource PermissionDisplay.getResource()
           
 

Constructors in com.liferay.portal.model with parameters of type Resource
PermissionDisplay(Permission permission, Resource resource, String portletName, String portletLabel, String modelName, String modelLabel, String actionId, String actionLabel)
           
 

Uses of Resource in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Resource
 Resource ResourceLocalServiceWrapper.getResource(long companyId, String name, int scope, String primKey)
           
static Resource ResourceLocalServiceUtil.getResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalService.getResource(long companyId, String name, int scope, String primKey)
           
 

Method parameters in com.liferay.portal.service with type arguments of type Resource
 boolean ResourcePermissionLocalServiceWrapper.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 ResourcePermissionLocalServiceUtil.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.
 boolean ResourcePermissionLocalService.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.
 boolean ResourceLocalServiceWrapper.hasUserPermissions(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds)
           
static boolean ResourceLocalServiceUtil.hasUserPermissions(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds)
           
 boolean ResourceLocalService.hasUserPermissions(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds)
           
 


Liferay 6.2.0-ce-m4