Liferay 6.1.2-ce-ga3

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

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

Uses of ClusterGroupSoap in com.liferay.portal.model
 

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


Liferay 6.1.2-ce-ga3