Liferay 6.1.10-ee-ga1

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

Packages that use UserGroupSoap
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
 

Uses of UserGroupSoap in com.liferay.portal.model
 

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


Liferay 6.1.10-ee-ga1