Liferay 6.0.3

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

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

Uses of RegionSoap in com.liferay.portal.model
 

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

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

Methods in com.liferay.portal.model.impl with parameters of type RegionSoap
static Region RegionModelImpl.toModel(RegionSoap soapModel)
           
static List<Region> RegionModelImpl.toModels(RegionSoap[] soapModels)
           
 

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

Methods in com.liferay.portal.service.http that return RegionSoap
static RegionSoap RegionServiceSoap.addRegion(long countryId, String regionCode, String name, boolean active)
           
static RegionSoap RegionServiceSoap.getRegion(long regionId)
           
static RegionSoap[] RegionServiceSoap.getRegions()
           
static RegionSoap[] RegionServiceSoap.getRegions(boolean active)
           
static RegionSoap[] RegionServiceSoap.getRegions(long countryId)
           
static RegionSoap[] RegionServiceSoap.getRegions(long countryId, boolean active)
           
 


Liferay 6.0.3