com.liferay.client.soap.portal.service.http
Interface RegionServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_RegionServiceSoapBindingImpl, Portal_RegionServiceSoapBindingStub

public interface RegionServiceSoap
extends java.rmi.Remote


Method Summary
 RegionSoap addRegion(long countryId, java.lang.String regionCode, java.lang.String name, boolean active)
           
 RegionSoap getRegion(long regionId)
           
 RegionSoap[] getRegions()
           
 RegionSoap[] getRegions(boolean active)
           
 RegionSoap[] getRegions(long countryId)
           
 RegionSoap[] getRegions(long countryId, boolean active)
           
 

Method Detail

getRegion

RegionSoap getRegion(long regionId)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addRegion

RegionSoap addRegion(long countryId,
                     java.lang.String regionCode,
                     java.lang.String name,
                     boolean active)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRegions

RegionSoap[] getRegions(long countryId,
                        boolean active)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRegions

RegionSoap[] getRegions(boolean active)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRegions

RegionSoap[] getRegions(long countryId)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRegions

RegionSoap[] getRegions()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException