| org.sakaiproject.util.SiteEmailNotification org.sakaiproject.content.impl.SiteEmailNotificationContent
SiteEmailNotificationContent | public class SiteEmailNotificationContent extends SiteEmailNotification (Code) | |
SiteEmailNotificationContent fills the notification message and headers with details from the content change that triggered the notification event.
author: Sakai Software Development Team |
SiteEmailNotificationContent | public SiteEmailNotificationContent()(Code) | | Construct.
|
SiteEmailNotificationContent | public SiteEmailNotificationContent(String siteId)(Code) | | Construct.
|
addSpecialRecipients | protected void addSpecialRecipients(List users, Reference ref)(Code) | | Add to the user list any other users who should be notified about this ref's change.
Parameters: users - The user list, already populated based on site visit and resource ability. Parameters: ref - The entity reference. |
constructPath | protected String constructPath(String ref)(Code) | | Form a "Bread Crumb" style path showing the folders in which this referenced resource lives.
Parameters: ref - The reference string to the resource. The path string for this resource. |
getResourceAbility | protected String getResourceAbility()(Code) | | |
getSubject | protected String getSubject(Event event)(Code) | | Get the subject for the email.
Parameters: event - The event that matched criteria to cause the notification. the subject for the email. |
|
|