public interface PendingTransactionService
Modifier and Type | Method and Description |
---|---|
void |
clearExtractedTransactions()
Deletes transactions records that have been copied to the GL
|
void |
generateCancellationGeneralLedgerPendingEntry(PaymentGroup paymentGroup)
Creates GLPE entries for a payment cancel and stores to PDP pending entry table.
|
void |
generatePaymentGeneralLedgerPendingEntry(PaymentGroup paymentGroup)
Creates GLPE entries for the Payment record and stores to PDP pending entry table
|
void |
generateReissueGeneralLedgerPendingEntry(PaymentGroup paymentGroup)
Creates GLPE entries for a reissue and stores to PDP pending entry table.
|
Iterator<GlPendingTransaction> |
getUnextractedTransactions()
Get all of the GL transactions where the extract flag is null
|
void |
save(GlPendingTransaction tran)
Save a transaction
|
void generatePaymentGeneralLedgerPendingEntry(PaymentGroup paymentGroup)
paymentGroup
- payment group record to create GLPE forvoid generateCancellationGeneralLedgerPendingEntry(PaymentGroup paymentGroup)
paymentGroup
- payment group record to create GLPE forvoid generateReissueGeneralLedgerPendingEntry(PaymentGroup paymentGroup)
paymentGroup
- payment group record to create GLPE forvoid save(GlPendingTransaction tran)
tran
- Iterator<GlPendingTransaction> getUnextractedTransactions()
void clearExtractedTransactions()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.