Liferay 6.0.5

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

Packages that use Resource
com.liferay.portal.lar   
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.security.permission   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portal.util   
 

Uses of Resource in com.liferay.portal.lar
 

Fields in com.liferay.portal.lar with type parameters of type Resource
protected  Map<String,Resource> LayoutCache.resourcesMap
           
 

Methods in com.liferay.portal.lar that return Resource
protected  Resource LayoutCache.getResource(long companyId, long groupId, String resourceName, int scope, String resourcePrimKey, boolean portletActions)
           
 

Uses of Resource in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Resource
 class ResourceWrapper
           This class is a wrapper for Resource.
 

Methods in com.liferay.portal.model that return Resource
 Resource PermissionDisplay.getResource()
           
 Resource ResourceWrapper.getWrappedResource()
           
 Resource ResourceWrapper.toEscapedModel()
           
 Resource ResourceModel.toEscapedModel()
          Gets a copy of this resource as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type Resource
 int ResourceWrapper.compareTo(Resource resource)
           
 int ResourceModel.compareTo(Resource resource)
           
static ResourceSoap ResourceSoap.toSoapModel(Resource model)
           
static ResourceSoap[] ResourceSoap.toSoapModels(Resource[] models)
           
static ResourceSoap[][] ResourceSoap.toSoapModels(Resource[][] models)
           
 

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

Constructors in com.liferay.portal.model with parameters of type Resource
PermissionDisplay(Permission permission, Resource resource, String portletName, String portletLabel, String modelName, String modelLabel, String actionId, String actionLabel)
           
ResourceWrapper(Resource resource)
           
 

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

Classes in com.liferay.portal.model.impl that implement Resource
 class ResourceImpl
           
 

Methods in com.liferay.portal.model.impl that return Resource
 Resource ResourceModelImpl.toEscapedModel()
           
