Liferay 6.2-ce-ga5

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.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.security.permission This package defines the portal security permission interfaces and classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.util This package defines the portal utility 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.model.impl
 

Classes in com.liferay.portal.model.impl that implement Resource
 class ResourceImpl
           
 

Uses of Resource in com.liferay.portal.security.permission
 

Methods in com.liferay.portal.security.permission that return types with arguments of type Resource
protected  List<Resource> AdvancedPermissionChecker.getResources(long companyId, long groupId, String name, String primKey, String actionId)
          Returns representations of the resource at each scope level.
 

Uses of Resource in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Resource
 Resource ResourceLocalService.getResource(long companyId, String name, int scope, String primKey)
          Returns a new resource with the name and primary key at the scope.
 Resource ResourceLocalServiceWrapper.getResource(long companyId, String name, int scope, String primKey)
          Returns a new resource with the name and primary key at the scope.
static Resource ResourceLocalServiceUtil.getResource(long companyId, String name, int scope, String primKey)
          Returns a new resource with the name and primary key at the scope.
 

Method parameters in com.liferay.portal.service with type arguments of type Resource
 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.
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 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.
 boolean ResourceLocalService.hasUserPermissions(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds)
          Returns true if the roles have permission to perform the action on the resources.
 boolean ResourceLocalServiceWrapper.hasUserPermissions(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds)
          Returns true if the roles have permission to perform the action on the resources.
static boolean ResourceLocalServiceUtil.hasUserPermissions(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds)
          Returns true if the roles have permission to perform the action on the resources.
 

Uses of Resource in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Resource
 Resource ResourceLocalServiceImpl.getResource(long companyId, String name, int scope, String primKey)
          Returns a new resource with the name and primary key at the scope.
 

Methods in com.liferay.portal.service.impl with parameters of type Resource
protected  void ResourceLocalServiceImpl.addGroupPermissions(long companyId, long groupId, long userId, String name, Resource resource, boolean portletActions, PermissionedModel permissionedModel)
           
protected  void ResourceLocalServiceImpl.addGroupPermissions(long groupId, Resource resource, String[] actionIds)
           
protected  void ResourceLocalServiceImpl.addGroupPermissionsBlocks(long groupId, Resource resource, List<String> actionIds, PermissionedModel permissionedModel)
           
protected  void ResourceLocalServiceImpl.addGuestPermissions(long companyId, long groupId, long userId, String name, Resource resource, boolean portletActions, PermissionedModel permissionedModel)
           
protected  void ResourceLocalServiceImpl.addGuestPermissions(long companyId, Resource resource, String[] actionIds)
           
protected  void ResourceLocalServiceImpl.addGuestPermissionsBlocks(long companyId, long groupId, Resource resource, List<String> actionIds, PermissionedModel permissionedModel)
           
protected  void ResourceLocalServiceImpl.addModelResources(long companyId, long groupId, long userId, Resource resource, String[] groupPermissions, String[] guestPermissions, PermissionedModel permissionedModel)
           
protected  void ResourceLocalServiceImpl.addResources(long companyId, long groupId, long userId, Resource resource, boolean portletActions, PermissionedModel permissionedModel)
           
protected  void ResourceLocalServiceImpl.updateResourceBlocks(long companyId, long groupId, Resource resource, String[] groupPermissions, String[] guestPermissions, PermissionedModel permissionedModel)
           
protected  void ResourceLocalServiceImpl.updateResourcePermissions(long companyId, long groupId, Resource resource, String[] groupPermissions, String[] guestPermissions)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Resource
 boolean ResourcePermissionLocalServiceImpl.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 ResourceLocalServiceImpl.hasUserPermissions(long userId, long resourceId, List<Resource> resources, String actionId, long[] roleIds)
          Returns true if the roles have permission to perform the action on the resources.
 

Uses of Resource in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type Resource
static void ResourcePermissionUtil.populateResourcePermissionActionIds(long groupId, Role role, Resource resource, List<String> actions, List<String> individualActions, List<String> groupActions, List<String> groupTemplateActions, List<String> companyActions)
           
 


Liferay 6.2-ce-ga5