com.liferay.portal.service
Class CountryServiceWrapper
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountryServiceWrapper
public CountryServiceWrapper(CountryService countryService)
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.PortalException,
com.liferay.portal.SystemException
- Specified by:
addCountry
in interface CountryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getCountries
public java.util.List<Country> getCountries()
throws com.liferay.portal.SystemException
- Specified by:
getCountries
in interface CountryService
- Throws:
com.liferay.portal.SystemException
getCountries
public java.util.List<Country> getCountries(boolean active)
throws com.liferay.portal.SystemException
- Specified by:
getCountries
in interface CountryService
- Throws:
com.liferay.portal.SystemException
getCountry
public Country getCountry(long countryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getCountry
in interface CountryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getCountryByA2
public Country getCountryByA2(java.lang.String a2)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getCountryByA2
in interface CountryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getCountryByA3
public Country getCountryByA3(java.lang.String a3)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getCountryByA3
in interface CountryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getCountryByName
public Country getCountryByName(java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getCountryByName
in interface CountryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedCountryService
public CountryService getWrappedCountryService()