org.jasig.portlets.FeedbackPortlet.service
Class EmailForwardingListener

java.lang.Object
  extended by org.jasig.portlets.FeedbackPortlet.service.EmailForwardingListener
All Implemented Interfaces:
FeedbackSubmissionListener

public class EmailForwardingListener
extends Object
implements FeedbackSubmissionListener

EmailForwardingListener sends a summary email to a central address for each feedback submission.

Author:
Jen Bourey

Constructor Summary
EmailForwardingListener()
           
 
Method Summary
 void performAction(FeedbackItem item)
          Perform some action on a just-submitted feedback item.
 void setMailMessage(org.springframework.mail.SimpleMailMessage mailMessage)
           
 void setMailSender(org.springframework.mail.MailSender mailSender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailForwardingListener

public EmailForwardingListener()
Method Detail

performAction

public void performAction(FeedbackItem item)
Description copied from interface: FeedbackSubmissionListener
Perform some action on a just-submitted feedback item.

Specified by:
performAction in interface FeedbackSubmissionListener

setMailMessage

public void setMailMessage(org.springframework.mail.SimpleMailMessage mailMessage)

setMailSender

public void setMailSender(org.springframework.mail.MailSender mailSender)


Copyright © 2012 Jasig. All Rights Reserved.