com.liferay.client.soap.portal.service.http
Interface CountryServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portal_CountryServiceSoapBindingImpl, Portal_CountryServiceSoapBindingStub

public interface CountryServiceSoap
extends java.rmi.Remote


Method Summary
 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[] 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)
           
 

Method Detail

getCountry

CountrySoap getCountry(long countryId)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addCountry

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
Throws:
java.rmi.RemoteException

getCountries

CountrySoap[] getCountries(boolean active)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCountries

CountrySoap[] getCountries()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCountryByA2

CountrySoap getCountryByA2(java.lang.String a2)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCountryByA3

CountrySoap getCountryByA3(java.lang.String a3)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCountryByName

CountrySoap getCountryByName(java.lang.String name)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException