| Package | Description |
|---|---|
| message.system.application.models | |
| message.system.application.models.utlis | |
| message.system.service |
| Modifier and Type | Method and Description |
|---|---|
InfoMessageModel |
InfoMessageModel.toObject(String xml) |
| Modifier and Type | Method and Description |
|---|---|
static InfoMessageModel |
EmailComposer.createEmailForMemberSendResponse(String applicationSenderAddress,
String applicationDomainName,
String username,
String recipientFullName,
String recipientEmailContact,
String messagePart,
Locale locale) |
static InfoMessageModel |
EmailComposer.createEmailMessageForForgottenPassword(String applicationSenderAddress,
String applicationDomainName,
String username,
String recipientFullName,
String recipientEmailContact,
String newPassword,
String urlForForgottenPassword,
Locale locale)
Creates the email message for forgotten password.
|
static InfoMessageModel |
EmailComposer.createEmailMessageForRecommendProfile(String applicationSenderAddress,
String applicationDomainName,
String memberUsername,
String recipientFullName,
String recipientEmailContact,
String profileData,
String profileLink,
String invitationText,
String senderProfileLink,
String signupLink,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
static Messages |
MessageModelConverter.createMessage(InfoMessageModel model,
user.management.model.Users sender) |
static Messages |
MessageModelConverter.createMessage(InfoMessageModel model,
user.management.model.Users sender,
Date sentDate) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CommonsEmailSendService.sendEmail(EmailConfiguration config,
InfoMessageModel model) |
static void |
SendMessageBusinessService.sendInfoEmail(de.alpharogroup.email.send.SendEmail emailSender,
InfoMessageModel model)
Send info email.
|
static void |
SendMessageBusinessService.sendInfoEmail(de.alpharogroup.email.send.SendEmail emailSender,
InfoMessageModel model,
Map<String,String> emailHeaders)
Send info email.
|
Copyright © 2015. All rights reserved.