com.liferay.client.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
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()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCountries
CountrySoap[] getCountries(boolean active)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCountry
CountrySoap getCountry(long countryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException