Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchResourceActionException

Packages that use NoSuchResourceActionException
com.liferay.portal.security.permission   
com.liferay.portal.service.persistence   
 

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

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

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

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


Liferay 6.0.5