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_ACCESSORMethods 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 TypeMethodDescriptionbooleanResourcePermission.hasAction(ResourceAction resourceAction) booleanResourcePermissionWrapper.hasAction(ResourceAction resourceAction) protected ResourceActionWrapperResourceActionWrapper.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 ResourceActionResourceActionLocalServiceUtil.addResourceAction(ResourceAction resourceAction) Adds the resource action to the database.static ResourceActionResourceActionLocalServiceUtil.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 ResourceActionResourceActionLocalServiceUtil.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 ResourceActionResourceActionLocalServiceUtil.deleteResourceAction(long resourceActionId) Deletes the resource action with the primary key from the database.static ResourceActionResourceActionLocalServiceUtil.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 ResourceActionResourceActionLocalServiceUtil.fetchResourceAction(long resourceActionId) static ResourceActionResourceActionLocalServiceUtil.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 ResourceActionResourceActionLocalServiceUtil.getResourceAction(long resourceActionId) Returns the resource action with the primary key.static ResourceActionResourceActionLocalServiceUtil.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 ResourceActionResourceActionLocalServiceUtil.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 ResourceActionResourceActionLocalServiceUtil.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 ResourceActionResourceActionLocalServiceUtil.deleteResourceAction(ResourceAction resourceAction) Deletes the resource action from the database.ResourceActionLocalServiceWrapper.deleteResourceAction(ResourceAction resourceAction) Deletes the resource action from the database.booleanResourcePermissionLocalService.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction) Returnstrueif the resource permission grants permission to perform the resource action.static booleanResourcePermissionLocalServiceUtil.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction) Returnstrueif the resource permission grants permission to perform the resource action.booleanResourcePermissionLocalServiceWrapper.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction) Returnstrueif 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 ResourceActionResourceActionLocalServiceUtil.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 ResourceActionResourceActionUtil.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 returnsnullif it could not be found.ResourceActionPersistence.fetchByN_A(String name, String actionId, boolean useFinderCache) Returns the resource action where name = ? and actionId = ? or returnsnullif it could not be found, optionally using the finder cache.static ResourceActionResourceActionUtil.fetchByN_A(String name, String actionId) Returns the resource action where name = ? and actionId = ? or returnsnullif it could not be found.static ResourceActionResourceActionUtil.fetchByN_A(String name, String actionId, boolean useFinderCache) Returns the resource action where name = ? and actionId = ? or returnsnullif 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 ResourceActionResourceActionUtil.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 ResourceActionResourceActionUtil.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 returnsnullif it could not be found.static ResourceActionResourceActionUtil.fetchByPrimaryKey(long resourceActionId) Returns the resource action with the primary key or returnsnullif it could not be found.Returns 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.static ResourceActionResourceActionUtil.update(ResourceAction resourceAction) static ResourceActionResourceActionUtil.update(ResourceAction resourceAction, ServiceContext serviceContext) ResourceActionPersistence.updateImpl(ResourceAction resourceAction) static ResourceActionResourceActionUtil.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 TypeMethodDescriptionvoidResourceActionPersistence.cacheResult(ResourceAction resourceAction) Caches the resource action in the entity cache if it is enabled.static voidResourceActionUtil.cacheResult(ResourceAction resourceAction) Caches the resource action in the entity cache if it is enabled.static voidResourceActionUtil.clearCache(ResourceAction resourceAction) static ResourceActionResourceActionUtil.update(ResourceAction resourceAction) static ResourceActionResourceActionUtil.update(ResourceAction resourceAction, ServiceContext serviceContext) ResourceActionPersistence.updateImpl(ResourceAction resourceAction) static ResourceActionResourceActionUtil.updateImpl(ResourceAction resourceAction) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type ResourceActionModifier and TypeMethodDescriptionvoidResourceActionPersistence.cacheResult(List<ResourceAction> resourceActions) Caches the resource actions in the entity cache if it is enabled.static voidResourceActionUtil.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 ResourceActionResourceActionUtil.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 ResourceActionResourceActionUtil.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 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 = ?.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 TypeMethodDescriptionintResourceActionBitwiseValueComparator.compare(ResourceAction resourceAction1, ResourceAction resourceAction2)