Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.api.impl | |
org.openmrs.notification | |
org.openmrs.notification.impl | |
org.openmrs.notification.mail | |
org.openmrs.notification.mail.velocity |
Modifier and Type | Method and Description |
---|---|
User |
UserService.setUserActivationKey(User user)
Sets a user's activation key
|
Modifier and Type | Method and Description |
---|---|
User |
UserServiceImpl.setUserActivationKey(User user) |
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) |
List |
MessageService.getAllTemplates() |
Template |
MessageService.getTemplate(Integer id) |
List |
MessageService.getTemplatesByName(String name) |
Message |
MessagePreparator.prepare(Template template)
Prepare a message using a template.
|
Message |
MessageService.prepareMessage(String templateName,
Map data) |
Message |
MessageService.prepareMessage(Template template) |
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) |
void |
MessageService.sendMessage(String recipients,
String sender,
String subject,
String message) |
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) |
List |
MessageServiceImpl.getAllTemplates()
Get all templates in the database.
|
Template |
MessageServiceImpl.getTemplate(Integer id)
Get template by identifier.
|
List |
MessageServiceImpl.getTemplatesByName(String name)
Get templates by name.
|
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.
|
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.
|
void |
MessageServiceImpl.sendMessage(String recipients,
String sender,
String subject,
String content)
Send a message using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
MailMessageSender.send(Message message)
Send the message.
|
Modifier and Type | Method and Description |
---|---|
Message |
VelocityMessagePreparator.prepare(Template template) |
Constructor and Description |
---|
VelocityMessagePreparator()
Public constructor TODO: needs better error handling
|
Copyright © 2024 OpenMRS Inc.. All rights reserved.