public class Portal_CountryServiceSoapBindingImpl extends java.lang.Object implements CountryServiceSoap
| Constructor and Description |
|---|
Portal_CountryServiceSoapBindingImpl() |
| 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) |
public Portal_CountryServiceSoapBindingImpl()
public 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
addCountry in interface CountryServiceSoapjava.rmi.RemoteExceptionpublic CountrySoap fetchCountryByA2(java.lang.String a2) throws java.rmi.RemoteException
fetchCountryByA2 in interface CountryServiceSoapjava.rmi.RemoteExceptionpublic CountrySoap fetchCountryByA3(java.lang.String a3) throws java.rmi.RemoteException
fetchCountryByA3 in interface CountryServiceSoapjava.rmi.RemoteExceptionpublic CountrySoap fetchCountry(long countryId) throws java.rmi.RemoteException
fetchCountry in interface CountryServiceSoapjava.rmi.RemoteExceptionpublic CountrySoap[] getCountries() throws java.rmi.RemoteException
getCountries in interface CountryServiceSoapjava.rmi.RemoteExceptionpublic CountrySoap[] getCountries(boolean active) throws java.rmi.RemoteException
getCountries in interface CountryServiceSoapjava.rmi.RemoteExceptionpublic CountrySoap getCountryByA2(java.lang.String a2) throws java.rmi.RemoteException
getCountryByA2 in interface CountryServiceSoapjava.rmi.RemoteExceptionpublic CountrySoap getCountryByA3(java.lang.String a3) throws java.rmi.RemoteException
getCountryByA3 in interface CountryServiceSoapjava.rmi.RemoteExceptionpublic CountrySoap getCountryByName(java.lang.String name) throws java.rmi.RemoteException
getCountryByName in interface CountryServiceSoapjava.rmi.RemoteExceptionpublic CountrySoap getCountry(long countryId) throws java.rmi.RemoteException
getCountry in interface CountryServiceSoapjava.rmi.RemoteException