Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.documentlibrary.model.DLContentSoap

Packages that use DLContentSoap
com.liferay.portlet.documentlibrary.model   
 

Uses of DLContentSoap in com.liferay.portlet.documentlibrary.model
 

Methods in com.liferay.portlet.documentlibrary.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 6.1.2-ce-ga3