Liferay 6.0.5

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)
          Converts the soap model instance into a normal model instance.
static List<Region> RegionModelImpl.toModels(RegionSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

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.5