Liferay 7.0-ce-b4

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

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

Fields in com.liferay.portal.service.base declared as EmailAddressPersistence
protected  EmailAddressPersistence ContactServiceBaseImpl.emailAddressPersistence
           
protected  EmailAddressPersistence ContactLocalServiceBaseImpl.emailAddressPersistence
           
protected  EmailAddressPersistence OrganizationLocalServiceBaseImpl.emailAddressPersistence
           
protected  EmailAddressPersistence OrganizationServiceBaseImpl.emailAddressPersistence
           
protected  EmailAddressPersistence EmailAddressLocalServiceBaseImpl.emailAddressPersistence
           
protected  EmailAddressPersistence EmailAddressServiceBaseImpl.emailAddressPersistence
           
 

Methods in com.liferay.portal.service.base that return EmailAddressPersistence
 EmailAddressPersistence ContactServiceBaseImpl.getEmailAddressPersistence()
          Returns the email address persistence.
 EmailAddressPersistence ContactLocalServiceBaseImpl.getEmailAddressPersistence()
          Returns the email address persistence.
 EmailAddressPersistence OrganizationLocalServiceBaseImpl.getEmailAddressPersistence()
          Returns the email address persistence.
 EmailAddressPersistence OrganizationServiceBaseImpl.getEmailAddressPersistence()
          Returns the email address persistence.
 EmailAddressPersistence EmailAddressLocalServiceBaseImpl.getEmailAddressPersistence()
          Returns the email address persistence.
 EmailAddressPersistence EmailAddressServiceBaseImpl.getEmailAddressPersistence()
          Returns the email address persistence.
 

Methods in com.liferay.portal.service.base with parameters of type EmailAddressPersistence
 void ContactServiceBaseImpl.setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
          Sets the email address persistence.
 void ContactLocalServiceBaseImpl.setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
          Sets the email address persistence.
 void OrganizationLocalServiceBaseImpl.setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
          Sets the email address persistence.
 void OrganizationServiceBaseImpl.setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
          Sets the email address persistence.
 void EmailAddressLocalServiceBaseImpl.setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
          Sets the email address persistence.
 void EmailAddressServiceBaseImpl.setEmailAddressPersistence(EmailAddressPersistence emailAddressPersistence)
          Sets the email address persistence.
 

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

Methods in com.liferay.portal.service.persistence that return EmailAddressPersistence
static EmailAddressPersistence EmailAddressUtil.getPersistence()
           
 

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

Classes in com.liferay.portal.service.persistence.impl that implement EmailAddressPersistence
 class EmailAddressPersistenceImpl
          The persistence implementation for the email address service.
 


Liferay 7.0-ce-b4