|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PendingTransactionService
Creates GLPEs for PDP extracted and canceled payments.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |