Liferay 7.0-ga1 portal-kernel

Uses of Class
com.liferay.mail.kernel.model.SMTPAccount

Packages that use SMTPAccount
com.liferay.mail.kernel.model This package defines the portal mail model classes. 
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of SMTPAccount in com.liferay.mail.kernel.model
 

Methods in com.liferay.mail.kernel.model that return SMTPAccount
 SMTPAccount MailMessage.getSMTPAccount()
           
 

Methods in com.liferay.mail.kernel.model with parameters of type SMTPAccount
 void MailMessage.setSMTPAccount(SMTPAccount account)
           
 

Uses of SMTPAccount in com.liferay.portal.kernel.util
 

Fields in com.liferay.portal.kernel.util declared as SMTPAccount
protected  SMTPAccount SubscriptionSender.smtpAccount
           
 

Methods in com.liferay.portal.kernel.util with parameters of type SMTPAccount
 void SubscriptionSender.setSMTPAccount(SMTPAccount smtpAccount)
           
 


Liferay 7.0-ga1 portal-kernel