|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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)
|
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. As of 6.1.0, replaced by getWrappedService() |
CountryService |
getWrappedService()
|
void |
setBeanIdentifier(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)
|
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 CountryService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface CountryService
beanIdentifier
- the Spring bean ID for this beanpublic Country addCountry(String name, String a2, String a3, String number, String idd, boolean active) throws PortalException, SystemException
addCountry
in interface CountryService
PortalException
SystemException
public Country fetchCountry(long countryId) throws SystemException
fetchCountry
in interface CountryService
SystemException
public Country fetchCountryByA2(String a2) throws SystemException
fetchCountryByA2
in interface CountryService
SystemException
public Country fetchCountryByA3(String a3) throws SystemException
fetchCountryByA3
in interface CountryService
SystemException
public List<Country> getCountries() throws SystemException
getCountries
in interface CountryService
SystemException
public List<Country> getCountries(boolean active) throws SystemException
getCountries
in interface CountryService
SystemException
public Country getCountry(long countryId) throws PortalException, SystemException
getCountry
in interface CountryService
PortalException
SystemException
public Country getCountryByA2(String a2) throws PortalException, SystemException
getCountryByA2
in interface CountryService
PortalException
SystemException
public Country getCountryByA3(String a3) throws PortalException, SystemException
getCountryByA3
in interface CountryService
PortalException
SystemException
public Country getCountryByName(String name) throws PortalException, SystemException
getCountryByName
in interface CountryService
PortalException
SystemException
public 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-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |