|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MailTemplate in org.olat.admin.securitygroup.gui |
|---|
| Methods in org.olat.admin.securitygroup.gui with parameters of type MailTemplate | |
|---|---|
void |
GroupController.setAddUserMailTempl(MailTemplate addUserMailTempl)
|
void |
GroupController.setRemoveUserMailTempl(MailTemplate removeUserMailTempl)
|
void |
WaitingGroupController.setTransferUserMailTempl(MailTemplate transferUserMailTempl)
|
| Uses of MailTemplate in org.olat.admin.securitygroup.gui.multi |
|---|
| Constructors in org.olat.admin.securitygroup.gui.multi with parameters of type MailTemplate | |
|---|---|
UsersToGroupWizardController(UserRequest ureq,
WindowControl wControl,
SecurityGroup aSecurityGroup,
MailTemplate mailTemplate)
assumes that the user seeing this controller has full access rights to the group (add/remove users) |
|
| Uses of MailTemplate in org.olat.admin.user.delete.service |
|---|
| Methods in org.olat.admin.user.delete.service with parameters of type MailTemplate | |
|---|---|
java.lang.String |
UserDeletionManager.sendUserDeleteEmailTo(java.util.List<Identity> selectedIdentities,
MailTemplate template,
boolean isTemplateChanged,
java.lang.String keyEmailSubject,
java.lang.String keyEmailBody,
Identity sender,
Translator pT)
Send 'delete'- emails to a list of identities. |
| Uses of MailTemplate in org.olat.basesecurity.events |
|---|
| Methods in org.olat.basesecurity.events that return MailTemplate | |
|---|---|
MailTemplate |
MultiIdentityChosenEvent.getMailTemplate()
|
MailTemplate |
SingleIdentityChosenEvent.getMailTemplate()
|
| Methods in org.olat.basesecurity.events with parameters of type MailTemplate | |
|---|---|
void |
MultiIdentityChosenEvent.setMailTemplate(MailTemplate mailTemplate)
|
void |
SingleIdentityChosenEvent.setMailTemplate(MailTemplate mailTemplate)
|
| Uses of MailTemplate in org.olat.core.util.mail |
|---|
| Methods in org.olat.core.util.mail that return MailTemplate | |
|---|---|
MailTemplate |
MailNotificationEditController.getMailTemplate()
|
| Methods in org.olat.core.util.mail with parameters of type MailTemplate | |
|---|---|
java.lang.String[] |
MailerWithTemplate.previewSubjectAndBody(Identity recipientTO,
java.util.List<Identity> recipientsCC,
java.util.List<Identity> recipientsBCC,
MailTemplate template,
Identity sender)
creates the subject and body for a preview. |
MailerResult |
MailerWithTemplate.sendMail(Identity recipientTO,
java.util.List<Identity> recipientsCC,
java.util.List<Identity> recipientsBCC,
MailTemplate template,
Identity sender)
Send a mail to the given identity and the other recipients (CC and BCC) using the template. |
MailerResult |
MailerWithTemplate.sendMailAsSeparateMails(java.util.List<Identity> recipientsTO,
java.util.List<Identity> recipientsCC,
java.util.List<Identity> recipientsBCC,
MailTemplate template,
Identity sender)
Send a mail to the given identities (TO, CC and BCC) using the template. |
MailerResult |
MailerWithTemplate.sendMailUsingTemplateContext(Identity recipientTO,
java.util.List<Identity> recipientsCC,
java.util.List<Identity> recipientsBCC,
MailTemplate template,
Identity sender)
Send email and use the given template-context. |
void |
MailTemplateForm.updateTemplateFromForm(MailTemplate template)
Update the given templates with the values entered in the form |
| Constructors in org.olat.core.util.mail with parameters of type MailTemplate | |
|---|---|
MailNotificationEditController(WindowControl wControl,
UserRequest ureq,
MailTemplate mailTemplate,
boolean useCancel)
Constructor for the email |
|
MailTemplateForm(java.util.Locale locale,
MailTemplate template,
boolean useCancel,
Controller listeningController)
Constructor for the mail notification form |
|
| Uses of MailTemplate in org.olat.course.nodes.projectbroker.service |
|---|
| Uses of MailTemplate in org.olat.group.delete.service |
|---|
| Methods in org.olat.group.delete.service with parameters of type MailTemplate | |
|---|---|
java.lang.String |
GroupDeletionManager.sendDeleteEmailTo(java.util.List selectedGroups,
MailTemplate mailTemplate,
boolean isTemplateChanged,
java.lang.String keyEmailSubject,
java.lang.String keyEmailBody,
Identity sender,
PackageTranslator pT)
|
| Uses of MailTemplate in org.olat.group.ui |
|---|
| Methods in org.olat.group.ui that return MailTemplate | |
|---|---|
static MailTemplate |
BGMailHelper.createAddMyselfMailTemplate(BusinessGroup group,
Identity actor)
The mail templated when a user added himself to a group. |
static MailTemplate |
BGMailHelper.createAddParticipantMailTemplate(BusinessGroup group,
Identity actor)
The mail templated when adding users to a group. |
static MailTemplate |
BGMailHelper.createAddWaitinglistMailTemplate(BusinessGroup group,
Identity actor)
The mail templated when adding users to a waitinglist. |
static MailTemplate |
BGMailHelper.createDeleteGroupMailTemplate(BusinessGroup group,
Identity actor)
The mail templated when deleting a whole group. |
static MailTemplate |
BGMailHelper.createRemoveMyselfMailTemplate(BusinessGroup group,
Identity actor)
The mail templated when a user removed himself from a group. |
static MailTemplate |
BGMailHelper.createRemoveParticipantMailTemplate(BusinessGroup group,
Identity actor)
The mail templated when removing users from a group. |
static MailTemplate |
BGMailHelper.createRemoveWaitinglistMailTemplate(BusinessGroup group,
Identity actor)
The mail templated when removing users from a waiting list. |
static MailTemplate |
BGMailHelper.createWaitinglistTransferMailTemplate(BusinessGroup group,
Identity actor)
The mail templated when automatically transferring users from the waitinglist to the participants list adding users to a waitinglist. |
| Uses of MailTemplate in org.olat.repository.delete.service |
|---|
| Methods in org.olat.repository.delete.service with parameters of type MailTemplate | |
|---|---|
java.lang.String |
RepositoryDeletionManager.sendDeleteEmailTo(java.util.List selectedRepositoryEntries,
MailTemplate mailTemplate,
boolean isTemplateChanged,
java.lang.String key_email_subject,
java.lang.String key_email_body,
Identity sender,
Translator pT)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||