Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for CountryService.
 

Methods in com.liferay.portal.service that return CountryService
static CountryService CountryServiceUtil.getService()
           
 CountryService CountryServiceWrapper.getWrappedCountryService()
          Deprecated. Renamed to CountryServiceWrapper.getWrappedService()
 CountryService CountryServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type CountryService
 void CountryServiceUtil.setService(CountryService service)
          Deprecated.  
 void CountryServiceWrapper.setWrappedCountryService(CountryService countryService)
          Deprecated. Renamed to 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.1.2-ce-ga3