Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchResourcePermissionException

Packages that use NoSuchResourcePermissionException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchResourcePermissionException
static ResourcePermission ResourcePermissionUtil.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Finds 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)
          Finds the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByC_N_S_First(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByC_N_S_Last(long companyId, String name, int scope, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByC_N_S_P_First(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByC_N_S_P_Last(long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
          Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?.
 ResourcePermission[] ResourcePermissionPersistenceImpl.findByC_N_S_P_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, String primKey, OrderByComparator orderByComparator)
          Finds 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(long companyId, String name, int scope, String primKey, long roleId)
          Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws a NoSuchResourcePermissionException if it could not be found.
 ResourcePermission ResourcePermissionPersistence.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws a NoSuchResourcePermissionException if it could not be found.
 ResourcePermission ResourcePermissionPersistenceImpl.findByC_N_S_P_R(long companyId, String name, int scope, String primKey, long roleId)
          Finds 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_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator orderByComparator)
          Finds 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)
          Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
 ResourcePermission[] ResourcePermissionPersistenceImpl.findByC_N_S_PrevAndNext(long resourcePermissionId, long companyId, String name, int scope, OrderByComparator orderByComparator)
          Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByPrimaryKey(long resourcePermissionId)
          Finds the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found.
 ResourcePermission ResourcePermissionPersistence.findByPrimaryKey(long resourcePermissionId)
          Finds the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found.
 ResourcePermission ResourcePermissionPersistenceImpl.findByPrimaryKey(long resourcePermissionId)
          Finds the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found.
static ResourcePermission ResourcePermissionUtil.findByR_S_First(long roleId, int scope, OrderByComparator orderByComparator)
          Finds the first resource permission in the ordered set where roleId = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByR_S_First(long roleId, int scope, OrderByComparator orderByComparator)
          Finds the first resource permission in the ordered set where roleId = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByR_S_First(long roleId, int scope, OrderByComparator orderByComparator)
          Finds the first resource permission in the ordered set where roleId = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByR_S_Last(long roleId, int scope, OrderByComparator orderByComparator)
          Finds the last resource permission in the ordered set where roleId = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistence.findByR_S_Last(long roleId, int scope, OrderByComparator orderByComparator)
          Finds the last resource permission in the ordered set where roleId = ? and scope = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByR_S_Last(long roleId, int scope, OrderByComparator orderByComparator)
          Finds the last resource permission in the ordered set where roleId = ? and scope = ?.
static ResourcePermission[] ResourcePermissionUtil.findByR_S_PrevAndNext(long resourcePermissionId, long roleId, int scope, OrderByComparator orderByComparator)
          Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ? and scope = ?.
 ResourcePermission[] ResourcePermissionPersistence.findByR_S_PrevAndNext(long resourcePermissionId, long roleId, int scope, OrderByComparator orderByComparator)
          Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ? and scope = ?.
 ResourcePermission[] ResourcePermissionPersistenceImpl.findByR_S_PrevAndNext(long resourcePermissionId, long roleId, int scope, OrderByComparator orderByComparator)
          Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ? and scope = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first resource permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first resource permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first resource permission in the ordered set where roleId = ?.
static ResourcePermission ResourcePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last resource permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last resource permission in the ordered set where roleId = ?.
 ResourcePermission ResourcePermissionPersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last resource permission in the ordered set where roleId = ?.
static ResourcePermission[] ResourcePermissionUtil.findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
 ResourcePermission[] ResourcePermissionPersistenceImpl.findByRoleId_PrevAndNext(long resourcePermissionId, long roleId, OrderByComparator orderByComparator)
          Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ?.
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.
 ResourcePermission ResourcePermissionPersistenceImpl.remove(long resourcePermissionId)
          Removes the resource permission with the primary key from the database.
static void 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.
 void 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.
 void ResourcePermissionPersistenceImpl.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.
 


Liferay 6.0.5