org.kuali.kpme.core.service.notification
Class KPMENotificationServiceImpl

java.lang.Object
  extended by org.kuali.kpme.core.service.notification.KPMENotificationServiceImpl
All Implemented Interfaces:
KPMENotificationService

public class KPMENotificationServiceImpl
extends Object
implements KPMENotificationService


Constructor Summary
KPMENotificationServiceImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KPMENotificationServiceImpl

public KPMENotificationServiceImpl()
Method Detail

sendNotification

public void sendNotification(String subject,
                             String message,
                             String... principalIds)
Specified by:
sendNotification in interface KPMENotificationService

getMailer

public org.kuali.rice.core.api.mail.Mailer getMailer()

setMailer

public void setMailer(org.kuali.rice.core.api.mail.Mailer mailer)

getParameterService

public org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()

setParameterService

public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)


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