|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.CountryServiceWrapper
public class CountryServiceWrapper
This class is 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)
|
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 |
|---|
public CountryServiceWrapper(CountryService countryService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface CountryServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface CountryServicebeanIdentifier - the Spring bean ID for this bean
public Country addCountry(String name,
String a2,
String a3,
String number,
String idd,
boolean active)
throws PortalException,
SystemException
addCountry in interface CountryServicePortalException
SystemException
public Country fetchCountry(long countryId)
throws SystemException
fetchCountry in interface CountryServiceSystemException
public Country fetchCountryByA2(String a2)
throws SystemException
fetchCountryByA2 in interface CountryServiceSystemException
public Country fetchCountryByA3(String a3)
throws SystemException
fetchCountryByA3 in interface CountryServiceSystemException
public List<Country> getCountries()
throws SystemException
getCountries in interface CountryServiceSystemException
public List<Country> getCountries(boolean active)
throws SystemException
getCountries in interface CountryServiceSystemException
public Country getCountry(long countryId)
throws PortalException,
SystemException
getCountry in interface CountryServicePortalException
SystemException
public Country getCountryByA2(String a2)
throws PortalException,
SystemException
getCountryByA2 in interface CountryServicePortalException
SystemException
public Country getCountryByA3(String a3)
throws PortalException,
SystemException
getCountryByA3 in interface CountryServicePortalException
SystemException
public Country getCountryByName(String name)
throws PortalException,
SystemException
getCountryByName in interface CountryServicePortalException
SystemExceptionpublic CountryService getWrappedCountryService()
getWrappedService()
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 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||