|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailItem | |
---|---|
fr.paris.lutece.portal.business.mail | |
fr.paris.lutece.portal.service.mail |
Uses of MailItem in fr.paris.lutece.portal.business.mail |
---|
Methods in fr.paris.lutece.portal.business.mail that return MailItem | |
---|---|
MailItem |
MailItemQueue.getMailItem()
|
Methods in fr.paris.lutece.portal.business.mail with parameters of type MailItem | |
---|---|
void |
MailItemQueue.setMailItem(MailItem item)
|
Uses of MailItem in fr.paris.lutece.portal.service.mail |
---|
Methods in fr.paris.lutece.portal.service.mail that return MailItem | |
---|---|
MailItem |
MemoryQueue.consume()
Get a mail item from the list and remove it from the queue |
MailItem |
IMailQueue.consume()
Get a mail item from the list and remove it from the queue |
MailItem |
DatabaseQueue.consume()
Get a mail item from the database queue and remove it from the queue |
Methods in fr.paris.lutece.portal.service.mail with parameters of type MailItem | |
---|---|
void |
MemoryQueue.send(MailItem item)
Put a mail item into the list of the queue |
void |
IMailQueue.send(MailItem item)
Put a mail item into the list of the queue |
void |
DatabaseQueue.send(MailItem item)
Put a mail item into the database queue |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |