Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class CountryServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.CountryServiceWrapper
All Implemented Interfaces:
BaseService, CountryService, ServiceWrapper<CountryService>

public class CountryServiceWrapper
extends Object
implements CountryService, ServiceWrapper<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 it is generated.

Constructor Summary
CountryServiceWrapper(CountryService countryService)
           
 
Method Summary
 Country addCountry(String name, String a2, String a3, String number, String idd, boolean active)
           
 Country fetchCountry(long countryId)
           
 Country fetchCountryByA2(String a2)
           
 Country fetchCountryByA3(String a3)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 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()
          Deprecated. Renamed to getWrappedService()
 CountryService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedCountryService(CountryService countryService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.CountryService)
 void setWrappedService(CountryService countryService)
           
 
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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface CountryService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface CountryService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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

fetchCountry

public Country fetchCountry(long countryId)
                     throws SystemException
Specified by:
fetchCountry in interface CountryService
Throws:
SystemException

fetchCountryByA2

public Country fetchCountryByA2(String a2)
                         throws SystemException
Specified by:
fetchCountryByA2 in interface CountryService
Throws:
SystemException

fetchCountryByA3

public Country fetchCountryByA3(String a3)
                         throws SystemException
Specified by:
fetchCountryByA3 in interface CountryService
Throws:
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()
Deprecated. Renamed to getWrappedService()


setWrappedCountryService

public void setWrappedCountryService(CountryService countryService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.CountryService)


getWrappedService

public CountryService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<CountryService>

setWrappedService

public void setWrappedService(CountryService countryService)
Specified by:
setWrappedService in interface ServiceWrapper<CountryService>

Liferay 6.1.2-ce-ga3