org.kuali.rice.krad.service.impl
Class MailServiceImpl
java.lang.Object
   org.kuali.rice.krad.service.impl.MailServiceImpl
org.kuali.rice.krad.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()
setMailer
public void setMailer(Mailer mailer)
- The injected Mailer.
 
- 
 
- 
 
setBatchMailingList
public void setBatchMailingList(String batchMailingList)
- Sets the batchMailingList attribute value.
 
- 
 
- 
- Parameters:
- batchMailingList- The batchMailingList to set.
 
getBatchMailingList
public String getBatchMailingList()
- 
- Specified by:
- getBatchMailingListin interface- MailService
 
- 
- See Also:
- MailService.getBatchMailingList()
 
sendMessage
public void sendMessage(MailMessage message)
                 throws InvalidAddressException,
                        javax.mail.MessagingException
- This overridden method ...
 
- 
- Specified by:
- sendMessagein interface- MailService
 
- 
- Throws:
- javax.mail.MessagingException
- InvalidAddressException
- See Also:
- MailService.sendMessage(org.kuali.rice.core.api.mail.MailMessage)
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.