Liferay 6.0.5

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

Packages that use ResourceAction
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

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.getWrappedResourceAction()
           
 ResourceAction ResourceActionWrapper.toEscapedModel()
           
 ResourceAction ResourceActionModel.toEscapedModel()
          Gets a copy of this resource action as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type ResourceAction
 int ResourceActionWrapper.compareTo(ResourceAction resourceAction)
           
 int ResourceActionModel.compareTo(ResourceAction resourceAction)
           
 

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

Uses of ResourceAction in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement ResourceAction
 class ResourceActionImpl
           
 

Methods in com.liferay.portal.model.impl that return ResourceAction
 ResourceAction ResourceActionModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type ResourceAction
 int ResourceActionModelImpl.compareTo(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.
static ResourceAction ResourceActionLocalServiceUtil.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 ResourceAction ResourceActionLocalService.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 ResourceAction ResourceActionLocalServiceWrapper.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 ResourceActionLocalService.createResourceAction(long resourceActionId)
          Creates a new resource action with the primary key.
 ResourceAction ResourceActionLocalServiceWrapper.getResourceAction(long resourceActionId)
          Gets the resource action with the primary key.
static ResourceAction ResourceActionLocalServiceUtil.getResourceAction(long resourceActionId)
          Gets the resource action with the primary key.
 ResourceAction ResourceActionLocalService.getResourceAction(long resourceActionId)
          Gets the resource action with the primary key.
 ResourceAction ResourceActionLocalServiceWrapper.getResourceAction(String name, String actionId)
           
static ResourceAction ResourceActionLocalServiceUtil.getResourceAction(String name, String actionId)
           
 ResourceAction ResourceActionLocalService.getResourceAction(String name, String actionId)
           
 ResourceAction ResourceActionLocalServiceWrapper.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database.
static ResourceAction ResourceActionLocalServiceUtil.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database.
 ResourceAction ResourceActionLocalService.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database.
 ResourceAction ResourceActionLocalServiceWrapper.updateResourceAction(ResourceAction resourceAction, boolean merge)
          Updates the resource action in the database.
static ResourceAction ResourceActionLocalServiceUtil.updateResourceAction(ResourceAction resourceAction, boolean merge)
          Updates the resource action in the database.
 ResourceAction ResourceActionLocalService.updateResourceAction(ResourceAction resourceAction, boolean merge)
          Updates the resource action in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type ResourceAction
 List<ResourceAction> ResourceActionLocalServiceWrapper.getResourceActions(int start, int end)
          Gets a range of all the resource actions.
static List<ResourceAction> ResourceActionLocalServiceUtil.getResourceActions(int start, int end)
          Gets a range of all the resource actions.
 List<ResourceAction> ResourceActionLocalService.getResourceActions(int start, int end)
          Gets a range of all the resource actions.
 List<ResourceAction> ResourceActionLocalServiceWrapper.getResourceActions(String name)
           
static List<ResourceAction> ResourceActionLocalServiceUtil.getResourceActions(String name)
           
 List<ResourceAction> ResourceActionLocalService.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.
static ResourceAction ResourceActionLocalServiceUtil.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 ResourceAction ResourceActionLocalService.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 void ResourceActionLocalServiceWrapper.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
static void ResourceActionLocalServiceUtil.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
 void ResourceActionLocalService.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
 boolean ResourcePermissionLocalServiceWrapper.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
           
static boolean ResourcePermissionLocalServiceUtil.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
           
 boolean ResourcePermissionLocalService.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
           
 ResourceAction ResourceActionLocalServiceWrapper.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database.
static ResourceAction ResourceActionLocalServiceUtil.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database.
 ResourceAction ResourceActionLocalService.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database.
 ResourceAction ResourceActionLocalServiceWrapper.updateResourceAction(ResourceAction resourceAction, boolean merge)
          Updates the resource action in the database.
static ResourceAction ResourceActionLocalServiceUtil.updateResourceAction(ResourceAction resourceAction, boolean merge)
          Updates the resource action in the database.
 ResourceAction ResourceActionLocalService.updateResourceAction(ResourceAction resourceAction, boolean merge)
          Updates the resource action in the database.
 

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

Methods in com.liferay.portal.service.base that return ResourceAction
 ResourceAction ResourceActionLocalServiceBaseImpl.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 ResourceAction ResourceActionLocalServiceBaseImpl.createResourceAction(long resourceActionId)
          Creates a new resource action with the primary key.
 ResourceAction ResourceActionLocalServiceBaseImpl.getResourceAction(long resourceActionId)
          Gets the resource action with the primary key.
 ResourceAction ResourceActionLocalServiceBaseImpl.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database.
 ResourceAction ResourceActionLocalServiceBaseImpl.updateResourceAction(ResourceAction resourceAction, boolean merge)
          Updates the resource action in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type ResourceAction
 List<ResourceAction> ResourceActionLocalServiceBaseImpl.getResourceActions(int start, int end)
          Gets a range of all the resource actions.
 

Methods in com.liferay.portal.service.base with parameters of type ResourceAction
 ResourceAction ResourceActionLocalServiceBaseImpl.addResourceAction(ResourceAction resourceAction)
          Adds the resource action to the database.
 void ResourceActionLocalServiceBaseImpl.deleteResourceAction(ResourceAction resourceAction)
          Deletes the resource action from the database.
 ResourceAction ResourceActionLocalServiceBaseImpl.updateResourceAction(ResourceAction resourceAction)
          Updates the resource action in the database.
 ResourceAction ResourceActionLocalServiceBaseImpl.updateResourceAction(ResourceAction resourceAction, boolean merge)
          Updates the resource action in the database.
 

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

Methods in com.liferay.portal.service.impl that return ResourceAction
 ResourceAction ResourceActionLocalServiceImpl.getResourceAction(String name, String actionId)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type ResourceAction
 List<ResourceAction> ResourceActionLocalServiceImpl.getResourceActions(String name)
           
 

Methods in com.liferay.portal.service.impl with parameters of type ResourceAction
 boolean ResourcePermissionLocalServiceImpl.hasActionId(ResourcePermission resourcePermission, ResourceAction resourceAction)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type ResourceAction
protected  void ResourceActionLocalServiceImpl.checkResourceActions(String name, List<String> actionIds, List<ResourceAction> resourceActions)
           
 

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.
 ResourceAction ResourceActionPersistenceImpl.create(long resourceActionId)
          Creates a new resource action with the primary key.
static ResourceAction ResourceActionUtil.fetchByN_A(String name, String actionId)
          Finds the resource action where name = ? and actionId = ? or returns null if it could not be found.
 ResourceAction ResourceActionPersistence.fetchByN_A(String name, String actionId)
          Finds the resource action where name = ? and actionId = ? or returns null if it could not be found.
 ResourceAction ResourceActionPersistenceImpl.fetchByN_A(String name, String actionId)
          Finds 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)
          Finds 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)
          Finds the resource action where name = ? and actionId = ? or returns null if it could not be found, optionally using the finder cache.
 ResourceAction ResourceActionPersistenceImpl.fetchByN_A(String name, String actionId, boolean retrieveFromCache)
          Finds the resource action where name = ? and actionId = ? or returns null if it could not be found, optionally using the finder cache.
static ResourceAction ResourceActionUtil.fetchByPrimaryKey(long resourceActionId)
          Finds the resource action with the primary key or returns null if it could not be found.
 ResourceAction ResourceActionPersistence.fetchByPrimaryKey(long resourceActionId)
          Finds the resource action with the primary key or returns null if it could not be found.
 ResourceAction ResourceActionPersistenceImpl.fetchByPrimaryKey(long resourceActionId)
          Finds the resource action with the primary key or returns null if it could not be found.
 ResourceAction ResourceActionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds 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)
          Finds 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)
          Finds the resource action where name = ? and actionId = ? or throws a NoSuchResourceActionException if it could not be found.
 ResourceAction ResourceActionPersistenceImpl.findByN_A(String name, String actionId)
          Finds 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)
          Finds the first resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.findByName_First(String name, OrderByComparator orderByComparator)
          Finds the first resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistenceImpl.findByName_First(String name, OrderByComparator orderByComparator)
          Finds the first resource action in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistence.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last resource action in the ordered set where name = ?.
 ResourceAction ResourceActionPersistenceImpl.findByName_Last(String name, OrderByComparator orderByComparator)
          Finds the last resource action in the ordered set where name = ?.
static ResourceAction[] ResourceActionUtil.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator orderByComparator)
          Finds 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)
          Finds the resource actions before and after the current resource action in the ordered set where name = ?.
 ResourceAction[] ResourceActionPersistenceImpl.findByName_PrevAndNext(long resourceActionId, String name, OrderByComparator orderByComparator)
          Finds the resource actions before and after the current resource action in the ordered set where name = ?.
static ResourceAction ResourceActionUtil.findByPrimaryKey(long resourceActionId)
          Finds the resource action with the primary key or throws a NoSuchResourceActionException if it could not be found.
 ResourceAction ResourceActionPersistence.findByPrimaryKey(long resourceActionId)
          Finds the resource action with the primary key or throws a NoSuchResourceActionException if it could not be found.
 ResourceAction ResourceActionPersistenceImpl.findByPrimaryKey(long resourceActionId)
          Finds the resource action with the primary key or throws a NoSuchResourceActionException if it could not be found.
 ResourceAction ResourceActionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the resource action with the primary key or throws a NoSuchModelException if it could not be found.
