com.liferay.client.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 getRegion(long regionId)
           
 RegionSoap[] getRegions()
           
 RegionSoap[] getRegions(boolean active)
           
 RegionSoap[] getRegions(long countryId)
           
 RegionSoap[] getRegions(long countryId, boolean active)
           
 

Method Detail

getRegions

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

getRegions

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

getRegions

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

getRegions

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

getRegion

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