Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.ResourceAction

Packages that use ResourceAction
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of ResourceAction in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement ResourceAction
 class ResourceActionWrapper
           This class is a wrapper for ResourceAction.
 

Methods in com.liferay.portal.model that return ResourceAction
 ResourceAction ResourceActionWrapper.getWrappedModel()
           
 ResourceAction ResourceActionWrapper.getWrappedResourceAction()
          Deprecated. As of 6.1.0, replaced by ResourceActionWrapper.getWrappedModel()
 ResourceAction ResourceActionModel.toEscapedModel()
           
 ResourceAction ResourceActionWrapper.toEscapedModel()
           
 ResourceAction ResourceActionModel.toUnescapedModel()
           
 ResourceAction ResourceActionWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type ResourceAction
 CacheModel<ResourceAction> ResourceActionModel.toCacheModel()
           
 CacheModel<ResourceAction> ResourceActionWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type ResourceAction
 int ResourceActionModel.compareTo(ResourceAction resourceAction)
           
 int ResourceActionWrapper.compareTo(ResourceAction resourceAction)
           
static ResourceActionSoap ResourceActionSoap.toSoapModel(ResourceAction model)
           
static ResourceActionSoap[] ResourceActionSoap.toSoapModels(ResourceAction[] models)
           
static ResourceActionSoap[][] ResourceActionSoap.toSoapModels(ResourceAction[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type ResourceAction
static ResourceActionSoap[] ResourceActionSoap.toSoapModels(List<ResourceAction> models)
           
 

Constructors in com.liferay.portal.model with parameters of type ResourceAction
ResourceActionWrapper(ResourceAction resourceAction)
           
 

Uses of ResourceAction in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ResourceAction
 ResourceAction ResourceActionLocalServiceWrapper.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 ResourceAction ResourceActionLocalService.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
static ResourceAction ResourceActionLocalServiceUtil.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 ResourceAction ResourceActionLocalServiceWrapper.createResourceAction(long resourceActionId)
          Creates a new resource action with the primary key.
 ResourceAction 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.
 ResourceAction ResourceActionLocalServiceWrapper.deleteResourceAction(long resourceActionId)
          Deletes the resource action with the primary key from the database.
 ResourceAction ResourceActionLocalService.deleteResourceAction(long resourceActionId)
          Deletes the resource action with the primary key from the database.
static ResourceAction ResourceActionLocalServiceUtil.deleteResourceAction(long resourceActionId)
          Deletes the resource action with the primary key from the database.
 ResourceAction ResourceActionLocalServiceWrapper.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
 ResourceAction ResourceActionLocalService.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
static ResourceAction ResourceActionLocalServiceUtil.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
 ResourceAction ResourceActionLocalServiceWrapper.fetchResourceAction(long resourceActionId)
           
 ResourceAction ResourceActionLocalService.fetchResourceAction(long resourceActionId)
           
static ResourceAction ResourceActionLocalServiceUtil.fetchResourceAction(long resourceActionId)
           
 ResourceAction ResourceActionLocalServiceWrapper.fetchResourceAction(String name, String actionId)
           
 ResourceAction ResourceActionLocalService.fetchResourceAction(String name, String actionId)
           
static ResourceAction ResourceActionLocalServiceUtil.fetchResourceAction(String name, String actionId)
           
 ResourceAction ResourceActionLocalServiceWrapper.getResourceAction(long resourceActionId)
          Returns the resource action with the primary key.
 ResourceAction ResourceActionLocalService.getResourceAction(long resourceActionId)
          Returns the resource action with the primary key.
static ResourceAction ResourceActionLocalServiceUtil.getResourceAction(long resourceActionId)
          Returns the resource action with the primary key.
 ResourceAction ResourceActionLocalServiceWrapper.getResourceAction(String name, String actionId)
           
 ResourceAction ResourceActionLocalService.getResourceAction(String name, String actionId)
           
static ResourceAction ResourceActionLocalServiceUtil.getResourceAction(String name, String actionId)
           
 ResourceAction ResourceActionLocalServiceWrapper.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database or adds it if it does not yet exist.
 ResourceAction 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.
 

Methods in com.liferay.portal.service that return types with arguments of type ResourceAction
 List<ResourceAction> ResourceActionLocalServiceWrapper.getResourceActions(int start, int end)
          Returns a range of all the resource actions.
 List<ResourceAction> ResourceActionLocalService.getResourceActions(int start, int end)
          Returns a range of all the resource actions.
static List<ResourceAction> ResourceActionLocalServiceUtil.getResourceActions(int start, int end)
          Returns a range of all the resource actions.
 List<ResourceAction> ResourceActionLocalServiceWrapper.getResourceActions(String name)
           
 List<ResourceAction> ResourceActionLocalService.getResourceActions(String name)
           
static List<ResourceAction> ResourceActionLocalServiceUtil.getResourceActions(String name)
           
 

Methods in com.liferay.portal.service with parameters of type ResourceAction
 ResourceAction ResourceActionLocalServiceWrapper.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 ResourceAction ResourceActionLocalService.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
static ResourceAction ResourceActionLocalServiceUtil.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 ResourceAction ResourceActionLocalServiceWrapper.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
 ResourceAction ResourceActionLocalService.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
static ResourceAction ResourceActionLocalServiceUtil.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
 boolean ResourcePermissionLocalService.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
          Returns true if the resource permission grants permission to perform the resource action.
static boolean ResourcePermissionLocalServiceUtil.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
          Returns true if the resource permission grants permission to perform the resource action.
 boolean ResourcePermissionLocalServiceWrapper.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
          Returns true if the resource permission grants permission to perform the resource action.
 ResourceAction ResourceActionLocalServiceWrapper.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database or adds it if it does not yet exist.
 ResourceAction 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.
 

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

Methods in com.liferay.portal.service.persistence that return ResourceAction
static ResourceAction ResourceActionUtil.create(long resourceActionId)
          Creates a new resource action with the primary key.
 ResourceAction ResourceActionPersistence.create(long resourceActionId)
          Creates a new resource action with the primary key.
static ResourceAction ResourceActionUtil.fetchByN_A(String name, String actionId)
          Returns the resource action where name = ? and actionId = ? or returns null if it could not be found.
 ResourceAction ResourceActionPersistence.fetchByN_A(String name, String actionId)
          Returns the resource action where name = ? and actionId = ? or returns null if it could not be found.
static ResourceAction ResourceActionUtil.fetchByN_A(String name, String actionId, boolean retrieveFromCache)
          Returns the resource action where name = ? and actionId = ? or returns null if it could not be found, optionally using the finder cache.
 ResourceAction ResourceActionPersistence.fetchByN_A(String name, String actionId, boolean retrieveFromCache)
          Returns the resource action where name = ? and actionId = ? or returns null if it could not be found, optionally using the finder cache.
static ResourceAction ResourceActionUtil.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.fetchByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.fetchByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.fetchByPrimaryKey(long resourceActionId)
          Returns the resource action with the primary key or returns null if it could not be found.
 ResourceAction ResourceActionPersistence.fetchByPrimaryKey(long resourceActionId)
          Returns the resource action with the primary key or returns null if it could not be found.
static ResourceAction ResourceActionUtil.findByN_A(String name, String actionId)
          Returns 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)
          Returns 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)
          Returns the first resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Returns the first resource action in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Returns the last resource action in the ordered set where name = ?.
