Liferay 7.0-ga1 portal-kernel

Uses of Class
com.liferay.document.library.kernel.model.DLContentSoap

Packages that use DLContentSoap
com.liferay.document.library.kernel.model   
 

Uses of DLContentSoap in com.liferay.document.library.kernel.model
 

Methods in com.liferay.document.library.kernel.model that return DLContentSoap
static DLContentSoap DLContentSoap.toSoapModel(DLContent model)
           
static DLContentSoap[] DLContentSoap.toSoapModels(DLContent[] models)
           
static DLContentSoap[][] DLContentSoap.toSoapModels(DLContent[][] models)
           
static DLContentSoap[] DLContentSoap.toSoapModels(List<DLContent> models)
           
 


Liferay 7.0-ga1 portal-kernel