Liferay 6.0-ee-sp2

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

Packages that use CountrySoap
com.liferay.portal.model   
 

Uses of CountrySoap in com.liferay.portal.model
 

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


Liferay 6.0-ee-sp2