Package | Description |
---|---|
lumis.portal.activitystream.notifier.email | |
lumis.portal.sendmail | |
lumis.portal.sendmail.dao | |
lumis.portal.sendmail.dao.hibernate |
Modifier and Type | Method and Description |
---|---|
protected Collection<IMailDestination> |
EmailNotifier.getEmailDestinations(ActivityDocument.IActivity activity,
Collection<UserConfig> users)
Generate a list of email destinations to be added to an email of the activity.
the default implementation adds all users that have an email to the list. |
Modifier and Type | Method and Description |
---|---|
IMailDestination |
ISendMailManager.createMailDestination()
Factory method for creating a new mail destination instance.
|
IMailDestination |
SendMailManager.createMailDestination() |
Modifier and Type | Method and Description |
---|---|
Collection<IMailDestination> |
IMultipleMail.getDestinations()
Returns a collection of destinations for this mail.
|
Modifier and Type | Method and Description |
---|---|
IMailDestination |
ISendMailDao.createMailDestination()
Factory method for creating a new mail destination instance.
|
IMailDestination |
ISendMailDao.fetchNextPendingDestination(IMultipleMail multipleMail)
Returns for the next destination pending for sending for the given mail, and marks
its status as sending.
|
Modifier and Type | Method and Description |
---|---|
ISingleMail |
ISendMailDao.createSingleMail(IMultipleMail mail,
IMailDestination destination)
Returns a
ISingleMail instance as the given mail addressed to the given destination. |
Modifier and Type | Method and Description |
---|---|
IMailDestination |
SendMailDaoHib.createMailDestination() |
IMailDestination |
SendMailDaoHib.fetchNextPendingDestination(IMultipleMail mail) |
Modifier and Type | Method and Description |
---|---|
ISingleMail |
SendMailDaoHib.createSingleMail(IMultipleMail mail,
IMailDestination destination)
This implementation actually uses the same mail instance, only sets the values in the
to, cc and bcc fields.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.