Liferay 6.2-ce-ga5

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

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

Uses of AccountSoap in com.liferay.portal.model
 

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


Liferay 6.2-ce-ga5