Liferay 7.0-ce-b8 portal-service

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

Packages that use FileAttachment
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 FileAttachment in com.liferay.mail.kernel.model
 

Methods in com.liferay.mail.kernel.model that return types with arguments of type FileAttachment
 List<FileAttachment> MailMessage.getFileAttachments()
           
 

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

Fields in com.liferay.portal.kernel.util with type parameters of type FileAttachment
protected  List<FileAttachment> SubscriptionSender.fileAttachments
           
 


Liferay 7.0-ce-b8 portal-service