public interface PurApAccountingDao
| Modifier and Type | Method and Description | 
|---|---|
| void | deleteSummaryAccountsbyCreditMemoIdentifier(Integer creditMemoIdentifier)Deletes the summary accounts by credit memo document id. | 
| void | deleteSummaryAccountsbyInvoiceIdentifier(Integer invoiceIdentifier)Deletes the summary accounts by credit memo document id. | 
| void | deleteSummaryAccountsbyPaymentRequestIdentifier(Integer paymentRequestIdentifier)Deletes the summary accounts by payment request document id. | 
| List | getAccountingLinesForItem(PurApItem item)Retrieves the accounting lines for a purap item. | 
List getAccountingLinesForItem(PurApItem item)
item - - purap itemvoid deleteSummaryAccountsbyPaymentRequestIdentifier(Integer paymentRequestIdentifier)
paymentRequestIdentifier - - payment request document idvoid deleteSummaryAccountsbyCreditMemoIdentifier(Integer creditMemoIdentifier)
creditMemoIdentifier - - credit memo document idvoid deleteSummaryAccountsbyInvoiceIdentifier(Integer invoiceIdentifier)
invoiceIdentifier - - invoice idCopyright © 2004–2015 The Kuali Foundation. All rights reserved.