static ResourceAction[] ResourceActionUtil.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator orderByComparator)
          Returns 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)
          Returns the resource actions before and after the current resource action in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByPrimaryKey(long resourceActionId)
          Returns the resource action with the primary key or throws a NoSuchResourceActionException if it could not be found.
 ResourceAction ResourceActionPersistence.findByPrimaryKey(long resourceActionId)
          Returns 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.
static ResourceAction ResourceActionUtil.removeByN_A(String name, String actionId)
          Removes the resource action where name = ? and actionId = ? from the database.
 ResourceAction ResourceActionPersistence.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)
           
static ResourceAction ResourceActionUtil.updateImpl(ResourceAction resourceAction)
           
 ResourceAction ResourceActionPersistence.updateImpl(ResourceAction resourceAction)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ResourceAction
static List<ResourceAction> ResourceActionUtil.findAll()
          Returns all the resource actions.
 List<ResourceAction> ResourceActionPersistence.findAll()
          Returns all the resource actions.
static List<ResourceAction> ResourceActionUtil.findAll(int start, int end)
          Returns a range of all the resource actions.
 List<ResourceAction> ResourceActionPersistence.findAll(int start, int end)
          Returns a range of all the resource actions.
static List<ResourceAction> ResourceActionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions.
 List<ResourceAction> ResourceActionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the resource actions.
static List<ResourceAction> ResourceActionUtil.findByName(String name)
          Returns all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistence.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 = ?.
 List<ResourceAction> ResourceActionPersistence.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 orderByComparator)
          Returns an ordered range of all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          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 orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type ResourceAction
static void ResourceActionUtil.cacheResult(ResourceAction resourceAction)
          Caches the resource action in the entity cache if it is enabled.
 void ResourceActionPersistence.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)
           
static ResourceAction ResourceActionUtil.updateImpl(ResourceAction resourceAction)
           
 ResourceAction ResourceActionPersistence.updateImpl(ResourceAction resourceAction)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ResourceAction
static void ResourceActionUtil.cacheResult(List<ResourceAction> resourceActions)
          Caches the resource actions in the entity cache if it is enabled.
 void ResourceActionPersistence.cacheResult(List<ResourceAction> resourceActions)
          Caches the resource actions in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5