Liferay 6.2-ce-ga5

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

Packages that use RegionSoap
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
 

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.fetchRegion(long countryId, String regionCode)
           
static RegionSoap RegionServiceSoap.getRegion(long regionId)
           
static RegionSoap RegionServiceSoap.getRegion(long countryId, String regionCode)
           
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.2-ce-ga5