Liferay 7.0-ce-b4

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

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

Fields in com.liferay.portal.service.base declared as PhonePersistence
protected  PhonePersistence ContactServiceBaseImpl.phonePersistence
           
protected  PhonePersistence PhoneServiceBaseImpl.phonePersistence
           
protected  PhonePersistence PhoneLocalServiceBaseImpl.phonePersistence
           
protected  PhonePersistence ContactLocalServiceBaseImpl.phonePersistence
           
protected  PhonePersistence OrganizationLocalServiceBaseImpl.phonePersistence
           
protected  PhonePersistence OrganizationServiceBaseImpl.phonePersistence
           
 

Methods in com.liferay.portal.service.base that return PhonePersistence
 PhonePersistence ContactServiceBaseImpl.getPhonePersistence()
          Returns the phone persistence.
 PhonePersistence PhoneServiceBaseImpl.getPhonePersistence()
          Returns the phone persistence.
 PhonePersistence PhoneLocalServiceBaseImpl.getPhonePersistence()
          Returns the phone persistence.
 PhonePersistence ContactLocalServiceBaseImpl.getPhonePersistence()
          Returns the phone persistence.
 PhonePersistence OrganizationLocalServiceBaseImpl.getPhonePersistence()
          Returns the phone persistence.
 PhonePersistence OrganizationServiceBaseImpl.getPhonePersistence()
          Returns the phone persistence.
 

Methods in com.liferay.portal.service.base with parameters of type PhonePersistence
 void ContactServiceBaseImpl.setPhonePersistence(PhonePersistence phonePersistence)
          Sets the phone persistence.
 void PhoneServiceBaseImpl.setPhonePersistence(PhonePersistence phonePersistence)
          Sets the phone persistence.
 void PhoneLocalServiceBaseImpl.setPhonePersistence(PhonePersistence phonePersistence)
          Sets the phone persistence.
 void ContactLocalServiceBaseImpl.setPhonePersistence(PhonePersistence phonePersistence)
          Sets the phone persistence.
 void OrganizationLocalServiceBaseImpl.setPhonePersistence(PhonePersistence phonePersistence)
          Sets the phone persistence.
 void OrganizationServiceBaseImpl.setPhonePersistence(PhonePersistence phonePersistence)
          Sets the phone persistence.
 

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

Methods in com.liferay.portal.service.persistence that return PhonePersistence
static PhonePersistence PhoneUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement PhonePersistence
 class PhonePersistenceImpl
          The persistence implementation for the phone service.
 


Liferay 7.0-ce-b4