Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.CountryPersistence

Packages that use CountryPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Fields in com.liferay.portal.service.base declared as CountryPersistence
protected  CountryPersistence AddressServiceBaseImpl.countryPersistence
           
protected  CountryPersistence CountryServiceBaseImpl.countryPersistence
           
protected  CountryPersistence OrganizationLocalServiceBaseImpl.countryPersistence
           
protected  CountryPersistence AddressLocalServiceBaseImpl.countryPersistence
           
protected  CountryPersistence OrganizationServiceBaseImpl.countryPersistence
           
protected  CountryPersistence RegionServiceBaseImpl.countryPersistence
           
 

Methods in com.liferay.portal.service.base that return CountryPersistence
 CountryPersistence AddressServiceBaseImpl.getCountryPersistence()
          Returns the country persistence.
 CountryPersistence CountryServiceBaseImpl.getCountryPersistence()
          Returns the country persistence.
 CountryPersistence OrganizationLocalServiceBaseImpl.getCountryPersistence()
          Returns the country persistence.
 CountryPersistence AddressLocalServiceBaseImpl.getCountryPersistence()
          Returns the country persistence.
 CountryPersistence OrganizationServiceBaseImpl.getCountryPersistence()
          Returns the country persistence.
 CountryPersistence RegionServiceBaseImpl.getCountryPersistence()
          Returns the country persistence.
 

Methods in com.liferay.portal.service.base with parameters of type CountryPersistence
 void AddressServiceBaseImpl.setCountryPersistence(CountryPersistence countryPersistence)
          Sets the country persistence.
 void CountryServiceBaseImpl.setCountryPersistence(CountryPersistence countryPersistence)
          Sets the country persistence.
 void OrganizationLocalServiceBaseImpl.setCountryPersistence(CountryPersistence countryPersistence)
          Sets the country persistence.
 void AddressLocalServiceBaseImpl.setCountryPersistence(CountryPersistence countryPersistence)
          Sets the country persistence.
 void OrganizationServiceBaseImpl.setCountryPersistence(CountryPersistence countryPersistence)
          Sets the country persistence.
 void RegionServiceBaseImpl.setCountryPersistence(CountryPersistence countryPersistence)
          Sets the country persistence.
 

Uses of CountryPersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return CountryPersistence
static CountryPersistence CountryUtil.getPersistence()
           
 

Uses of CountryPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement CountryPersistence
 class CountryPersistenceImpl
          The persistence implementation for the country service.
 


Liferay 7.0-ce-b4