Uses of Interface
lumis.portal.sendmail.IMailAttachment
-
Packages that use IMailAttachment Package Description lumis.portal.sendmail lumis.portal.sendmail.dao lumis.portal.sendmail.dao.hibernate -
-
Uses of IMailAttachment in lumis.portal.sendmail
Methods in lumis.portal.sendmail that return IMailAttachment Modifier and Type Method Description IMailAttachment
ISendMailManager. createMailAttachment()
Factory method for creating a new mail attachment instance.IMailAttachment
SendMailManager. createMailAttachment()
Methods in lumis.portal.sendmail that return types with arguments of type IMailAttachment Modifier and Type Method Description Collection<IMailAttachment>
IMailBody. getAttachments()
Returns a collection of attachments for this mail. -
Uses of IMailAttachment in lumis.portal.sendmail.dao
Methods in lumis.portal.sendmail.dao that return IMailAttachment Modifier and Type Method Description IMailAttachment
ISendMailDao. createMailAttachment()
Factory method for creating a new mail attachment instance. -
Uses of IMailAttachment in lumis.portal.sendmail.dao.hibernate
Methods in lumis.portal.sendmail.dao.hibernate that return IMailAttachment Modifier and Type Method Description IMailAttachment
SendMailDaoHib. createMailAttachment()
-