|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigEntry | |
|---|---|
| org.sakaiproject.mailsender.logic | |
| org.sakaiproject.mailsender.model | |
| Uses of ConfigEntry in org.sakaiproject.mailsender.logic |
|---|
| Methods in org.sakaiproject.mailsender.logic that return ConfigEntry | |
|---|---|
ConfigEntry |
ConfigLogic.getConfig()
Get the current tool placement config |
| Methods in org.sakaiproject.mailsender.logic with parameters of type ConfigEntry | |
|---|---|
boolean |
ExternalLogic.addToArchive(ConfigEntry config,
String channelRef,
String sender,
String subject,
String body)
Append email to Email Archive |
String |
ConfigLogic.saveConfig(ConfigEntry ce)
Save the configuration to the tool placement config space |
List<String> |
ExternalLogic.sendEmail(ConfigEntry config,
String fromEmail,
String fromName,
Map<String,String> to,
String subject,
String content,
List<org.sakaiproject.email.api.Attachment> attachments)
Send email to a list of users. |
| Uses of ConfigEntry in org.sakaiproject.mailsender.model |
|---|
| Fields in org.sakaiproject.mailsender.model declared as ConfigEntry | |
|---|---|
static ConfigEntry |
ConfigEntry.DEFAULT_CONFIG
|
| Methods in org.sakaiproject.mailsender.model that return ConfigEntry | |
|---|---|
ConfigEntry |
EmailEntry.getConfig()
|
| Methods in org.sakaiproject.mailsender.model with parameters of type ConfigEntry | |
|---|---|
void |
EmailEntry.setConfig(ConfigEntry config)
|
| Constructors in org.sakaiproject.mailsender.model with parameters of type ConfigEntry | |
|---|---|
EmailEntry(ConfigEntry config)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||