Liferay 6.0-ee-sp2

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

Packages that use CountryService
com.liferay.portal.service   
 

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()
           
 

Methods in com.liferay.portal.service with parameters of type CountryService
 void CountryServiceUtil.setService(CountryService service)
           
 void CountryServiceWrapper.setWrappedCountryService(CountryService countryService)
           
 

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


Liferay 6.0-ee-sp2