Uses of Class
com.liferay.portal.kernel.exception.NoSuchResourceActionException
Packages that use NoSuchResourceActionException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchResourceActionException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchResourceActionExceptionModifier and TypeMethodDescriptionReturns the resource action where name = ? and actionId = ? or throws aNoSuchResourceActionException
if it could not be found.static ResourceAction
Returns the resource action where name = ? and actionId = ? or throws aNoSuchResourceActionException
if it could not be found.ResourceActionPersistence.findByName_First
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the first resource action in the ordered set where name = ?.static ResourceAction
ResourceActionUtil.findByName_First
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the first resource action in the ordered set where name = ?.ResourceActionPersistence.findByName_Last
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the last resource action in the ordered set where name = ?.static ResourceAction
ResourceActionUtil.findByName_Last
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the last resource action in the ordered set where name = ?.ResourceActionPersistence.findByName_PrevAndNext
(long resourceActionId, String name, OrderByComparator<ResourceAction> 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<ResourceAction> orderByComparator) Returns the resource actions before and after the current resource action in the ordered set where name = ?.ResourceActionPersistence.findByPrimaryKey
(long resourceActionId) Returns the resource action with the primary key or throws aNoSuchResourceActionException
if it could not be found.static ResourceAction
ResourceActionUtil.findByPrimaryKey
(long resourceActionId) Returns the resource action with the primary key or throws aNoSuchResourceActionException
if it could not be found.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.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.