public interface CountryServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
CountrySoap |
addCountry(java.lang.String name,
java.lang.String a2,
java.lang.String a3,
java.lang.String number,
java.lang.String idd,
boolean active) |
CountrySoap |
fetchCountry(long countryId) |
CountrySoap |
fetchCountryByA2(java.lang.String a2) |
CountrySoap |
fetchCountryByA3(java.lang.String a3) |
CountrySoap[] |
getCountries() |
CountrySoap[] |
getCountries(boolean active) |
CountrySoap |
getCountry(long countryId) |
CountrySoap |
getCountryByA2(java.lang.String a2) |
CountrySoap |
getCountryByA3(java.lang.String a3) |
CountrySoap |
getCountryByName(java.lang.String name) |
CountrySoap addCountry(java.lang.String name, java.lang.String a2, java.lang.String a3, java.lang.String number, java.lang.String idd, boolean active) throws java.rmi.RemoteException
java.rmi.RemoteExceptionCountrySoap fetchCountryByA2(java.lang.String a2) throws java.rmi.RemoteException
java.rmi.RemoteExceptionCountrySoap fetchCountryByA3(java.lang.String a3) throws java.rmi.RemoteException
java.rmi.RemoteExceptionCountrySoap fetchCountry(long countryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionCountrySoap[] getCountries() throws java.rmi.RemoteException
java.rmi.RemoteExceptionCountrySoap[] getCountries(boolean active) throws java.rmi.RemoteException
java.rmi.RemoteExceptionCountrySoap getCountryByA2(java.lang.String a2) throws java.rmi.RemoteException
java.rmi.RemoteExceptionCountrySoap getCountryByA3(java.lang.String a3) throws java.rmi.RemoteException
java.rmi.RemoteExceptionCountrySoap getCountryByName(java.lang.String name) throws java.rmi.RemoteException
java.rmi.RemoteExceptionCountrySoap getCountry(long countryId) throws java.rmi.RemoteException
java.rmi.RemoteException