Liferay 6.0-ee

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

Packages that use CountrySoap
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service.http   
 

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)
           
 

Uses of CountrySoap in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl with parameters of type CountrySoap
static Country CountryModelImpl.toModel(CountrySoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<Country> CountryModelImpl.toModels(CountrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of CountrySoap in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return CountrySoap
static CountrySoap CountryServiceSoap.addCountry(String name, String a2, String a3, String number, String idd, boolean active)
           
static CountrySoap[] CountryServiceSoap.getCountries()
           
static CountrySoap[] CountryServiceSoap.getCountries(boolean active)
           
static CountrySoap CountryServiceSoap.getCountry(long countryId)
           
static CountrySoap CountryServiceSoap.getCountryByA2(String a2)
           
static CountrySoap CountryServiceSoap.getCountryByA3(String a3)
           
static CountrySoap CountryServiceSoap.getCountryByName(String name)
           
 


Liferay 6.0-ee