Uses of Interface
lumis.portal.sendmail.IBaseMail
-
Packages that use IBaseMail Package Description lumis.portal.sendmail lumis.portal.sendmail.dao lumis.portal.sendmail.dao.hibernate -
-
Uses of IBaseMail in lumis.portal.sendmail
Subinterfaces of IBaseMail in lumis.portal.sendmail Modifier and Type Interface Description 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 IBaseMail in lumis.portal.sendmail.dao
Methods in lumis.portal.sendmail.dao that return IBaseMail Modifier and Type Method Description IBaseMail
ISendMailDao. fetchNextQueuedMail(String queueId)
Returns the next queued mail pending for sending, and marks its status as sending. -
Uses of IBaseMail in lumis.portal.sendmail.dao.hibernate
Methods in lumis.portal.sendmail.dao.hibernate that return IBaseMail Modifier and Type Method Description IBaseMail
SendMailDaoHib. fetchNextQueuedMail(String queueId)
-