public interface EmailContentService
EmailContent| Modifier and Type | Method and Description | 
|---|---|
| EmailContent | generateDailyReminder(Person person,
                                          Collection<ActionItem> actionItems) | 
| EmailContent | generateFeedback(FeedbackForm form) | 
| EmailContent | generateImmediateReminder(Person person,
                                                  ActionItem actionItem,
                                                  DocumentType documentType) | 
| EmailContent | generateWeeklyReminder(Person person,
                                            Collection<ActionItem> actionItems) | 
| String | getApplicationEmailAddress() | 
| String | getDocumentTypeEmailAddress(DocumentType documentType) | 
EmailContent generateImmediateReminder(Person person, ActionItem actionItem, DocumentType documentType)
EmailContent generateDailyReminder(Person person, Collection<ActionItem> actionItems)
EmailContent generateWeeklyReminder(Person person, Collection<ActionItem> actionItems)
EmailContent generateFeedback(FeedbackForm form)
String getDocumentTypeEmailAddress(DocumentType documentType)
String getApplicationEmailAddress()
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.