Uses of Class
org.sakaiproject.mailsender.model.ConfigEntry
-
Packages that use ConfigEntry Package Description 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 Modifier and Type Method Description ConfigEntryConfigLogic. getConfig()Get the current tool placement configMethods in org.sakaiproject.mailsender.logic with parameters of type ConfigEntry Modifier and Type Method Description booleanExternalLogic. addToArchive(ConfigEntry config, String channelRef, String sender, String subject, String body, List<Attachment> attachments)Append email to Email ArchiveStringConfigLogic. saveConfig(ConfigEntry ce)Save the configuration to the tool placement config spaceList<String>ExternalLogic. sendEmail(ConfigEntry config, String fromEmail, String fromName, Map<String,String> to, String subject, String content, List<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 Modifier and Type Field Description static ConfigEntryConfigEntry. DEFAULT_CONFIGConstructors in org.sakaiproject.mailsender.model with parameters of type ConfigEntry Constructor Description EmailEntry(ConfigEntry config)
-