Liferay 6.1.2-ce-ga3

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.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. Renamed to ResourcePermissionWrapper.getWrappedModel()
 ResourcePermission ResourcePermissionWrapper.toEscapedModel()
           
 ResourcePermission ResourcePermissionModel.toEscapedModel()
           
 ResourcePermission ResourcePermissionWrapper.toUnescapedModel()
           
 ResourcePermission ResourcePermissionModel.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type ResourcePermission
 int ResourcePermissionWrapper.compareTo(ResourcePermission resourcePermission)
           
 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.service
 

Methods in com.liferay.portal.service that return ResourcePermission
 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.
 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.
 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.
 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.
 ResourcePermission ResourcePermissionLocalService.fetchResourcePermission(long resourcePermissionId)
           
static ResourcePermission ResourcePermissionLocalServiceUtil.fetchResourcePermission(long resourcePermissionId)
           
 ResourcePermission ResourcePermissionLocalServiceWrapper.fetchResourcePermission(long resourcePermissionId)
           
 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.
 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.
 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.
 ResourcePermission ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission, boolean merge)
          Updates the resource permission in the database or adds it if it does not yet exist.
static ResourcePermission ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission, boolean merge)
          Updates the resource permission in the database or adds it if it does not yet exist.
 ResourcePermission ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission, boolean merge)
          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
 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.
 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.
 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.
 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.
 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.
 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
 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.
 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.
 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.
 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.
 ResourcePermission ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission, boolean merge)
          Updates the resource permission in the database or adds it if it does not yet exist.
static ResourcePermission ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission, boolean merge)
          Updates the resource permission in the database or adds it if it does not yet exist.
 ResourcePermission ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission, boolean merge)
          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
static ResourcePermission ResourcePermissionUtil.create(long resourcePermissionId)
          Creates a new resource permission with the primary key.
 ResourcePermission ResourcePermissionPersistence.create(long resourcePermissionId)
          Creates a new resource permission with the primary key.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
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 = ?.
 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_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 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_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 = ?.
 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_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 = ?.
 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_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found.
static ResourcePermission ResourcePermissionUtil.fetchByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds, boolean retrieveFromCache)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found, optionally using the finder cache.
 ResourcePermission ResourcePermissionPersistence.fetchByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds, boolean retrieveFromCache)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found, optionally using the finder cache.
static ResourcePermission ResourcePermissionUtil.fetchByC_P_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_P_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_P_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_P_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_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByPrimaryKey(long resourcePermissionId)
          Returns the resource permission with the primary key or returns null if it could not be found.
 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.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.fetchByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 ResourcePermission ResourcePermissionPersistence.fetchByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where scope = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_P_O_First(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_P_O_Last(long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_P_O_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_P_O_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long ownerId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_P_R_A_First(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_P_R_A_Last(long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
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 = ?.
 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_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 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_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 = ?.
 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_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 = ?.
 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_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 = ?.
 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_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_A_First(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_A_Last(long companyId, String name, int scope, String primKey, long roleId, long actionIds, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, long actionIds, 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 = ? and roleId = ? and actionIds = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_P_R_A_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, long actionIds, 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 = ? and roleId = ? and actionIds = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_First(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_Last(long companyId, String name, int scope, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or throws a NoSuchResourcePermissionException if it could not be found.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds)
          Returns the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or throws a NoSuchResourcePermissionException if it could not be found.
static ResourcePermission[] ResourcePermissionUtil.findByC_N_S_P_R_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, 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 = ? and roleId = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_N_S_P_R_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, long roleId, 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 = ? and roleId = ?.
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 = ?.
 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_P_First(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.findByC_P_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_P_Last(long companyId, String primKey, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey LIKE ?.
 ResourcePermission ResourcePermissionPersistence.findByC_P_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_P_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 ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_P_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_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_P_R_First(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByC_P_R_Last(long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the last resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByC_P_R_PrevAndNext(long resourcePermissionId, long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByC_P_R_PrevAndNext(long resourcePermissionId, long companyId, String primKey, long roleId, OrderByComparator orderByComparator)
          Returns the resource permissions before and after the current resource permission in the ordered set where companyId = ? and primKey = ? and roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByPrimaryKey(long resourcePermissionId)
          Returns the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found.
 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.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 ResourcePermission ResourcePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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.findByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first resource permission in the ordered set where scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByScope_First(int scope, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
 ResourcePermission ResourcePermissionPersistence.findByScope_Last(int scope, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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.remove(long resourcePermissionId)
          Removes the resource permission with the primary key from the database.
 ResourcePermission ResourcePermissionPersistence.remove(long resourcePermissionId)
          Removes the resource permission with the primary key from the database.
static ResourcePermission ResourcePermissionUtil.removeByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds)
          Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? from the database.
 ResourcePermission ResourcePermissionPersistence.removeByC_N_S_P_R_O_A(long companyId, String name, int scope, String primKey, long roleId, long ownerId, long actionIds)
          Removes the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? from the database.
static ResourcePermission ResourcePermissionUtil.update(ResourcePermission resourcePermission, boolean merge)
           
static ResourcePermission ResourcePermissionUtil.update(ResourcePermission resourcePermission, boolean merge, ServiceContext serviceContext)
           
static ResourcePermission ResourcePermissionUtil.updateImpl(ResourcePermission resourcePermission, boolean merge)
           
 ResourcePermission ResourcePermissionPersistence.updateImpl(ResourcePermission resourcePermission, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ResourcePermission
static List<ResourcePermission> ResourcePermissionUtil.findAll()
          Returns all the resource permissions.
 List<ResourcePermission> ResourcePermissionPersistence.findAll()
          Returns all the resource permissions.
static List<ResourcePermission> ResourcePermissionUtil.findAll(int start, int end)
          Returns a range of all the resource permissions.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
 List<ResourcePermission> ResourcePermissionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_P_O(long companyId, String name, String primKey, long ownerId)
          Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_P_O(long companyId, String name, String primKey, long ownerId)
          Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_P_O(long companyId, String name, String primKey, long ownerId, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_P_O(long companyId, String name, String primKey, long ownerId, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_P_O(long companyId, String name, String primKey, long ownerId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_P_O(long companyId, String name, String primKey, long ownerId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds)
          Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds)
          Returns all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_P_R_A(long companyId, String name, String primKey, long roleId, long actionIds, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds, 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 ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long[] roleIds, long actionIds, 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 ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds, 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 = ? and actionIds = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R_A(long companyId, String name, int scope, String primKey, long roleId, long actionIds, 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 = ? and actionIds = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
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 ?.
 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, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = any ?.
 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 roleId, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, 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 = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId, 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 = ?.
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 = ?.
 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, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?.
 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(long companyId, String name, int scope)
          Returns all the resource permissions where companyId = ? and name = ? and scope = ?.
 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, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and name = ? and scope = ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?.
 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_P_R(long companyId, String primKey, long roleId)
          Returns all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_P_R(long companyId, String primKey, long roleId)
          Returns all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_P_R(long companyId, String primKey, long roleId, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_P_R(long companyId, String primKey, long roleId, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_P_R(long companyId, String primKey, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_P_R(long companyId, String primKey, long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey = ? and roleId = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByC_P(long companyId, String primKey)
          Returns all the resource permissions where companyId = ? and primKey LIKE ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_P(long companyId, String primKey)
          Returns all the resource permissions where companyId = ? and primKey LIKE ?.
 List<ResourcePermission> ResourcePermissionFinder.findByC_P(long companyId, String primKey)
           
static List<ResourcePermission> ResourcePermissionFinderUtil.findByC_P(long companyId, String primKey)
           
static List<ResourcePermission> ResourcePermissionUtil.findByC_P(long companyId, String primKey, int start, int end)
          Returns a range of all the resource permissions where companyId = ? and primKey LIKE ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_P(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_P(long companyId, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByC_P(long companyId, String primKey, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where companyId = ? and primKey LIKE ?.
 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)
           
 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)
           
static List<ResourcePermission> ResourcePermissionUtil.findByRoleId(long roleId)
          Returns all the resource permissions where roleId = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByRoleId(long roleId)
          Returns 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 = ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where roleId = ?.
 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.findByScope(int scope)
          Returns all the resource permissions where scope = ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByScope(int scope)
          Returns all the resource permissions where scope = ?.
static List<ResourcePermission> ResourcePermissionUtil.findByScope(int[] scopes)
          Returns all the resource permissions where scope = any ?.
 List<ResourcePermission> ResourcePermissionPersistence.findByScope(int[] scopes)
          Returns 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 ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = any ?.
 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 scope, int start, int end)
          Returns a range of all the resource permissions where scope = ?.
 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, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource permissions where scope = ?.
 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.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
static void ResourcePermissionUtil.cacheResult(ResourcePermission resourcePermission)
          Caches the resource permission in the entity cache if it is enabled.
 void ResourcePermissionPersistence.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, boolean merge)
           
static ResourcePermission ResourcePermissionUtil.update(ResourcePermission resourcePermission, boolean merge, ServiceContext serviceContext)
           
static ResourcePermission ResourcePermissionUtil.updateImpl(ResourcePermission resourcePermission, boolean merge)
           
 ResourcePermission ResourcePermissionPersistence.updateImpl(ResourcePermission resourcePermission, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ResourcePermission
static void ResourcePermissionUtil.cacheResult(List<ResourcePermission> resourcePermissions)
          Caches the resource permissions in the entity cache if it is enabled.
 void ResourcePermissionPersistence.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)
           
 BaseModel<?> Portal.getBaseModel(ResourcePermission resourcePermission)
          Returns the base model instance for the resource permission.
static BaseModel<?> PortalUtil.getModel(ResourcePermission resourcePermission)
          Deprecated. PortalUtil.getBaseModel(ResourcePermission)
 


Liferay 6.1.2-ce-ga3