|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||