Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchResourceTypePermissionException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchResourceTypePermissionException
 ResourceTypePermission ResourceTypePermissionPersistence.findByC_G_N_R(long companyId, long groupId, String name, long roleId)
          Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or throws a NoSuchResourceTypePermissionException if it could not be found.
static ResourceTypePermission ResourceTypePermissionUtil.findByC_G_N_R(long companyId, long groupId, String name, long roleId)
          Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or throws a NoSuchResourceTypePermissionException if it could not be found.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.findByC_G_N_R(long companyId, long groupId, String name, long roleId)
          Returns the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? or throws a NoSuchResourceTypePermissionException if it could not be found.
 ResourceTypePermission ResourceTypePermissionPersistence.findByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.findByC_N_R_First(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.findByC_N_R_Last(long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission[] ResourceTypePermissionPersistence.findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
static ResourceTypePermission[] ResourceTypePermissionUtil.findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission[] ResourceTypePermissionPersistenceImpl.findByC_N_R_PrevAndNext(long resourceTypePermissionId, long companyId, String name, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where companyId = ? and name = ? and roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByPrimaryKey(long resourceTypePermissionId)
          Returns the resource type permission with the primary key or throws a NoSuchResourceTypePermissionException if it could not be found.
static ResourceTypePermission ResourceTypePermissionUtil.findByPrimaryKey(long resourceTypePermissionId)
          Returns the resource type permission with the primary key or throws a NoSuchResourceTypePermissionException if it could not be found.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.findByPrimaryKey(long resourceTypePermissionId)
          Returns the resource type permission with the primary key or throws a NoSuchResourceTypePermissionException if it could not be found.
 ResourceTypePermission ResourceTypePermissionPersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
static ResourceTypePermission ResourceTypePermissionUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission[] ResourceTypePermissionPersistence.findByRoleId_PrevAndNext(long resourceTypePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
static ResourceTypePermission[] ResourceTypePermissionUtil.findByRoleId_PrevAndNext(long resourceTypePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission[] ResourceTypePermissionPersistenceImpl.findByRoleId_PrevAndNext(long resourceTypePermissionId, long roleId, OrderByComparator orderByComparator)
          Returns the resource type permissions before and after the current resource type permission in the ordered set where roleId = ?.
 ResourceTypePermission ResourceTypePermissionPersistence.remove(long resourceTypePermissionId)
          Removes the resource type permission with the primary key from the database.
static ResourceTypePermission ResourceTypePermissionUtil.remove(long resourceTypePermissionId)
          Removes the resource type permission with the primary key from the database.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.remove(long resourceTypePermissionId)
          Removes the resource type permission with the primary key from the database.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.remove(Serializable primaryKey)
          Removes the resource type permission with the primary key from the database.
 ResourceTypePermission ResourceTypePermissionPersistence.removeByC_G_N_R(long companyId, long groupId, String name, long roleId)
          Removes the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? from the database.
static ResourceTypePermission ResourceTypePermissionUtil.removeByC_G_N_R(long companyId, long groupId, String name, long roleId)
          Removes the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? from the database.
 ResourceTypePermission ResourceTypePermissionPersistenceImpl.removeByC_G_N_R(long companyId, long groupId, String name, long roleId)
          Removes the resource type permission where companyId = ? and groupId = ? and name = ? and roleId = ? from the database.
 


Liferay 6.1.2-ce-ga3