public class MailBasedPostingManagementFacade extends Object
Modifier and Type | Method and Description |
---|---|
void |
createNoteFromMail(ClientTO client,
javax.mail.Message message,
String senderEmail,
Set<String> blogNameIds)
Creates a user tagged post from a email message.
|
static MailBasedPostingManagementFacade |
instance()
Returns the singleton instance for the facade.
|
public static MailBasedPostingManagementFacade instance()
public void createNoteFromMail(ClientTO client, javax.mail.Message message, String senderEmail, Set<String> blogNameIds)
client
- identifies the client and the associated database to use for creationmessage
- the message from which the post will be createdsenderEmail
- the email address of the sender of the emailblogNameIds
- name identifiers of blogs where the post should be created inCopyright © 2019 Communote team. All rights reserved.