static Resource ResourceModelImpl.toModel(ResourceSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Resource
static List<Resource> ResourceModelImpl.toModels(ResourceSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type Resource
 int ResourceModelImpl.compareTo(Resource resource)
           
 

Uses of Resource in com.liferay.portal.security.permission
 

Methods in com.liferay.portal.security.permission that return types with arguments of type Resource
protected  List<Resource> AdvancedPermissionChecker.getResources(long companyId, long groupId, String name, String primKey, String actionId)
           
 

Uses of Resource in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Resource
 Resource ResourceLocalServiceWrapper.addResource(long companyId, String name, int scope, String primKey)
           
static Resource ResourceLocalServiceUtil.addResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalService.addResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalServiceWrapper.addResource(Resource resource)
          Adds the resource to the database.
static Resource ResourceLocalServiceUtil.addResource(Resource resource)
          Adds the resource to the database.
 Resource ResourceLocalService.addResource(Resource resource)
          Adds the resource to the database.
 Resource ResourceLocalServiceWrapper.createResource(long resourceId)
          Creates a new resource with the primary key.
static Resource ResourceLocalServiceUtil.createResource(long resourceId)
          Creates a new resource with the primary key.
 Resource ResourceLocalService.createResource(long resourceId)
          Creates a new resource with the primary key.
 Resource ResourceLocalServiceWrapper.getResource(long resourceId)
          Gets the resource with the primary key.
static Resource ResourceLocalServiceUtil.getResource(long resourceId)
          Gets the resource with the primary key.
 Resource ResourceLocalService.getResource(long resourceId)
          Gets the resource with the primary key.
 Resource ResourceServiceWrapper.getResource(long companyId, String name, int scope, String primKey)
           
static Resource ResourceServiceUtil.getResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceService.getResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalServiceWrapper.getResource(long companyId, String name, int scope, String primKey)
           
static Resource ResourceLocalServiceUtil.getResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalService.getResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalServiceWrapper.updateResource(Resource resource)
          Updates the resource in the database.
static Resource ResourceLocalServiceUtil.updateResource(Resource resource)
          Updates the resource in the database.
 Resource ResourceLocalService.updateResource(Resource resource)
          Updates the resource in the database.
 Resource ResourceLocalServiceWrapper.updateResource(Resource resource, boolean merge)
          Updates the resource in the database.
static Resource ResourceLocalServiceUtil.updateResource(Resource resource, boolean merge)
          Updates the resource in the database.
 Resource ResourceLocalService.updateResource(Resource resource, boolean merge)
          Updates the resource in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type Resource
 List<Resource> ResourceLocalServiceWrapper.getResources()
           
static List<Resource> ResourceLocalServiceUtil.getResources()
           
 List<Resource> ResourceLocalService.getResources()
           
 List<Resource> ResourceLocalServiceWrapper.getResources(int start, int end)
          Gets a range of all the resources.
static List<Resource> ResourceLocalServiceUtil.getResources(int start, int end)
          Gets a range of all the resources.
 List<Resource> ResourceLocalService.getResources(int start, int end)
          Gets a range of all the resources.
 

Methods in com.liferay.portal.service with parameters of type Resource
 Resource ResourceLocalServiceWrapper.addResource(Resource resource)
          Adds the resource to the database.
static Resource ResourceLocalServiceUtil.addResource(Resource resource)
          Adds the resource to the database.
 Resource ResourceLocalService.addResource(Resource resource)
          Adds the resource to the database.
 void ResourceLocalServiceWrapper.deleteResource(Resource resource)
          Deletes the resource from the database.
static void ResourceLocalServiceUtil.deleteResource(Resource resource)
          Deletes the resource from the database.
 void ResourceLocalService.deleteResource(Resource resource)
          Deletes the resource from the database.
 Resource ResourceLocalServiceWrapper.updateResource(Resource resource)
          Updates the resource in the database.
static Resource ResourceLocalServiceUtil.updateResource(Resource resource)
          Updates the resource in the database.
 Resource ResourceLocalService.updateResource(Resource resource)
          Updates the resource in the database.
 Resource ResourceLocalServiceWrapper.updateResource(Resource resource, boolean merge)
          Updates the resource in the database.
static Resource ResourceLocalServiceUtil.updateResource(Resource resource, boolean merge)
          Updates the resource in the database.
 Resource ResourceLocalService.updateResource(Resource resource, boolean merge)
          Updates the resource in the database.
 

Method parameters in com.liferay.portal.service with type arguments of type Resource
 boolean PermissionServiceWrapper.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
static boolean PermissionServiceUtil.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
 boolean PermissionService.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
 boolean PermissionLocalServiceWrapper.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
static boolean PermissionLocalServiceUtil.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
 boolean PermissionLocalService.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
 

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

Methods in com.liferay.portal.service.base that return Resource
 Resource ResourceLocalServiceBaseImpl.addResource(Resource resource)
          Adds the resource to the database.
 Resource ResourceLocalServiceBaseImpl.createResource(long resourceId)
          Creates a new resource with the primary key.
 Resource ResourceLocalServiceBaseImpl.getResource(long resourceId)
          Gets the resource with the primary key.
 Resource ResourceLocalServiceBaseImpl.updateResource(Resource resource)
          Updates the resource in the database.
 Resource ResourceLocalServiceBaseImpl.updateResource(Resource resource, boolean merge)
          Updates the resource in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Resource
 List<Resource> ResourceLocalServiceBaseImpl.getResources(int start, int end)
          Gets a range of all the resources.
 

Methods in com.liferay.portal.service.base with parameters of type Resource
 Resource ResourceLocalServiceBaseImpl.addResource(Resource resource)
          Adds the resource to the database.
 void ResourceLocalServiceBaseImpl.deleteResource(Resource resource)
          Deletes the resource from the database.
 Resource ResourceLocalServiceBaseImpl.updateResource(Resource resource)
          Updates the resource in the database.
 Resource ResourceLocalServiceBaseImpl.updateResource(Resource resource, boolean merge)
          Updates the resource in the database.
 

Uses of Resource in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return Resource
static Resource ResourceServiceHttp.getResource(HttpPrincipal httpPrincipal, long companyId, String name, int scope, String primKey)
           
 

Methods in com.liferay.portal.service.http with parameters of type Resource
static JSONArray ResourceJSONSerializer.toJSONArray(Resource[] models)
           
static JSONArray ResourceJSONSerializer.toJSONArray(Resource[][] models)
           
static JSONObject ResourceJSONSerializer.toJSONObject(Resource model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type Resource
static boolean PermissionServiceHttp.hasUserPermissions(HttpPrincipal httpPrincipal, long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
static JSONArray ResourceJSONSerializer.toJSONArray(List<Resource> models)
           
 

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

Methods in com.liferay.portal.service.impl that return Resource
protected  Resource ResourceLocalServiceImpl.addResource_1to5(long companyId, String name, int scope, String primKey)
           
protected  Resource ResourceLocalServiceImpl.addResource_6(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalServiceImpl.addResource(long companyId, String name, int scope, String primKey)
           
protected  Resource ResourceLocalServiceImpl.getResource_1to5(long companyId, String name, int scope, String primKey)
           
protected  Resource ResourceLocalServiceImpl.getResource_6(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalServiceImpl.getResource(long resourceId)
           
 Resource ResourceServiceImpl.getResource(long companyId, String name, int scope, String primKey)
           
 Resource ResourceLocalServiceImpl.getResource(long companyId, String name, int scope, String primKey)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type Resource
 List<Resource> ResourceLocalServiceImpl.getResources()
           
 

Methods in com.liferay.portal.service.impl with parameters of type Resource
protected  void ResourceLocalServiceImpl.addCommunityPermissions_1to5(long companyId, long groupId, long userId, String name, Resource resource, boolean portletActions, String[] actionIds)
           
protected  void ResourceLocalServiceImpl.addCommunityPermissions_6(long groupId, Resource resource, String[] actionIds)
           
protected  void ResourceLocalServiceImpl.addCommunityPermissions(long companyId, long groupId, long userId, String name, Resource resource, boolean portletActions)
           
protected  void ResourceLocalServiceImpl.addGuestPermissions_1to5(long companyId, long groupId, long userId, String name, Resource resource, boolean portletActions, String[] actionIds)
           
protected  void ResourceLocalServiceImpl.addGuestPermissions_6(long companyId, Resource resource, String[] actionIds)
           
protected  void ResourceLocalServiceImpl.addGuestPermissions(long companyId, long groupId, long userId, String name, Resource resource, boolean portletActions)
           
protected  void ResourceLocalServiceImpl.addModelResources_1to5(long companyId, long groupId, long userId, Resource resource, String[] communityPermissions, String[] guestPermissions)
           
protected  void ResourceLocalServiceImpl.addModelResources_6(long companyId, long groupId, Resource resource, String[] communityPermissions, String[] guestPermissions)
           
protected  void ResourceLocalServiceImpl.addResources_1to5(long companyId, long groupId, long userId, Resource resource, boolean portletActions)
           
protected  void ResourceLocalServiceImpl.addResources_6(long companyId, long groupId, long userId, Resource resource, boolean portletActions)
           
 void ResourceLocalServiceImpl.deleteResource(Resource resource)
           
protected  void ResourceLocalServiceImpl.updateResources_1to5(long companyId, long groupId, Resource resource, String[] communityPermissions, String[] guestPermissions)
           
protected  void ResourceLocalServiceImpl.updateResources_6(long companyId, long groupId, Resource resource, String[] communityPermissions, String[] guestPermissions)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type Resource
protected  boolean PermissionLocalServiceImpl.hasUserPermissions_6(long userId, long resourceId, List<Resource> resources, String actionId, List<Role> roles, org.apache.commons.lang.time.StopWatch stopWatch, int block)
           
 boolean PermissionServiceImpl.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
 boolean PermissionLocalServiceImpl.hasUserPermissions(long userId, long groupId, List<Resource> resources, String actionId, PermissionCheckerBag permissionCheckerBag)
           
 

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

Methods in com.liferay.portal.service.persistence that return Resource
static Resource ResourceUtil.create(long resourceId)
          Creates a new resource with the primary key.
 Resource ResourcePersistence.create(long resourceId)
          Creates a new resource with the primary key.
 Resource ResourcePersistenceImpl.create(long resourceId)
          Creates a new resource with the primary key.
static Resource ResourceUtil.fetchByC_P(long codeId, String primKey)
          Finds the resource where codeId = ? and primKey = ? or returns null if it could not be found.
 Resource ResourcePersistence.fetchByC_P(long codeId, String primKey)
          Finds the resource where codeId = ? and primKey = ? or returns null if it could not be found.
 Resource ResourcePersistenceImpl.fetchByC_P(long codeId, String primKey)
          Finds the resource where codeId = ? and primKey = ? or returns null if it could not be found.
static Resource ResourceUtil.fetchByC_P(long codeId, String primKey, boolean retrieveFromCache)
          Finds the resource where codeId = ? and primKey = ? or returns null if it could not be found, optionally using the finder cache.
 Resource ResourcePersistence.fetchByC_P(long codeId, String primKey, boolean retrieveFromCache)
          Finds the resource where codeId = ? and primKey = ? or returns null if it could not be found, optionally using the finder cache.
 Resource ResourcePersistenceImpl.fetchByC_P(long codeId, String primKey, boolean retrieveFromCache)
          Finds the resource where codeId = ? and primKey = ? or returns null if it could not be found, optionally using the finder cache.
static Resource ResourceUtil.fetchByPrimaryKey(long resourceId)
          Finds the resource with the primary key or returns null if it could not be found.
 Resource ResourcePersistence.fetchByPrimaryKey(long resourceId)
          Finds the resource with the primary key or returns null if it could not be found.
 Resource ResourcePersistenceImpl.fetchByPrimaryKey(long resourceId)
          Finds the resource with the primary key or returns null if it could not be found.
 Resource ResourcePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the resource with the primary key or returns null if it could not be found.
static Resource ResourceUtil.findByC_P(long codeId, String primKey)
          Finds the resource where codeId = ? and primKey = ? or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistence.findByC_P(long codeId, String primKey)
          Finds the resource where codeId = ? and primKey = ? or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistenceImpl.findByC_P(long codeId, String primKey)
          Finds the resource where codeId = ? and primKey = ? or throws a NoSuchResourceException if it could not be found.
static Resource ResourceUtil.findByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Finds the first resource in the ordered set where codeId = ?.
 Resource ResourcePersistence.findByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Finds the first resource in the ordered set where codeId = ?.
 Resource ResourcePersistenceImpl.findByCodeId_First(long codeId, OrderByComparator orderByComparator)
          Finds the first resource in the ordered set where codeId = ?.
static Resource ResourceUtil.findByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Finds the last resource in the ordered set where codeId = ?.
 Resource ResourcePersistence.findByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Finds the last resource in the ordered set where codeId = ?.
 Resource ResourcePersistenceImpl.findByCodeId_Last(long codeId, OrderByComparator orderByComparator)
          Finds the last resource in the ordered set where codeId = ?.
static Resource[] ResourceUtil.findByCodeId_PrevAndNext(long resourceId, long codeId, OrderByComparator orderByComparator)
          Finds the resources before and after the current resource in the ordered set where codeId = ?.
 Resource[] ResourcePersistence.findByCodeId_PrevAndNext(long resourceId, long codeId, OrderByComparator orderByComparator)
          Finds the resources before and after the current resource in the ordered set where codeId = ?.
 Resource[] ResourcePersistenceImpl.findByCodeId_PrevAndNext(long resourceId, long codeId, OrderByComparator orderByComparator)
          Finds the resources before and after the current resource in the ordered set where codeId = ?.
static Resource ResourceUtil.findByPrimaryKey(long resourceId)
          Finds the resource with the primary key or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistence.findByPrimaryKey(long resourceId)
          Finds the resource with the primary key or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistenceImpl.findByPrimaryKey(long resourceId)
          Finds the resource with the primary key or throws a NoSuchResourceException if it could not be found.
 Resource ResourcePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the resource with the primary key or throws a NoSuchModelException if it could not be found.
protected  Resource ResourcePersistenceImpl.getByCodeId_PrevAndNext(Session session, Resource resource, long codeId, OrderByComparator orderByComparator, boolean previous)
           
static Resource ResourceUtil.remove(long resourceId)
          Removes the resource with the primary key from the database.
 Resource ResourcePersistence.remove(long resourceId)
          Removes the resource with the primary key from the database.
 Resource ResourcePersistenceImpl.remove(long resourceId)
          Removes the resource with the primary key from the database.
static Resource ResourceUtil.remove(Resource resource)
           
 Resource ResourcePersistenceImpl.remove(Serializable primaryKey)
          Removes the resource with the primary key from the database.
protected  Resource ResourcePersistenceImpl.removeImpl(Resource resource)
           
protected  Resource ResourcePersistenceImpl.toUnwrappedModel(Resource resource)
           
static Resource ResourceUtil.update(Resource resource, boolean merge)
           
static Resource ResourceUtil.update(Resource resource, boolean merge, ServiceContext serviceContext)
           
static Resource ResourceUtil.updateImpl(Resource resource, boolean merge)
           
 Resource ResourcePersistence.updateImpl(Resource resource, boolean merge)
           
 Resource ResourcePersistenceImpl.updateImpl(Resource resource, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Resource
static List<Resource> ResourceUtil.findAll()
          Finds all the resources.
 List<Resource> ResourcePersistence.findAll()
          Finds all the resources.
 List<Resource> ResourcePersistenceImpl.findAll()
          Finds all the resources.
static List<Resource> ResourceUtil.findAll(int start, int end)
          Finds a range of all the resources.
 List<Resource> ResourcePersistence.findAll(int start, int end)
          Finds a range of all the resources.
 List<Resource> ResourcePersistenceImpl.findAll(int start, int end)
          Finds a range of all the resources.
static List<Resource> ResourceUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resources.
 List<Resource> ResourcePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resources.
 List<Resource> ResourcePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resources.
static List<Resource> ResourceFinderUtil.findByC_P(long companyId, String primKey)
           
 List<Resource> ResourceFinder.findByC_P(long companyId, String primKey)
           
 List<Resource> ResourceFinderImpl.findByC_P(long companyId, String primKey)
           
static List<Resource> ResourceUtil.findByCodeId(long codeId)
          Finds all the resources where codeId = ?.
 List<Resource> ResourcePersistence.findByCodeId(long codeId)
          Finds all the resources where codeId = ?.
 List<Resource> ResourcePersistenceImpl.findByCodeId(long codeId)
          Finds all the resources where codeId = ?.
static List<Resource> ResourceUtil.findByCodeId(long codeId, int start, int end)
          Finds a range of all the resources where codeId = ?.
 List<Resource> ResourcePersistence.findByCodeId(long codeId, int start, int end)
          Finds a range of all the resources where codeId = ?.
 List<Resource> ResourcePersistenceImpl.findByCodeId(long codeId, int start, int end)
          Finds a range of all the resources where codeId = ?.
static List<Resource> ResourceUtil.findByCodeId(long codeId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resources where codeId = ?.
 List<Resource> ResourcePersistence.findByCodeId(long codeId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resources where codeId = ?.
 List<Resource> ResourcePersistenceImpl.findByCodeId(long codeId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the resources where codeId = ?.
static List<Resource> ResourceFinderUtil.findByName(String name)
           
 List<Resource> ResourceFinder.findByName(String name)
           
 List<Resource> ResourceFinderImpl.findByName(String name)
           
static List<Resource> ResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Resource> ResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Resource> ResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Resource
static void ResourceUtil.cacheResult(Resource resource)
          Caches the resource in the entity cache if it is enabled.
 void ResourcePersistence.cacheResult(Resource resource)
          Caches the resource in the entity cache if it is enabled.
 void ResourcePersistenceImpl.cacheResult(Resource resource)
          Caches the resource in the entity cache if it is enabled.
static void ResourceUtil.clearCache(Resource resource)
           
 void ResourcePersistenceImpl.clearCache(Resource resource)
          Clears the cache for the resource.
protected  Resource ResourcePersistenceImpl.getByCodeId_PrevAndNext(Session session, Resource resource, long codeId, OrderByComparator orderByComparator, boolean previous)
           
static Resource ResourceUtil.remove(Resource resource)
           
protected  Resource ResourcePersistenceImpl.removeImpl(Resource resource)
           
protected  Resource ResourcePersistenceImpl.toUnwrappedModel(Resource resource)
           
static Resource ResourceUtil.update(Resource resource, boolean merge)
           
static Resource ResourceUtil.update(Resource resource, boolean merge, ServiceContext serviceContext)
           
static Resource ResourceUtil.updateImpl(Resource resource, boolean merge)
           
 Resource ResourcePersistence.updateImpl(Resource resource, boolean merge)
           
 Resource ResourcePersistenceImpl.updateImpl(Resource resource, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Resource
static void ResourceUtil.cacheResult(List<Resource> resources)
          Caches the resources in the entity cache if it is enabled.
 void ResourcePersistence.cacheResult(List<Resource> resources)
          Caches the resources in the entity cache if it is enabled.
 void ResourcePersistenceImpl.cacheResult(List<Resource> resources)
          Caches the resources in the entity cache if it is enabled.
 

Uses of Resource in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return Resource
 Resource DataFactory.addResource(String name, String primKey)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type Resource
 List<Permission> DataFactory.addPermissions(Resource resource)
           
 List<KeyValuePair> DataFactory.addRolesPermissions(Resource resource, List<Permission> permissions, Role memberRole)
           
 

Uses of Resource in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type Resource
static BaseModel<?> PortalUtil.getBaseModel(Resource resource)
           
 BaseModel<?> Portal.getBaseModel(Resource resource)
           
 BaseModel<?> PortalImpl.getBaseModel(Resource resource)
           
static BaseModel<?> PortalUtil.getModel(Resource resource)
          Deprecated. PortalUtil.getBaseModel(Resource)
 


Liferay 6.0.5