| Package | Description |
|---|---|
| org.jasig.portlet.blackboardvcportlet.service | |
| org.jasig.portlet.blackboardvcportlet.service.util |
| Modifier and Type | Method and Description |
|---|---|
MailMessages |
MailTask.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
MailTask.setTemplate(MailMessages template) |
| Constructor and Description |
|---|
MailTask(List<String> to,
Map substitutions,
MailMessages template) |
MailTask(String from,
List<String> to,
String subject,
Map substitutions,
MailMessages template)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static MailMessages |
MailMessages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailMessages[] |
MailMessages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Jasig. All Rights Reserved.