Liferay 6.2.0

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

Packages that use ResourcePermission
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
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.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
 

Uses of ResourcePermission in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement ResourcePermission
 class ResourcePermissionWrapper
           This class is a wrapper for ResourcePermission.
 

Methods in com.liferay.portal.model that return ResourcePermission
 ResourcePermission ResourcePermissionWrapper.getWrappedModel()
           
 ResourcePermission ResourcePermissionWrapper.getWrappedResourcePermission()
          Deprecated. As of 6.1.0, replaced by ResourcePermissionWrapper.getWrappedModel()
 ResourcePermission ResourcePermissionWrapper.toEscapedModel()
           
abstract  ResourcePermission ResourcePermissionModel.toEscapedModel()
           
 ResourcePermission ResourcePermissionWrapper.toUnescapedModel()
           
abstract  ResourcePermission ResourcePermissionModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type ResourcePermission
 CacheModel<ResourcePermission> ResourcePermissionWrapper.toCacheModel()
           
abstract  CacheModel<ResourcePermission> ResourcePermissionModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type ResourcePermission
 int ResourcePermissionWrapper.compareTo(ResourcePermission resourcePermission)
           
abstract  int ResourcePermissionModel.compareTo(ResourcePermission resourcePermission)
           
static ResourcePermissionSoap ResourcePermissionSoap.toSoapModel(ResourcePermission model)
           
static ResourcePermissionSoap[] ResourcePermissionSoap.toSoapModels(ResourcePermission[] models)
           
static ResourcePermissionSoap[][] ResourcePermissionSoap.toSoapModels(ResourcePermission[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type ResourcePermission
static ResourcePermissionSoap[] ResourcePermissionSoap.toSoapModels(List<ResourcePermission> models)
           
 

Constructors in com.liferay.portal.model with parameters of type ResourcePermission
ResourcePermissionWrapper(ResourcePermission resourcePermission)
           
 

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

Methods in com.liferay.portal.security.permission with parameters of type ResourcePermission
abstract  boolean PermissionConversionFilter.accept(Role role, ResourcePermission resourcePermission)
           
 

Uses of ResourcePermission in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ResourcePermission
abstract  ResourcePermission ResourcePermissionLocalService.addResourcePermission(ResourcePermission resourcePermission)
          Adds the resource permission to the database.
static ResourcePermission ResourcePermissionLocalServiceUtil.addResourcePermission(ResourcePermission resourcePermission)
          Adds the resource permission to the database.
 ResourcePermission ResourcePermissionLocalServiceWrapper.addResourcePermission(ResourcePermission resourcePermission)
          Adds the resource permission to the database.
abstract  ResourcePermission ResourcePermissionLocalService.createResourcePermission(long resourcePermissionId)
          Creates a new resource permission with the primary key.
static ResourcePermission ResourcePermissionLocalServiceUtil.createResourcePermission(long resourcePermissionId)
          Creates a new resource permission with the primary key.
 ResourcePermission ResourcePermissionLocalServiceWrapper.createResourcePermission(long resourcePermissionId)
          Creates a new resource permission with the primary key.
abstract  ResourcePermission ResourcePermissionLocalService.deleteResourcePermission(long resourcePermissionId)
          Deletes the resource permission with the primary key from the database.
static ResourcePermission ResourcePermissionLocalServiceUtil.deleteResourcePermission(long resourcePermissionId)
          Deletes the resource permission with the primary key from the database.
 ResourcePermission ResourcePermissionLocalServiceWrapper.deleteResourcePermission(long resourcePermissionId)
          Deletes the resource permission with the primary key from the database.
abstract  ResourcePermission ResourcePermissionLocalService.deleteResourcePermission(ResourcePermission resourcePermission)
          Deletes the resource permission from the database.
static ResourcePermission ResourcePermissionLocalServiceUtil.deleteResourcePermission(ResourcePermission resourcePermission)
          Deletes the resource permission from the database.
 ResourcePermission ResourcePermissionLocalServiceWrapper.deleteResourcePermission(ResourcePermission resourcePermission)
          Deletes the resource permission from the database.
abstract  ResourcePermission ResourcePermissionLocalService.fetchResourcePermission(long resourcePermissionId)
           
static ResourcePermission ResourcePermissionLocalServiceUtil.fetchResourcePermission(long resourcePermissionId)
           
 ResourcePermission ResourcePermissionLocalServiceWrapper.fetchResourcePermission(long resourcePermissionId)
           
abstract  ResourcePermission ResourcePermissionLocalService.fetchResourcePermission(long companyId, String name, int scope, String primKey, long roleId)
           
static ResourcePermission ResourcePermissionLocalServiceUtil.fetchResourcePermission(long companyId, String name, int scope, String primKey, long roleId)
           
 ResourcePermission ResourcePermissionLocalServiceWrapper.fetchResourcePermission(long companyId, String name, int scope, String primKey, long roleId)
           
abstract  ResourcePermission ResourcePermissionLocalService.getResourcePermission(long resourcePermissionId)
          Returns the resource permission with the primary key.
static ResourcePermission ResourcePermissionLocalServiceUtil.getResourcePermission(long resourcePermissionId)
          Returns the resource permission with the primary key.
 ResourcePermission ResourcePermissionLocalServiceWrapper.getResourcePermission(long resourcePermissionId)
          Returns the resource permission with the primary key.
abstract  ResourcePermission ResourcePermissionLocalService.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 ResourcePermission ResourcePermissionLocalServiceUtil.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.
 ResourcePermission ResourcePermissionLocalServiceWrapper.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.
abstract  ResourcePermission ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
          Updates the resource permission in the database or adds it if it does not yet exist.
static ResourcePermission ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission)
          Updates the resource permission in the database or adds it if it does not yet exist.
 ResourcePermission ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission)
          Updates the resource permission in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type ResourcePermission
