public interface ReversalDao
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Reversal re)
Deletes a reversal record
|
Iterator |
getByDate(Date before)
Returns all reversals that should have reversed on or before the given date
|
Reversal |
getByTransaction(Transaction t)
Looks up the reversal that matches the keys from the given transaction
|
int |
getMaxSequenceNumber(Transaction t)
Find the maximum transactionLedgerEntrySequenceNumber in the entry table for a specific transaction.
|
int getMaxSequenceNumber(Transaction t)
t - a transaction to find the maximum sequence number forReversal getByTransaction(Transaction t)
t - the given transactionIterator getByDate(Date before)
before - the date that reversals retrieved should reverse on or beforeCopyright © 2004–2015 The Kuali Foundation. All rights reserved.