@ProviderType public class CountryServiceWrapper extends java.lang.Object implements CountryService, ServiceWrapper<CountryService>
CountryService.CountryService| Constructor and Description |
|---|
CountryServiceWrapper(CountryService countryService) |
| Modifier and Type | Method and Description |
|---|---|
Country |
addCountry(java.lang.String name,
java.lang.String a2,
java.lang.String a3,
java.lang.String number,
java.lang.String idd,
boolean active) |
Country |
fetchCountry(long countryId) |
Country |
fetchCountryByA2(java.lang.String a2) |
Country |
fetchCountryByA3(java.lang.String a3) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
CountryService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedCountryService(CountryService countryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.CountryService) |
void |
setWrappedService(CountryService countryService) |
public CountryServiceWrapper(CountryService countryService)
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 PortalException
addCountry in interface CountryServicePortalExceptionpublic Country fetchCountry(long countryId)
fetchCountry in interface CountryServicepublic Country fetchCountryByA2(java.lang.String a2)
fetchCountryByA2 in interface CountryServicepublic Country fetchCountryByA3(java.lang.String a3)
fetchCountryByA3 in interface CountryServicepublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface CountryServicepublic java.util.List<Country> getCountries()
getCountries in interface CountryServicepublic java.util.List<Country> getCountries(boolean active)
getCountries in interface CountryServicepublic Country getCountry(long countryId) throws PortalException
getCountry in interface CountryServicePortalExceptionpublic Country getCountryByA2(java.lang.String a2) throws PortalException
getCountryByA2 in interface CountryServicePortalExceptionpublic Country getCountryByA3(java.lang.String a3) throws PortalException
getCountryByA3 in interface CountryServicePortalExceptionpublic Country getCountryByName(java.lang.String name) throws PortalException
getCountryByName in interface CountryServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface CountryServicebeanIdentifier - the Spring bean ID for this bean@Deprecated public CountryService getWrappedCountryService()
getWrappedService()@Deprecated public void setWrappedCountryService(CountryService countryService)
setWrappedService(com.liferay.portal.service.CountryService)public CountryService getWrappedService()
getWrappedService in interface ServiceWrapper<CountryService>public void setWrappedService(CountryService countryService)
setWrappedService in interface ServiceWrapper<CountryService>