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


Method Summary
 CountrySoap[] getCountries()
           
 CountrySoap[] getCountries(boolean active)
           
 CountrySoap getCountry(long countryId)
           
 

Method Detail

getCountry

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

getCountries

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

getCountries

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