Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.messageboards.model.MBThreadSoap

Packages that use MBThreadSoap
com.liferay.portlet.messageboards.model   
 

Uses of MBThreadSoap in com.liferay.portlet.messageboards.model
 

Methods in com.liferay.portlet.messageboards.model that return MBThreadSoap
static MBThreadSoap MBThreadSoap.toSoapModel(MBThread model)
           
static MBThreadSoap[] MBThreadSoap.toSoapModels(List<MBThread> models)
           
static MBThreadSoap[] MBThreadSoap.toSoapModels(MBThread[] models)
           
static MBThreadSoap[][] MBThreadSoap.toSoapModels(MBThread[][] models)
           
 


Liferay 6.2-ce-ga5