Liferay 6.0-ee-sp2

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

Packages that use ClusterGroupSoap
com.liferay.portal.model   
 

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