public interface CustomerNotificationService
Modifier and Type | Method and Description |
---|---|
void |
sendCustomerAgingReport()
send aging reports to the customers
|
void |
sendCustomerAgingReport(CustomerInvoiceDocument invoiceDocument,
Timestamp agingReportSentTime)
send the aging report of the given invoice to the customer
|
void sendCustomerAgingReport()
void sendCustomerAgingReport(CustomerInvoiceDocument invoiceDocument, Timestamp agingReportSentTime)
invoiceDocument
- agingReportSentTime
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.