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. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

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.2-ce-ga5