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 fetchRegion(long countryId, java.lang.String regionCode)
           
 RegionSoap getRegion(long regionId)
           
 RegionSoap getRegion(long countryId, java.lang.String regionCode)
           
 RegionSoap[] getRegions()
           
 RegionSoap[] getRegions(boolean active)
           
 RegionSoap[] getRegions(long countryId)
           
 RegionSoap[] getRegions(long countryId, boolean active)
           
 

Method Detail

addRegion

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

fetchRegion

RegionSoap fetchRegion(long countryId,
                       java.lang.String regionCode)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRegion

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

getRegion

RegionSoap getRegion(long countryId,
                     java.lang.String regionCode)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRegions

RegionSoap[] getRegions()
                        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(long countryId,
                        boolean active)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException