Uses of Interface
com.liferay.portal.kernel.model.ResourceAction
Packages that use ResourceAction
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
This package defines the portal comparator classes.
-
Uses of ResourceAction in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement ResourceActionFields in com.liferay.portal.kernel.model with type parameters of type ResourceActionModifier and TypeFieldDescriptionstatic final Accessor<ResourceAction,
Long> ResourceAction.RESOURCE_ACTION_ID_ACCESSOR
Methods in com.liferay.portal.kernel.model that return ResourceActionModifier and TypeMethodDescriptionResourceActionModel.cloneWithOriginalValues()
ResourceActionWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type ResourceActionModifier and TypeMethodDescriptionboolean
ResourcePermission.hasAction
(ResourceAction resourceAction) boolean
ResourcePermissionWrapper.hasAction
(ResourceAction resourceAction) protected ResourceActionWrapper
ResourceActionWrapper.wrap
(ResourceAction resourceAction) Constructors in com.liferay.portal.kernel.model with parameters of type ResourceAction -
Uses of ResourceAction in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return ResourceActionModifier and TypeMethodDescriptionResourceActionLocalService.addResourceAction
(ResourceAction resourceAction) Adds the resource action to the database.ResourceActionLocalService.addResourceAction
(String name, String actionId, long bitwiseValue) static ResourceAction
ResourceActionLocalServiceUtil.addResourceAction
(ResourceAction resourceAction) Adds the resource action to the database.static ResourceAction
ResourceActionLocalServiceUtil.addResourceAction
(String name, String actionId, long bitwiseValue) ResourceActionLocalServiceWrapper.addResourceAction
(ResourceAction resourceAction) Adds the resource action to the database.ResourceActionLocalServiceWrapper.addResourceAction
(String name, String actionId, long bitwiseValue) ResourceActionLocalService.createResourceAction
(long resourceActionId) Creates a new resource action with the primary key.static ResourceAction
ResourceActionLocalServiceUtil.createResourceAction
(long resourceActionId) Creates a new resource action with the primary key.ResourceActionLocalServiceWrapper.createResourceAction
(long resourceActionId) Creates a new resource action with the primary key.ResourceActionLocalService.deleteResourceAction
(long resourceActionId) Deletes the resource action with the primary key from the database.ResourceActionLocalService.deleteResourceAction
(ResourceAction resourceAction) Deletes the resource action from the database.static ResourceAction
ResourceActionLocalServiceUtil.deleteResourceAction
(long resourceActionId) Deletes the resource action with the primary key from the database.static ResourceAction
ResourceActionLocalServiceUtil.deleteResourceAction
(ResourceAction resourceAction) Deletes the resource action from the database.ResourceActionLocalServiceWrapper.deleteResourceAction
(long resourceActionId) Deletes the resource action with the primary key from the database.ResourceActionLocalServiceWrapper.deleteResourceAction
(ResourceAction resourceAction) Deletes the resource action from the database.ResourceActionLocalService.fetchResourceAction
(long resourceActionId) ResourceActionLocalService.fetchResourceAction
(String name, String actionId) static ResourceAction
ResourceActionLocalServiceUtil.fetchResourceAction
(long resourceActionId) static ResourceAction
ResourceActionLocalServiceUtil.fetchResourceAction
(String name, String actionId) ResourceActionLocalServiceWrapper.fetchResourceAction
(long resourceActionId) ResourceActionLocalServiceWrapper.fetchResourceAction
(String name, String actionId) ResourceActionLocalService.getResourceAction
(long resourceActionId) Returns the resource action with the primary key.ResourceActionLocalService.getResourceAction
(String name, String actionId) static ResourceAction
ResourceActionLocalServiceUtil.getResourceAction
(long resourceActionId) Returns the resource action with the primary key.static ResourceAction
ResourceActionLocalServiceUtil.getResourceAction
(String name, String actionId) ResourceActionLocalServiceWrapper.getResourceAction
(long resourceActionId) Returns the resource action with the primary key.ResourceActionLocalServiceWrapper.getResourceAction
(String name, String actionId) ResourceActionLocalService.updateResourceAction
(ResourceAction resourceAction) Updates the resource action in the database or adds it if it does not yet exist.static ResourceAction
ResourceActionLocalServiceUtil.updateResourceAction
(ResourceAction resourceAction) Updates the resource action in the database or adds it if it does not yet exist.ResourceActionLocalServiceWrapper.updateResourceAction
(ResourceAction resourceAction) Updates the resource action in the database or adds it if it does not yet exist.Methods in com.liferay.portal.kernel.service that return types with arguments of type ResourceActionModifier and TypeMethodDescriptionResourceActionLocalService.getResourceActions
(int start, int end) Returns a range of all the resource actions.ResourceActionLocalService.getResourceActions
(String name) static List<ResourceAction>
ResourceActionLocalServiceUtil.getResourceActions
(int start, int end) Returns a range of all the resource actions.static List<ResourceAction>
ResourceActionLocalServiceUtil.getResourceActions
(String name) ResourceActionLocalServiceWrapper.getResourceActions
(int start, int end) Returns a range of all the resource actions.ResourceActionLocalServiceWrapper.getResourceActions
(String name) Methods in com.liferay.portal.kernel.service with parameters of type ResourceActionModifier and TypeMethodDescriptionResourceActionLocalService.addResourceAction
(ResourceAction resourceAction) Adds the resource action to the database.static ResourceAction
ResourceActionLocalServiceUtil.addResourceAction
(ResourceAction resourceAction) Adds the resource action to the database.ResourceActionLocalServiceWrapper.addResourceAction
(ResourceAction resourceAction) Adds the resource action to the database.ResourceActionLocalService.deleteResourceAction
(ResourceAction resourceAction) Deletes the resource action from the database.static ResourceAction
ResourceActionLocalServiceUtil.deleteResourceAction
(ResourceAction resourceAction) Deletes the resource action from the database.ResourceActionLocalServiceWrapper.deleteResourceAction
(ResourceAction resourceAction) Deletes the resource action from the database.boolean
ResourcePermissionLocalService.hasActionId
(ResourcePermission resourcePermission, ResourceAction resourceAction) Returnstrue
if the resource permission grants permission to perform the resource action.static boolean
ResourcePermissionLocalServiceUtil.hasActionId
(ResourcePermission resourcePermission, ResourceAction resourceAction) Returnstrue
if the resource permission grants permission to perform the resource action.boolean
ResourcePermissionLocalServiceWrapper.hasActionId
(ResourcePermission resourcePermission, ResourceAction resourceAction) Returnstrue
if the resource permission grants permission to perform the resource action.ResourceActionLocalService.updateResourceAction
(ResourceAction resourceAction) Updates the resource action in the database or adds it if it does not yet exist.static ResourceAction
ResourceActionLocalServiceUtil.updateResourceAction
(ResourceAction resourceAction) Updates the resource action in the database or adds it if it does not yet exist.ResourceActionLocalServiceWrapper.updateResourceAction
(ResourceAction resourceAction) Updates the resource action in the database or adds it if it does not yet exist. -
Uses of ResourceAction in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return ResourceActionModifier and TypeMethodDescriptionResourceActionPersistence.create
(long resourceActionId) Creates a new resource action with the primary key.static ResourceAction
ResourceActionUtil.create
(long resourceActionId) Creates a new resource action with the primary key.ResourceActionPersistence.fetchByN_A
(String name, String actionId) Returns the resource action where name = ? and actionId = ? or returnsnull
if it could not be found.ResourceActionPersistence.fetchByN_A
(String name, String actionId, boolean useFinderCache) Returns the resource action where name = ? and actionId = ? or returnsnull
if it could not be found, optionally using the finder cache.static ResourceAction
ResourceActionUtil.fetchByN_A
(String name, String actionId) Returns the resource action where name = ? and actionId = ? or returnsnull
if it could not be found.static ResourceAction
ResourceActionUtil.fetchByN_A
(String name, String actionId, boolean useFinderCache) Returns the resource action where name = ? and actionId = ? or returnsnull
if it could not be found, optionally using the finder cache.ResourceActionPersistence.fetchByName_First
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the first resource action in the ordered set where name = ?.static ResourceAction
ResourceActionUtil.fetchByName_First
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the first resource action in the ordered set where name = ?.ResourceActionPersistence.fetchByName_Last
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the last resource action in the ordered set where name = ?.static ResourceAction
ResourceActionUtil.fetchByName_Last
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the last resource action in the ordered set where name = ?.ResourceActionPersistence.fetchByPrimaryKey
(long resourceActionId) Returns the resource action with the primary key or returnsnull
if it could not be found.static ResourceAction
ResourceActionUtil.fetchByPrimaryKey
(long resourceActionId) Returns the resource action with the primary key or returnsnull
if it could not be found.Returns 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.static ResourceAction
ResourceActionUtil.update
(ResourceAction resourceAction) static ResourceAction
ResourceActionUtil.update
(ResourceAction resourceAction, ServiceContext serviceContext) ResourceActionPersistence.updateImpl
(ResourceAction resourceAction) static ResourceAction
ResourceActionUtil.updateImpl
(ResourceAction resourceAction) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type ResourceActionModifier and TypeMethodDescriptionstatic Map<Serializable,
ResourceAction> ResourceActionUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) ResourceActionPersistence.findAll()
Returns all the resource actions.ResourceActionPersistence.findAll
(int start, int end) Returns a range of all the resource actions.ResourceActionPersistence.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions.ResourceActionPersistence.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions.static List<ResourceAction>
ResourceActionUtil.findAll()
Returns all the resource actions.static List<ResourceAction>
ResourceActionUtil.findAll
(int start, int end) Returns a range of all the resource actions.static List<ResourceAction>
ResourceActionUtil.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions.static List<ResourceAction>
ResourceActionUtil.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions.ResourceActionPersistence.findByName
(String name) Returns all the resource actions where name = ?.ResourceActionPersistence.findByName
(String name, int start, int end) Returns a range of all the resource actions where name = ?.ResourceActionPersistence.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions where name = ?.ResourceActionPersistence.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions where name = ?.static List<ResourceAction>
ResourceActionUtil.findByName
(String name) Returns all the resource actions where name = ?.static List<ResourceAction>
ResourceActionUtil.findByName
(String name, int start, int end) Returns a range of all the resource actions where name = ?.static List<ResourceAction>
ResourceActionUtil.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions where name = ?.static List<ResourceAction>
ResourceActionUtil.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions where name = ?.static List<ResourceAction>
ResourceActionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<ResourceAction>
ResourceActionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<ResourceAction>
ResourceActionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourceAction> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type ResourceActionModifier and TypeMethodDescriptionvoid
ResourceActionPersistence.cacheResult
(ResourceAction resourceAction) Caches the resource action in the entity cache if it is enabled.static void
ResourceActionUtil.cacheResult
(ResourceAction resourceAction) Caches the resource action in the entity cache if it is enabled.static void
ResourceActionUtil.clearCache
(ResourceAction resourceAction) static ResourceAction
ResourceActionUtil.update
(ResourceAction resourceAction) static ResourceAction
ResourceActionUtil.update
(ResourceAction resourceAction, ServiceContext serviceContext) ResourceActionPersistence.updateImpl
(ResourceAction resourceAction) static ResourceAction
ResourceActionUtil.updateImpl
(ResourceAction resourceAction) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type ResourceActionModifier and TypeMethodDescriptionvoid
ResourceActionPersistence.cacheResult
(List<ResourceAction> resourceActions) Caches the resource actions in the entity cache if it is enabled.static void
ResourceActionUtil.cacheResult
(List<ResourceAction> resourceActions) Caches the resource actions in the entity cache if it is enabled.ResourceActionPersistence.fetchByName_First
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the first resource action in the ordered set where name = ?.static ResourceAction
ResourceActionUtil.fetchByName_First
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the first resource action in the ordered set where name = ?.ResourceActionPersistence.fetchByName_Last
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the last resource action in the ordered set where name = ?.static ResourceAction
ResourceActionUtil.fetchByName_Last
(String name, OrderByComparator<ResourceAction> orderByComparator) Returns the last resource action in the ordered set where name = ?.ResourceActionPersistence.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions.ResourceActionPersistence.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions.static List<ResourceAction>
ResourceActionUtil.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions.static List<ResourceAction>
ResourceActionUtil.findAll
(int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions.ResourceActionPersistence.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions where name = ?.ResourceActionPersistence.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions where name = ?.static List<ResourceAction>
ResourceActionUtil.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator) Returns an ordered range of all the resource actions where name = ?.static List<ResourceAction>
ResourceActionUtil.findByName
(String name, int start, int end, OrderByComparator<ResourceAction> orderByComparator, boolean useFinderCache) Returns an ordered range of all the resource actions where name = ?.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 = ?.static List<ResourceAction>
ResourceActionUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ResourceAction> orderByComparator) -
Uses of ResourceAction in com.liferay.portal.kernel.util.comparator
Methods in com.liferay.portal.kernel.util.comparator with parameters of type ResourceActionModifier and TypeMethodDescriptionint
ResourceActionBitwiseValueComparator.compare
(ResourceAction resourceAction1, ResourceAction resourceAction2)