public class KPMENotificationServiceImpl extends Object implements KPMENotificationService
Constructor and Description |
---|
KPMENotificationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.mail.Mailer |
getMailer() |
org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService() |
void |
sendNotification(String subject,
String message,
String... principalIds) |
void |
setMailer(org.kuali.rice.core.api.mail.Mailer mailer) |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
public KPMENotificationServiceImpl()
public void sendNotification(String subject, String message, String... principalIds)
sendNotification
in interface KPMENotificationService
public org.kuali.rice.core.api.mail.Mailer getMailer()
public void setMailer(org.kuali.rice.core.api.mail.Mailer mailer)
public org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.