Liferay 6.2-ce-ga5

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

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

Uses of WebsiteSoap in com.liferay.portal.model
 

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


Liferay 6.2-ce-ga5