com.liferay.portal.service
Class CountryServiceWrapper

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

public class CountryServiceWrapper
extends java.lang.Object
implements CountryService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for CountryService.

Author:
Brian Wing Shun Chan
See Also:
CountryService
Generated:

Constructor Summary
CountryServiceWrapper(CountryService countryService)
           
 
Method Summary
 Country addCountry(java.lang.String name, java.lang.String a2, java.lang.String a3, java.lang.String number, java.lang.String idd, boolean active)
           
 java.util.List<Country> getCountries()
           
 java.util.List<Country> getCountries(boolean active)
           
 Country getCountry(long countryId)
           
 Country getCountryByA2(java.lang.String a2)
           
 Country getCountryByA3(java.lang.String a3)
           
 Country getCountryByName(java.lang.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(java.lang.String name,
                          java.lang.String a2,
                          java.lang.String a3,
                          java.lang.String number,
                          java.lang.String idd,
                          boolean active)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
addCountry in interface CountryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCountries

public java.util.List<Country> getCountries()
                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getCountries in interface CountryService
Throws:
com.liferay.portal.kernel.exception.SystemException

getCountries

public java.util.List<Country> getCountries(boolean active)
                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getCountries in interface CountryService
Throws:
com.liferay.portal.kernel.exception.SystemException

getCountry

public Country getCountry(long countryId)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getCountry in interface CountryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCountryByA2

public Country getCountryByA2(java.lang.String a2)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
getCountryByA2 in interface CountryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCountryByA3

public Country getCountryByA3(java.lang.String a3)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
getCountryByA3 in interface CountryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCountryByName

public Country getCountryByName(java.lang.String name)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Specified by:
getCountryByName in interface CountryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedCountryService

public CountryService getWrappedCountryService()