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
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