abstract  List<ResourcePermission> ResourcePermissionLocalService.getResourcePermissions(int start, int end)
          Returns a range of all the resource permissions.
static List<ResourcePermission> ResourcePermissionLocalServiceUtil.getResourcePermissions(int start, int end)
          Returns a range of all the resource permissions.
 List<ResourcePermission> ResourcePermissionLocalServiceWrapper.getResourcePermissions(int start, int end)
          Returns a range of all the resource permissions.
abstract  List<ResourcePermission> ResourcePermissionLocalService.getResourcePermissions(long companyId, String name, int scope, String primKey)
          Returns all the resource permissions at the scope of the type.
static List<ResourcePermission> ResourcePermissionLocalServiceUtil.getResourcePermissions(long companyId, String name, int scope, String primKey)
          Returns all the resource permissions at the scope of the type.
 List<ResourcePermission> ResourcePermissionLocalServiceWrapper.getResourcePermissions(long companyId, String name, int scope, String primKey)
          Returns all the resource permissions at the scope of the type.
abstract  List<ResourcePermission> ResourcePermissionLocalService.getResourceResourcePermissions(long companyId, long groupId, String name, String primKey)
          Returns the resource permissions that apply to the resource.
static List<ResourcePermission> ResourcePermissionLocalServiceUtil.getResourceResourcePermissions(long companyId, long groupId, String name, String primKey)
          Returns the resource permissions that apply to the resource.
 List<ResourcePermission> ResourcePermissionLocalServiceWrapper.getResourceResourcePermissions(long companyId, long groupId, String name, String primKey)
          Returns the resource permissions that apply to the resource.
abstract  List<ResourcePermission> ResourcePermissionLocalService.getRoleResourcePermissions(long roleId)
          Returns all the resource permissions for the role.
static List<ResourcePermission> ResourcePermissionLocalServiceUtil.getRoleResourcePermissions(long roleId)
          Returns all the resource permissions for the role.
 List<ResourcePermission> ResourcePermissionLocalServiceWrapper.getRoleResourcePermissions(long roleId)
          Returns all the resource permissions for the role.
abstract  List<ResourcePermission> ResourcePermissionLocalService.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> ResourcePermissionLocalServiceUtil.getRoleResourcePermissions(long roleId, int[] scopes, int start, int end)
          Returns a range of all the resource permissions for the role at the scopes.
 List<ResourcePermission> ResourcePermissionLocalServiceWrapper.getRoleResourcePermissions(long roleId, int[] scopes, int start, int end)
          Returns a range of all the resource permissions for the role at the scopes.
abstract  List<ResourcePermission> ResourcePermissionLocalService.getScopeResourcePermissions(int[] scopes)
          Returns all the resource permissions where scope = any ?.
static List<ResourcePermission> ResourcePermissionLocalServiceUtil.getScopeResourcePermissions(int[] scopes)
          Returns all the resource permissions where scope = any ?.
 List<ResourcePermission> ResourcePermissionLocalServiceWrapper.getScopeResourcePermissions(int[] scopes)
          Returns all the resource permissions where scope = any ?.
 

Methods in com.liferay.portal.service with parameters of type ResourcePermission
abstract  ResourcePermission ResourcePermissionLocalService.addResourcePermission(ResourcePermission resourcePermission)
          Adds the resource permission to the database.
static ResourcePermission ResourcePermissionLocalServiceUtil.addResourcePermission(ResourcePermission resourcePermission)
          Adds the resource permission to the database.
 ResourcePermission ResourcePermissionLocalServiceWrapper.addResourcePermission(ResourcePermission resourcePermission)
          Adds the resource permission to the database.
abstract  ResourcePermission ResourcePermissionLocalService.deleteResourcePermission(ResourcePermission resourcePermission)
          Deletes the resource permission from the database.
static ResourcePermission ResourcePermissionLocalServiceUtil.deleteResourcePermission(ResourcePermission resourcePermission)
          Deletes the resource permission from the database.
 ResourcePermission ResourcePermissionLocalServiceWrapper.deleteResourcePermission(ResourcePermission resourcePermission)
          Deletes the resource permission from the database.
abstract  boolean ResourcePermissionLocalService.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
          Returns true if the resource permission grants permission to perform the resource action.
static boolean ResourcePermissionLocalServiceUtil.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
          Returns true if the resource permission grants permission to perform the resource action.
 boolean ResourcePermissionLocalServiceWrapper.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
          Returns true if the resource permission grants permission to perform the resource action.
abstract  ResourcePermission ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
          Updates the resource permission in the database or adds it if it does not yet exist.
static ResourcePermission ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission)
          Updates the resource permission in the database or adds it if it does not yet exist.
 ResourcePermission ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission)
          Updates the resource permission in the database or adds it if it does not yet exist.
 

Uses of ResourcePermission in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return ResourcePermission
abstract  ResourcePermission ResourcePermissionPersistence.create(long resourcePermissionId)
          Creates a new resource permission with the primary key.
static ResourcePermission ResourcePermissionUtil.create(long resourcePermissionId)
          Creates a new resource permission with the primary key.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns null if it could not be found.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns null if it could not be found.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, boolean retrieveFromCache)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, boolean retrieveFromCache)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByPrimaryKey(long resourcePermissionId)
          Returns the resource permission with the primary key or returns null if it could not be found.
static ResourcePermission ResourcePermissionUtil.fetchByPrimaryKey(long resourcePermissionId)
          Returns the resource permission with the primary key or returns null if it could not be found.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.fetchByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.fetchByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.findByC_LikeP_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission ResourcePermissionUtil.findByC_LikeP_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  ResourcePermission[] ResourcePermissionPersistence.findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_LikeP_PrevAndNext(long resourcePermissionId, long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey LIKE ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws a NoSuchResourcePermissionException if it could not be found.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws a NoSuchResourcePermissionException if it could not be found.
abstract  ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByPrimaryKey(long resourcePermissionId)
          Returns the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found.
static ResourcePermission ResourcePermissionUtil.findByPrimaryKey(long resourcePermissionId)
          Returns the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found.
abstract  ResourcePermission ResourcePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
abstract  ResourcePermission[] ResourcePermissionPersistence.findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.findByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.findByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.findByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
abstract  ResourcePermission[] ResourcePermissionPersistence.findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
static ResourcePermission[] ResourcePermissionUtil.findByScope_PrevAndNext(long resourcePermissionId, int scope, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where scope = ?.
abstract  ResourcePermission ResourcePermissionPersistence.remove(long resourcePermissionId)
          Removes the resource permission with the primary key from the database.
static ResourcePermission ResourcePermissionUtil.remove(long resourcePermissionId)
          Removes the resource permission with the primary key from the database.
abstract  ResourcePermission ResourcePermissionPersistence.removeByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database.
static ResourcePermission ResourcePermissionUtil.removeByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? from the database.
static ResourcePermission ResourcePermissionUtil.update(ResourcePermission resourcePermission)
           
static ResourcePermission ResourcePermissionUtil.update(ResourcePermission resourcePermission, ServiceContext serviceContext)
           
abstract  ResourcePermission ResourcePermissionPersistence.updateImpl(ResourcePermission resourcePermission)
           
static ResourcePermission ResourcePermissionUtil.updateImpl(ResourcePermission resourcePermission)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ResourcePermission
abstract  List<ResourcePermission> ResourcePermissionPersistence.findAll()
          Returns all the resource permissions.
static List<ResourcePermission> ResourcePermissionUtil.findAll()
          Returns all the resource permissions.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findAll(int start, int end)
          Returns a range of all the resource permissions.
static List<ResourcePermission> ResourcePermissionUtil.findAll(int start, int end)
          Returns a range of all the resource permissions.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
static List<ResourcePermission> ResourcePermissionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_LikeP(long companyId, String primKey)
          Returns all the resource permissions where companyId = ? and primKey LIKE ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_LikeP(long companyId, String primKey)
          Returns all the resource permissions where companyId = ? and primKey LIKE ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_LikeP(long companyId, String primKey, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_LikeP(long companyId, String primKey, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_LikeP(long companyId, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long[] roleIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P(long companyId, String name, int scope, String primKey)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P(long companyId, String name, int scope, String primKey)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P(long companyId, String name, int scope, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S(long companyId, String name, int scope)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S(long companyId, String name, int scope)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S(long companyId, String name, int scope, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S(long companyId, String name, int scope, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S(long companyId, String name, int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
abstract  List<ResourcePermission> ResourcePermissionFinder.findByR_S(long roleId, int[] scopes, int start, int end)
           
static List<ResourcePermission> ResourcePermissionFinderUtil.findByR_S(long roleId, int[] scopes, int start, int end)
           
abstract  List<ResourcePermission> ResourcePermissionFinder.findByResource(long companyId, long groupId, String name, String primKey)
           
static List<ResourcePermission> ResourcePermissionFinderUtil.findByResource(long companyId, long groupId, String name, String primKey)
           
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByRoleId(long roleId)
          Returns all the resource permissions where roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByRoleId(long roleId)
          Returns all the resource permissions where roleId = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByRoleId(long roleId, int start, int end)
          Returns a range of all the resource permissions where roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByRoleId(long roleId, int start, int end)
          Returns a range of all the resource permissions where roleId = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByScope(int scope)
          Returns all the resource permissions where scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int scope)
          Returns all the resource permissions where scope = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByScope(int[] scopes)
          Returns all the resource permissions where scope = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int[] scopes)
          Returns all the resource permissions where scope = any ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByScope(int[] scopes, int start, int end)
          Returns a range of all the resource permissions where scope = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int[] scopes, int start, int end)
          Returns a range of all the resource permissions where scope = any ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByScope(int[] scopes, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int[] scopes, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByScope(int scope, int start, int end)
          Returns a range of all the resource permissions where scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int scope, int start, int end)
          Returns a range of all the resource permissions where scope = ?.
abstract  List<ResourcePermission> ResourcePermissionPersistence.findByScope(int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int scope, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ResourcePermission> ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ResourcePermission> ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type ResourcePermission
abstract  void ResourcePermissionPersistence.cacheResult(ResourcePermission resourcePermission)
          Caches the resource permission in the entity cache if it is enabled.
static void ResourcePermissionUtil.cacheResult(ResourcePermission resourcePermission)
          Caches the resource permission in the entity cache if it is enabled.
static void ResourcePermissionUtil.clearCache(ResourcePermission resourcePermission)
           
static ResourcePermission ResourcePermissionUtil.update(ResourcePermission resourcePermission)
           
static ResourcePermission ResourcePermissionUtil.update(ResourcePermission resourcePermission, ServiceContext serviceContext)
           
abstract  ResourcePermission ResourcePermissionPersistence.updateImpl(ResourcePermission resourcePermission)
           
static ResourcePermission ResourcePermissionUtil.updateImpl(ResourcePermission resourcePermission)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ResourcePermission
abstract  void ResourcePermissionPersistence.cacheResult(List<ResourcePermission> resourcePermissions)
          Caches the resource permissions in the entity cache if it is enabled.
static void ResourcePermissionUtil.cacheResult(List<ResourcePermission> resourcePermissions)
          Caches the resource permissions in the entity cache if it is enabled.
 

Uses of ResourcePermission in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type ResourcePermission
static BaseModel<?> PortalUtil.getBaseModel(ResourcePermission resourcePermission)
           
abstract  BaseModel<?> Portal.getBaseModel(ResourcePermission resourcePermission)
          Returns the base model instance for the resource permission.
static BaseModel<?> PortalUtil.getModel(ResourcePermission resourcePermission)
          Deprecated. As of 6.1.0, replaced by PortalUtil.getBaseModel(ResourcePermission)
 


Liferay 6.2.0