Liferay 6.1.10-ee-ga1

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

Packages that use RepositorySoap
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 RepositorySoap in com.liferay.portal.model
 

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

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

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

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

Methods in com.liferay.portal.service.http that return RepositorySoap
static RepositorySoap RepositoryServiceSoap.getRepository(long repositoryId)
           
 


Liferay 6.1.10-ee-ga1