protected  ResourceAction ResourceActionPersistenceImpl.getByName_PrevAndNext(Session session, ResourceAction resourceAction, String name, OrderByComparator orderByComparator, boolean previous)
           
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.
 ResourceAction ResourceActionPersistenceImpl.remove(long resourceActionId)
          Removes the resource action with the primary key from the database.
static ResourceAction ResourceActionUtil.remove(ResourceAction resourceAction)
           
 ResourceAction ResourceActionPersistenceImpl.remove(Serializable primaryKey)
          Removes the resource action with the primary key from the database.
protected  ResourceAction ResourceActionPersistenceImpl.removeImpl(ResourceAction resourceAction)
           
protected  ResourceAction ResourceActionPersistenceImpl.toUnwrappedModel(ResourceAction resourceAction)
           
static ResourceAction ResourceActionUtil.update(ResourceAction resourceAction, boolean merge)
           
static ResourceAction ResourceActionUtil.update(ResourceAction resourceAction, boolean merge, ServiceContext serviceContext)
           
static ResourceAction ResourceActionUtil.updateImpl(ResourceAction resourceAction, boolean merge)
           
 ResourceAction ResourceActionPersistence.updateImpl(ResourceAction resourceAction, boolean merge)
           
 ResourceAction ResourceActionPersistenceImpl.updateImpl(ResourceAction resourceAction, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ResourceAction
static List<ResourceAction> ResourceActionUtil.findAll()
          Finds all the resource actions.
 List<ResourceAction> ResourceActionPersistence.findAll()
          Finds all the resource actions.
 List<ResourceAction> ResourceActionPersistenceImpl.findAll()
          Finds all the resource actions.
static List<ResourceAction> ResourceActionUtil.findAll(int start, int end)
          Finds a range of all the resource actions.
 List<ResourceAction> ResourceActionPersistence.findAll(int start, int end)
          Finds a range of all the resource actions.
 List<ResourceAction> ResourceActionPersistenceImpl.findAll(int start, int end)
          Finds a range of all the resource actions.
static List<ResourceAction> ResourceActionUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource actions.
 List<ResourceAction> ResourceActionPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource actions.
 List<ResourceAction> ResourceActionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource actions.
static List<ResourceAction> ResourceActionUtil.findByName(String name)
          Finds all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistence.findByName(String name)
          Finds all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistenceImpl.findByName(String name)
          Finds all the resource actions where name = ?.
static List<ResourceAction> ResourceActionUtil.findByName(String name, int start, int end)
          Finds a range of all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistence.findByName(String name, int start, int end)
          Finds a range of all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistenceImpl.findByName(String name, int start, int end)
          Finds a range of all the resource actions where name = ?.
static List<ResourceAction> ResourceActionUtil.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistence.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resource actions where name = ?.
 List<ResourceAction> ResourceActionPersistenceImpl.findByName(String name, int start, int end, OrderByComparator orderByComparator)
          Finds 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.
 void ResourceActionPersistenceImpl.cacheResult(ResourceAction resourceAction)
          Caches the resource action in the entity cache if it is enabled.
static void ResourceActionUtil.clearCache(ResourceAction resourceAction)
           
 void ResourceActionPersistenceImpl.clearCache(ResourceAction resourceAction)
          Clears the cache for the resource action.
protected  ResourceAction ResourceActionPersistenceImpl.getByName_PrevAndNext(Session session, ResourceAction resourceAction, String name, OrderByComparator orderByComparator, boolean previous)
           
static ResourceAction ResourceActionUtil.remove(ResourceAction resourceAction)
           
protected  ResourceAction ResourceActionPersistenceImpl.removeImpl(ResourceAction resourceAction)
           
protected  ResourceAction ResourceActionPersistenceImpl.toUnwrappedModel(ResourceAction resourceAction)
           
static ResourceAction ResourceActionUtil.update(ResourceAction resourceAction, boolean merge)
           
static ResourceAction ResourceActionUtil.update(ResourceAction resourceAction, boolean merge, ServiceContext serviceContext)
           
static ResourceAction ResourceActionUtil.updateImpl(ResourceAction resourceAction, boolean merge)
           
 ResourceAction ResourceActionPersistence.updateImpl(ResourceAction resourceAction, boolean merge)
           
 ResourceAction ResourceActionPersistenceImpl.updateImpl(ResourceAction resourceAction, boolean merge)
           
 

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.
 void ResourceActionPersistenceImpl.cacheResult(List<ResourceAction> resourceActions)
          Caches the resource actions in the entity cache if it is enabled.
 


Liferay 6.0.5