Liferay 6.0-ee-sp2

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

Packages that use UserIdMapperSoap
com.liferay.portal.model   
 

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.0-ee-sp2