Liferay 6.2-ce-ga5

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

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

Uses of GroupSoap in com.liferay.portal.model
 

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


Liferay 6.2-ce-ga5