public class AchAdviceNotificationServiceImpl extends Object implements AchAdviceNotificationService
AchAdviceNotificationService| Constructor and Description |
|---|
AchAdviceNotificationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
sendAdviceNotifications()
Set to NonTransactional so the payment advice email sent date will be updated and saved after the email is sent
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
Sets the dateTimeService attribute value.
|
void |
setPaymentGroupService(PaymentGroupService paymentGroupService)
Sets the paymentGroupService attribute value.
|
void |
setPdpEmailService(PdpEmailService pdpEmailService)
Sets the pdpEmailService attribute value.
|
public AchAdviceNotificationServiceImpl()
public void sendAdviceNotifications()
sendAdviceNotifications in interface AchAdviceNotificationServiceAchAdviceNotificationService.sendAdviceNotifications()public void setPdpEmailService(PdpEmailService pdpEmailService)
pdpEmailService - The pdpEmailService to set.public void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
dateTimeService - The dateTimeService to set.public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public void setPaymentGroupService(PaymentGroupService paymentGroupService)
paymentGroupService - The paymentGroupService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.