Liferay 6.1.2-ce-ga3

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

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

Uses of RepositoryEntrySoap in com.liferay.portal.model
 

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


Liferay 6.1.2-ce-ga3