Liferay 6.1.2-ce-ga3

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
 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.findByPrimaryKey(long resourceBlockPermissionId)
          Returns the resource block permission with the primary key or throws a NoSuchResourceBlockPermissionException if it could not be found.
 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.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.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
static ResourceBlockPermission ResourceBlockPermissionUtil.findByResourceBlockId_First(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the first resource block permission in the ordered set where resourceBlockId = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.findByResourceBlockId_Last(long resourceBlockId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 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.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 = ?.
 ResourceBlockPermission ResourceBlockPermissionPersistence.remove(long resourceBlockPermissionId)
          Removes the resource block permission with the primary key from the database.
static ResourceBlockPermission ResourceBlockPermissionUtil.remove(long resourceBlockPermissionId)
          Removes the resource block permission with the primary key from the database.
 ResourceBlockPermission ResourceBlockPermissionPersistence.removeByR_R(long resourceBlockId, long roleId)
          Removes the resource block permission where resourceBlockId = ? and roleId = ? from the database.
static ResourceBlockPermission ResourceBlockPermissionUtil.removeByR_R(long resourceBlockId, long roleId)
          Removes the resource block permission where resourceBlockId = ? and roleId = ? from the database.
 


Liferay 6.1.2-ce-ga3