Package | Description |
---|---|
org.openmrs.notification | |
org.openmrs.notification.impl | |
org.openmrs.notification.mail | |
org.openmrs.notification.mail.velocity |
Modifier and Type | Method and Description |
---|---|
Message |
MessageService.createMessage(String subject,
String message) |
Message |
MessageService.createMessage(String sender,
String subject,
String message) |
Message |
MessageService.createMessage(String recipients,
String sender,
String subject,
String message)
TODO Auto generated method comment
|
Message |
MessageService.createMessage(String recipients,
String sender,
String subject,
String message,
String attachment,
String attachmentContentType,
String attachmentFileName) |
Message |
MessagePreparator.prepare(Template template)
Prepare a message using a template.
|
Message |
MessageService.prepareMessage(String templateName,
Map data) |
Message |
MessageService.prepareMessage(Template template) |
Modifier and Type | Method and Description |
---|---|
void |
MessageSender.send(Message message) |
void |
MessageService.sendMessage(Message message)
TODO Auto generated method comment
|
void |
MessageService.sendMessage(Message message,
Collection<User> users) |
void |
MessageService.sendMessage(Message message,
Integer userId) |
void |
MessageService.sendMessage(Message message,
Role role) |
void |
MessageService.sendMessage(Message message,
String roleName) |
void |
MessageService.sendMessage(Message message,
User user) |
Modifier and Type | Method and Description |
---|---|
Message |
MessageServiceImpl.createMessage(String subject,
String content)
Create a message object with the given parts.
|
Message |
MessageServiceImpl.createMessage(String sender,
String subject,
String content)
Create a message object with the given parts.
|
Message |
MessageServiceImpl.createMessage(String recipients,
String sender,
String subject,
String content)
Create a message object with the given parts.
|
Message |
MessageServiceImpl.createMessage(String recipients,
String sender,
String subject,
String content,
String attachment,
String attachmentContentType,
String attachmentFileName) |
Message |
MessageServiceImpl.prepareMessage(String templateName,
Map data)
Prepare a message based on a template and data used for variable substitution within template.
|
Message |
MessageServiceImpl.prepareMessage(Template template)
Prepare a message given the template.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageServiceImpl.sendMessage(Message message)
Send the message.
|
void |
MessageServiceImpl.sendMessage(Message message,
Collection<User> users)
Send message to a collection of recipients.
|
void |
MessageServiceImpl.sendMessage(Message message,
Integer recipientId)
Send a message to a user that is identified by the given identifier.
|
void |
MessageServiceImpl.sendMessage(Message message,
Role role)
Sends a message to a group of users identifier by their role.
|
void |
MessageServiceImpl.sendMessage(Message message,
String roleName)
Send a message to a group of users identified by their role.
|
void |
MessageServiceImpl.sendMessage(Message message,
User user)
Send message to a single user.
|
Modifier and Type | Method and Description |
---|---|
javax.mail.internet.MimeMessage |
MailMessageSender.createMimeMessage(Message message)
Converts the message object to a mime message in order to prepare it to be sent.
|
void |
MailMessageSender.send(Message message)
Send the message.
|
Modifier and Type | Method and Description |
---|---|
Message |
VelocityMessagePreparator.prepare(Template template) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.