Liferay 6.1.2-ce-ga3

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

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

Uses of UserSoap in com.liferay.portal.model
 

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


Liferay 6.1.2-ce-ga3