Liferay 6.0.5

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

Packages that use AccountSoap
com.liferay.portal.model   
com.liferay.portal.model.impl   
 

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)
           
 

Uses of AccountSoap in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type AccountSoap
static Account AccountModelImpl.toModel(AccountSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<Account> AccountModelImpl.toModels(AccountSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 


Liferay 6.0.5