Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portal.model.ResourceSoap

Packages that use ResourceSoap
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
com.liferay.portal.model.impl   
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utility classes. 
 

Uses of ResourceSoap in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return ResourceSoap
static ResourceSoap ResourceSoap.toSoapModel(Resource model)
           
static ResourceSoap[] ResourceSoap.toSoapModels(List<Resource> models)
           
static ResourceSoap[] ResourceSoap.toSoapModels(Resource[] models)
           
static ResourceSoap[][] ResourceSoap.toSoapModels(Resource[][] models)
           
 

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

Methods in com.liferay.portal.model.impl with parameters of type ResourceSoap
static Resource ResourceModelImpl.toModel(ResourceSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<Resource> ResourceModelImpl.toModels(ResourceSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

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

Methods in com.liferay.portal.service.http that return ResourceSoap
static ResourceSoap ResourceServiceSoap.getResource(long companyId, String name, int scope, String primKey)
           
 

Methods in com.liferay.portal.service.http with parameters of type ResourceSoap
static boolean PermissionServiceSoap.hasUserPermissions(long userId, long groupId, ResourceSoap[] resources, String actionId, PermissionCheckerBag permissionCheckerBag)
          Returns true if the user has permission to perform the action on the resources.
 


Liferay 6.1.10-ee-ga1