Liferay 6.0.5

com.liferay.portal.service
Class CountryServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.CountryServiceWrapper
All Implemented Interfaces:
CountryService

public class CountryServiceWrapper
extends Object
implements CountryService

This class is a wrapper for CountryService.

See Also:
CountryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
CountryServiceWrapper(CountryService countryService)
           
 
Method Summary
 Country addCountry(String name, String a2, String a3, String number, String idd, boolean active)
           
 List<Country> getCountries()
           
 List<Country> getCountries(boolean active)
           
 Country getCountry(long countryId)
           
 Country getCountryByA2(String a2)
           
 Country getCountryByA3(String a3)
           
 Country getCountryByName(String name)
           
 CountryService getWrappedCountryService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountryServiceWrapper

public CountryServiceWrapper(CountryService countryService)
Method Detail

addCountry

public Country addCountry(String name,
                          String a2,
                          String a3,
                          String number,
                          String idd,
                          boolean active)
                   throws PortalException,
                          SystemException
Specified by:
addCountry in interface CountryService
Throws:
PortalException
SystemException

getCountries

public List<Country> getCountries()
                           throws SystemException
Specified by:
getCountries in interface CountryService
Throws:
SystemException

getCountries

public List<Country> getCountries(boolean active)
                           throws SystemException
Specified by:
getCountries in interface CountryService
Throws:
SystemException

getCountry

public Country getCountry(long countryId)
                   throws PortalException,
                          SystemException
Specified by:
getCountry in interface CountryService
Throws:
PortalException
SystemException

getCountryByA2

public Country getCountryByA2(String a2)
                       throws PortalException,
                              SystemException
Specified by:
getCountryByA2 in interface CountryService
Throws:
PortalException
SystemException

getCountryByA3

public Country getCountryByA3(String a3)
                       throws PortalException,
                              SystemException
Specified by:
getCountryByA3 in interface CountryService
Throws:
PortalException
SystemException

getCountryByName

public Country getCountryByName(String name)
                         throws PortalException,
                                SystemException
Specified by:
getCountryByName in interface CountryService
Throws:
PortalException
SystemException

getWrappedCountryService

public CountryService getWrappedCountryService()

Liferay 6.0.5