Liferay 6.0-ee-sp2

Uses of Class
com.liferay.portal.NoSuchPermissionException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchPermissionException
static Permission PermissionUtil.findByA_R(String actionId, long resourceId)
          Finds the permission where actionId = ? and resourceId = ? or throws a NoSuchPermissionException if it could not be found.
 Permission PermissionPersistence.findByA_R(String actionId, long resourceId)
          Finds the permission where actionId = ? and resourceId = ? or throws a NoSuchPermissionException if it could not be found.
static Permission PermissionUtil.findByPrimaryKey(long permissionId)
          Finds the permission with the primary key or throws a NoSuchPermissionException if it could not be found.
 Permission PermissionPersistence.findByPrimaryKey(long permissionId)
          Finds the permission with the primary key or throws a NoSuchPermissionException if it could not be found.
static Permission PermissionUtil.findByResourceId_First(long resourceId, OrderByComparator orderByComparator)
          Finds the first permission in the ordered set where resourceId = ?.
 Permission PermissionPersistence.findByResourceId_First(long resourceId, OrderByComparator orderByComparator)
          Finds the first permission in the ordered set where resourceId = ?.
static Permission PermissionUtil.findByResourceId_Last(long resourceId, OrderByComparator orderByComparator)
          Finds the last permission in the ordered set where resourceId = ?.
 Permission PermissionPersistence.findByResourceId_Last(long resourceId, OrderByComparator orderByComparator)
          Finds the last permission in the ordered set where resourceId = ?.
static Permission[] PermissionUtil.findByResourceId_PrevAndNext(long permissionId, long resourceId, OrderByComparator orderByComparator)
          Finds the permissions before and after the current permission in the ordered set where resourceId = ?.
 Permission[] PermissionPersistence.findByResourceId_PrevAndNext(long permissionId, long resourceId, OrderByComparator orderByComparator)
          Finds the permissions before and after the current permission in the ordered set where resourceId = ?.
static Permission PermissionUtil.remove(long permissionId)
          Removes the permission with the primary key from the database.
 Permission PermissionPersistence.remove(long permissionId)
          Removes the permission with the primary key from the database.
static void PermissionUtil.removeByA_R(String actionId, long resourceId)
          Removes the permission where actionId = ? and resourceId = ? from the database.
 void PermissionPersistence.removeByA_R(String actionId, long resourceId)
          Removes the permission where actionId = ? and resourceId = ? from the database.
 


Liferay 6.0-ee-sp2