org.kuali.rice.kns.service.impl
Class MailServiceImpl
java.lang.Object
org.kuali.rice.kns.service.impl.MailServiceImpl
- All Implemented Interfaces:
- MailService
public class MailServiceImpl
- extends Object
- implements MailService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailServiceImpl
public MailServiceImpl()
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.