org.kuali.kfs.pdp.batch.service.impl
Class AchAdviceNotificationServiceImpl

java.lang.Object
  extended by org.kuali.kfs.pdp.batch.service.impl.AchAdviceNotificationServiceImpl
All Implemented Interfaces:
AchAdviceNotificationService

public class AchAdviceNotificationServiceImpl
extends Object
implements AchAdviceNotificationService

See Also:
AchAdviceNotificationService

Constructor Summary
AchAdviceNotificationServiceImpl()
           
 
Method Summary
 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.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void setDateTimeService(org.kuali.rice.kns.service.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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AchAdviceNotificationServiceImpl

public AchAdviceNotificationServiceImpl()
Method Detail

sendAdviceNotifications

public void sendAdviceNotifications()
Set to NonTransactional so the payment advice email sent date will be updated and saved after the email is sent

Specified by:
sendAdviceNotifications in interface AchAdviceNotificationService
See Also:
AchAdviceNotificationService.sendAdviceNotifications()

setPdpEmailService

public void setPdpEmailService(PdpEmailService pdpEmailService)
Sets the pdpEmailService attribute value.

Parameters:
pdpEmailService - The pdpEmailService to set.

setDateTimeService

public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Sets the dateTimeService attribute value.

Parameters:
dateTimeService - The dateTimeService to set.

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.

Parameters:
businessObjectService - The businessObjectService to set.

setPaymentGroupService

public void setPaymentGroupService(PaymentGroupService paymentGroupService)
Sets the paymentGroupService attribute value.

Parameters:
paymentGroupService - The paymentGroupService to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.