Liferay 6.2.0

Uses of Class
com.liferay.portal.NoSuchResourceBlockPermissionException

Packages that use NoSuchResourceBlockPermissionException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchResourceBlockPermissionException
static ResourceBlockPermission ResourceBlockPermissionUtil.findByPrimaryKey(long resourceBlockPermissionId)
          Returns the resource block permission with the primary key or throws a NoSuchResourceBlockPermissionException if it could not be found.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.findByPrimaryKey(long resourceBlockPermissionId)
          Returns the resource block permission with the primary key or throws a NoSuchResourceBlockPermissionException if it could not be found.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByR_R(long resourceBlockId, long roleId)
          Returns the resource block permission where resourceBlockId = ? and roleId = ? or throws a NoSuchResourceBlockPermissionException if it could not be found.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.findByR_R(long resourceBlockId, long roleId)
          Returns the resource block permission where resourceBlockId = ? and roleId = ? or throws a NoSuchResourceBlockPermissionException if it could not be found.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission[] ResourceBlockPermissionUtil.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?.
abstract  ResourceBlockPermission[] ResourceBlockPermissionPersistence.findByResourceBlockId_PrevAndNext(long resourceBlockPermissionId, long resourceBlockId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where roleId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource block permission in the ordered set where roleId = ?.
static ResourceBlockPermission[] ResourceBlockPermissionUtil.findByRoleId_PrevAndNext(long resourceBlockPermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?.
abstract  ResourceBlockPermission[] ResourceBlockPermissionPersistence.findByRoleId_PrevAndNext(long resourceBlockPermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource block permissions before and after the current resource block permission in the ordered set where roleId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.remove(long resourceBlockPermissionId)
          Removes the resource block permission with the primary key from the database.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.remove(long resourceBlockPermissionId)
          Removes the resource block permission with the primary key from the database.
static ResourceBlockPermission ResourceBlockPermissionUtil.removeByR_R(long resourceBlockId, long roleId)
          Removes the resource block permission where resourceBlockId = ? and roleId = ? from the database.
abstract  ResourceBlockPermission ResourceBlockPermissionPersistence.removeByR_R(long resourceBlockId, long roleId)
          Removes the resource block permission where resourceBlockId = ? and roleId = ? from the database.
 


Liferay 6.2.0