Liferay 6.2-ce-ga5

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

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

Uses of UserIdMapperSoap in com.liferay.portal.model
 

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


Liferay 6.2-ce-ga5