Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.service.CountryService

Packages that use CountryService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of CountryService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement CountryService
 class CountryServiceWrapper
          Provides a wrapper for CountryService.
 

Methods in com.liferay.portal.service that return CountryService
static CountryService CountryServiceUtil.getService()
           
 CountryService CountryServiceWrapper.getWrappedCountryService()
          Deprecated. As of 6.1.0, replaced by CountryServiceWrapper.getWrappedService()
 CountryService CountryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type CountryService
 void CountryServiceUtil.setService(CountryService service)
          Deprecated. As of 6.2.0
 void CountryServiceWrapper.setWrappedCountryService(CountryService countryService)
          Deprecated. As of 6.1.0, replaced by CountryServiceWrapper.setWrappedService(com.liferay.portal.service.CountryService)
 void CountryServiceWrapper.setWrappedService(CountryService countryService)
           
 

Constructors in com.liferay.portal.service with parameters of type CountryService
CountryServiceWrapper(CountryService countryService)
           
 


Liferay 6.2-ce-ga5