Liferay 7.0-ce-b4

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

Packages that use AddressPersistence
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 AddressPersistence in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as AddressPersistence
protected  AddressPersistence AddressServiceBaseImpl.addressPersistence
           
protected  AddressPersistence ContactServiceBaseImpl.addressPersistence
           
protected  AddressPersistence ContactLocalServiceBaseImpl.addressPersistence
           
protected  AddressPersistence OrganizationLocalServiceBaseImpl.addressPersistence
           
protected  AddressPersistence AddressLocalServiceBaseImpl.addressPersistence
           
protected  AddressPersistence OrganizationServiceBaseImpl.addressPersistence
           
 

Methods in com.liferay.portal.service.base that return AddressPersistence
 AddressPersistence AddressServiceBaseImpl.getAddressPersistence()
          Returns the address persistence.
 AddressPersistence ContactServiceBaseImpl.getAddressPersistence()
          Returns the address persistence.
 AddressPersistence ContactLocalServiceBaseImpl.getAddressPersistence()
          Returns the address persistence.
 AddressPersistence OrganizationLocalServiceBaseImpl.getAddressPersistence()
          Returns the address persistence.
 AddressPersistence AddressLocalServiceBaseImpl.getAddressPersistence()
          Returns the address persistence.
 AddressPersistence OrganizationServiceBaseImpl.getAddressPersistence()
          Returns the address persistence.
 

Methods in com.liferay.portal.service.base with parameters of type AddressPersistence
 void AddressServiceBaseImpl.setAddressPersistence(AddressPersistence addressPersistence)
          Sets the address persistence.
 void ContactServiceBaseImpl.setAddressPersistence(AddressPersistence addressPersistence)
          Sets the address persistence.
 void ContactLocalServiceBaseImpl.setAddressPersistence(AddressPersistence addressPersistence)
          Sets the address persistence.
 void OrganizationLocalServiceBaseImpl.setAddressPersistence(AddressPersistence addressPersistence)
          Sets the address persistence.
 void AddressLocalServiceBaseImpl.setAddressPersistence(AddressPersistence addressPersistence)
          Sets the address persistence.
 void OrganizationServiceBaseImpl.setAddressPersistence(AddressPersistence addressPersistence)
          Sets the address persistence.
 

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

Methods in com.liferay.portal.service.persistence that return AddressPersistence
static AddressPersistence AddressUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement AddressPersistence
 class AddressPersistenceImpl
          The persistence implementation for the address service.
 class AddressPersistenceImpl2
           
 


Liferay 7.0-ce-b4