Liferay 6.2-ce-ga5

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

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

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.2-ce-ga5