Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchResourceActionException

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

Uses of NoSuchResourceActionException in com.liferay.portal.security.permission
 

Methods in com.liferay.portal.security.permission that throw NoSuchResourceActionException
static void ResourceActionsUtil.checkAction(String name, String actionId)
           
 void ResourceActions.checkAction(String name, String actionId)
           
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchResourceActionException
 ResourceAction ResourceActionPersistence.findByN_A(String name, String actionId)
          Returns the resource action where name = ? and actionId = ? or throws a NoSuchResourceActionException if it could not be found.
static ResourceAction ResourceActionUtil.findByN_A(String name, String actionId)
          Returns the resource action where name = ? and actionId = ? or throws a NoSuchResourceActionException if it could not be found.
 ResourceAction ResourceActionPersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
 ResourceAction[] ResourceActionPersistence.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator orderByComparator)
          Returns the resource actions before and after the current resource action in the ordered set where name = ?.
static ResourceAction[] ResourceActionUtil.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator orderByComparator)
          Returns the resource actions before and after the current resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.findByPrimaryKey(long resourceActionId)
          Returns the resource action with the primary key or throws a NoSuchResourceActionException if it could not be found.
static ResourceAction ResourceActionUtil.findByPrimaryKey(long resourceActionId)
          Returns the resource action with the primary key or throws a NoSuchResourceActionException if it could not be found.
 ResourceAction ResourceActionPersistence.remove(long resourceActionId)
          Removes the resource action with the primary key from the database.
static ResourceAction ResourceActionUtil.remove(long resourceActionId)
          Removes the resource action with the primary key from the database.
 ResourceAction ResourceActionPersistence.removeByN_A(String name, String actionId)
          Removes the resource action where name = ? and actionId = ? from the database.
static ResourceAction ResourceActionUtil.removeByN_A(String name, String actionId)
          Removes the resource action where name = ? and actionId = ? from the database.
 


Liferay 6.1.2-ce-ga3