Liferay 6.0-ee-sp2

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

Packages that use WebDAVPropsSoap
com.liferay.portal.model   
 

Uses of WebDAVPropsSoap in com.liferay.portal.model
 

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


Liferay 6.0-ee-sp2