Liferay 7.0-ce-b4

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. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

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

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

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

Uses of CountryService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement CountryService
 class CountryServiceBaseImpl
          Provides the base implementation for the country remote service.
 

Fields in com.liferay.portal.service.base declared as CountryService
protected  CountryService AddressServiceBaseImpl.countryService
           
protected  CountryService CountryServiceBaseImpl.countryService
           
protected  CountryService OrganizationServiceBaseImpl.countryService
           
protected  CountryService RegionServiceBaseImpl.countryService
           
 

Methods in com.liferay.portal.service.base that return CountryService
 CountryService AddressServiceBaseImpl.getCountryService()
          Returns the country remote service.
 CountryService CountryServiceBaseImpl.getCountryService()
          Returns the country remote service.
 CountryService OrganizationServiceBaseImpl.getCountryService()
          Returns the country remote service.
 CountryService RegionServiceBaseImpl.getCountryService()
          Returns the country remote service.
 

Methods in com.liferay.portal.service.base with parameters of type CountryService
 void AddressServiceBaseImpl.setCountryService(CountryService countryService)
          Sets the country remote service.
 void CountryServiceBaseImpl.setCountryService(CountryService countryService)
          Sets the country remote service.
 void OrganizationServiceBaseImpl.setCountryService(CountryService countryService)
          Sets the country remote service.
 void RegionServiceBaseImpl.setCountryService(CountryService countryService)
          Sets the country remote service.
 

Uses of CountryService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement CountryService
 class CountryServiceImpl
           
 


Liferay 7.0-ce-b4