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 aNoSuchResourceActionExceptionif it could not be found.static ResourceActionReturns the resource action where name = ? and actionId = ? or throws aNoSuchResourceActionExceptionif 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 ResourceActionResourceActionUtil.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 ResourceActionResourceActionUtil.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 aNoSuchResourceActionExceptionif it could not be found.static ResourceActionResourceActionUtil.findByPrimaryKey(long resourceActionId) Returns the resource action with the primary key or throws aNoSuchResourceActionExceptionif it could not be found.ResourceActionPersistence.remove(long resourceActionId) Removes the resource action with the primary key from the database.static ResourceActionResourceActionUtil.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 ResourceActionResourceActionUtil.removeByN_A(String name, String actionId) Removes the resource action where name = ? and actionId = ? from the database.