Liferay 6.1.2-ce-ga3

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

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

Uses of ReleaseSoap in com.liferay.portal.model
 

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


Liferay 6.1.2-ce-ga3