org.kuali.rice.kns.service.impl
Class MailServiceImpl

java.lang.Object
  extended by org.kuali.rice.kns.service.impl.MailServiceImpl
All Implemented Interfaces:
MailService

public class MailServiceImpl
extends Object
implements MailService


Constructor Summary
MailServiceImpl()
           
 
Method Summary
 String getBatchMailingList()
           
 String getIncidentMailingList()
           
 void sendMessage(MailMessage message)
           
 void setBatchMailingList(String batchMailingList)
          Sets the batchMailingList attribute value.
 void setIncidentMailingList(String incidentMailingList)
           
 void setMailSender(org.springframework.mail.MailSender ms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailServiceImpl

public MailServiceImpl()
Method Detail

sendMessage

public void sendMessage(MailMessage message)
                 throws InvalidAddressException
Specified by:
sendMessage in interface MailService
Throws:
InvalidAddressException

setMailSender

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

setBatchMailingList

public void setBatchMailingList(String batchMailingList)
Sets the batchMailingList attribute value.

Parameters:
batchMailingList - The batchMailingList to set.

getBatchMailingList

public String getBatchMailingList()
Specified by:
getBatchMailingList in interface MailService
See Also:
MailService.getBatchMailingList()

getIncidentMailingList

public String getIncidentMailingList()
Returns:
the incidentMailingList

setIncidentMailingList

public void setIncidentMailingList(String incidentMailingList)
Parameters:
incidentMailingList - the incidentMailingList to set


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.