|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.CountryServiceWrapper
@ProviderType public class CountryServiceWrapper
Provides a wrapper for CountryService.
CountryService| 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)
|
List<Country> |
getCountries()
|
List<Country> |
getCountries(boolean active)
|
Country |
getCountry(long countryId)
|
Country |
getCountryByA2(String a2)
|
Country |
getCountryByA3(String a3)
|
Country |
getCountryByName(String name)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
CountryService |
getWrappedCountryService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
CountryService |
getWrappedService()
|
void |
setWrappedCountryService(CountryService countryService)
Deprecated. As of 6.1.0, replaced by 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 |
|---|
public CountryServiceWrapper(CountryService countryService)
| Method Detail |
|---|
public Country addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
throws PortalException
addCountry in interface CountryServicePortalExceptionpublic Country fetchCountry(long countryId)
fetchCountry in interface CountryServicepublic Country fetchCountryByA2(String a2)
fetchCountryByA2 in interface CountryServicepublic Country fetchCountryByA3(String a3)
fetchCountryByA3 in interface CountryServicepublic List<Country> getCountries()
getCountries in interface CountryServicepublic List<Country> getCountries(boolean active)
getCountries in interface CountryService
public Country getCountry(long countryId)
throws PortalException
getCountry in interface CountryServicePortalException
public Country getCountryByA2(String a2)
throws PortalException
getCountryByA2 in interface CountryServicePortalException
public Country getCountryByA3(String a3)
throws PortalException
getCountryByA3 in interface CountryServicePortalException
public Country getCountryByName(String name)
throws PortalException
getCountryByName in interface CountryServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CountryService@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>
|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||