Uses of Interface
lumis.portal.sendmail.IMailSendStatus
-
Packages that use IMailSendStatus Package Description lumis.portal.sendmail lumis.portal.sendmail.dao lumis.portal.sendmail.dao.hibernate -
-
Uses of IMailSendStatus in lumis.portal.sendmail
Subinterfaces of IMailSendStatus in lumis.portal.sendmail Modifier and Type Interface Description interface
IBaseMail
Superinterface with common methods of mails interfaces.interface
IMailDestination
Specifies a destination of a mail.interface
IMultipleMail
Stores the information about a multiple mail to be sent.interface
ISingleMail
Stores the information about a single mail to be sent. -
Uses of IMailSendStatus in lumis.portal.sendmail.dao
Methods in lumis.portal.sendmail.dao with parameters of type IMailSendStatus Modifier and Type Method Description void
ISendMailDao. updateMailSendStatus(IMailSendStatus mailSendStatus)
Updates the mail send status as set in the given instance. -
Uses of IMailSendStatus in lumis.portal.sendmail.dao.hibernate
Methods in lumis.portal.sendmail.dao.hibernate with parameters of type IMailSendStatus Modifier and Type Method Description void
SendMailDaoHib. updateMailSendStatus(IMailSendStatus mailSendStatus)
-