public interface RegionServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
RegionSoap |
addRegion(long countryId,
java.lang.String regionCode,
java.lang.String name,
boolean active) |
RegionSoap |
fetchRegion(long regionId) |
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) |
RegionSoap addRegion(long countryId, java.lang.String regionCode, java.lang.String name, boolean active) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRegionSoap fetchRegion(long regionId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRegionSoap fetchRegion(long countryId, java.lang.String regionCode) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRegionSoap getRegion(long regionId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRegionSoap getRegion(long countryId, java.lang.String regionCode) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRegionSoap[] getRegions() throws java.rmi.RemoteException
java.rmi.RemoteExceptionRegionSoap[] getRegions(boolean active) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRegionSoap[] getRegions(long countryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionRegionSoap[] getRegions(long countryId, boolean active) throws java.rmi.RemoteException
java.rmi.RemoteException