public interface PurapAccountRevisionService
| Modifier and Type | Method and Description | 
|---|---|
| void | cancelCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems,
                                                                Integer postingYear,
                                                                String postingPeriodCode)This method will negate all existing credit memo account revision lines | 
| void | cancelInvoiceAccountRevisions(List<InvoiceItem> invoiceItems,
                                                          Integer postingYear,
                                                          String postingPeriodCode)This method will negate all existing payment request account line revisions | 
| void | cancelPaymentRequestAccountRevisions(List<PaymentRequestItem> paymentRequestItems,
                                                                        Integer postingYear,
                                                                        String postingPeriodCode)This method will negate all existing payment request account line revisions | 
| void | saveCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems,
                                                            Integer postingYear,
                                                            String postingPeriodCode)This method will identify the changes happened to existing credit memo accounting lines and update the account change history
 table. | 
| void | saveInvoiceAccountRevisions(List<InvoiceItem> invoiceItems,
                                                      Integer postingYear,
                                                      String postingPeriodCode)This method will identify the changes happened to existing payment request accounting lines and update the account change
 history table. | 
| void | savePaymentRequestAccountRevisions(List<PaymentRequestItem> paymentRequestItems,
                                                                    Integer postingYear,
                                                                    String postingPeriodCode)This method will identify the changes happened to existing payment request accounting lines and update the account change
 history table. | 
void savePaymentRequestAccountRevisions(List<PaymentRequestItem> paymentRequestItems, Integer postingYear, String postingPeriodCode)
paymentRequestItems - Items from payment request documentpostingYear - Posting yearpostingPeriodCode - Posting period codevoid saveInvoiceAccountRevisions(List<InvoiceItem> invoiceItems, Integer postingYear, String postingPeriodCode)
invoiceItems - Items from payment request documentpostingYear - Posting yearpostingPeriodCode - Posting period codevoid saveCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems, Integer postingYear, String postingPeriodCode)
paymentRequestItems - Items from payment request documentpostingYear - Posting yearpostingPeriodCode - Posting period codevoid cancelPaymentRequestAccountRevisions(List<PaymentRequestItem> paymentRequestItems, Integer postingYear, String postingPeriodCode)
paymentRequestItems - Items from payment request documentpostingYear - Posting yearpostingPeriodCode - Posting period codevoid cancelInvoiceAccountRevisions(List<InvoiceItem> invoiceItems, Integer postingYear, String postingPeriodCode)
invoiceItems - Items from payment request documentpostingYear - Posting yearpostingPeriodCode - Posting period codevoid cancelCreditMemoAccountRevisions(List<CreditMemoItem> creditMemoItems, Integer postingYear, String postingPeriodCode)
paymentRequestItems - Items from payment request documentpostingYear - Posting yearpostingPeriodCode - Posting period codeCopyright © 2004–2014 The Kuali Foundation. All rights reserved.