com.liferay.client.soap.portal.service.http
Class Portal_RegionServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portal.service.http.Portal_RegionServiceSoapBindingImpl
All Implemented Interfaces:
RegionServiceSoap, java.rmi.Remote

public class Portal_RegionServiceSoapBindingImpl
extends java.lang.Object
implements RegionServiceSoap


Constructor Summary
Portal_RegionServiceSoapBindingImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portal_RegionServiceSoapBindingImpl

public Portal_RegionServiceSoapBindingImpl()
Method Detail

getRegion

public RegionSoap getRegion(long regionId)
                     throws java.rmi.RemoteException
Specified by:
getRegion in interface RegionServiceSoap
Throws:
java.rmi.RemoteException

addRegion

public RegionSoap addRegion(long countryId,
                            java.lang.String regionCode,
                            java.lang.String name,
                            boolean active)
                     throws java.rmi.RemoteException
Specified by:
addRegion in interface RegionServiceSoap
Throws:
java.rmi.RemoteException

getRegions

public RegionSoap[] getRegions(long countryId,
                               boolean active)
                        throws java.rmi.RemoteException
Specified by:
getRegions in interface RegionServiceSoap
Throws:
java.rmi.RemoteException

getRegions

public RegionSoap[] getRegions(boolean active)
                        throws java.rmi.RemoteException
Specified by:
getRegions in interface RegionServiceSoap
Throws:
java.rmi.RemoteException

getRegions

public RegionSoap[] getRegions(long countryId)
                        throws java.rmi.RemoteException
Specified by:
getRegions in interface RegionServiceSoap
Throws:
java.rmi.RemoteException

getRegions

public RegionSoap[] getRegions()
                        throws java.rmi.RemoteException
Specified by:
getRegions in interface RegionServiceSoap
Throws:
java.rmi.RemoteException