public interface ReversalService
| Modifier and Type | Method and Description | 
|---|---|
void | 
delete(Reversal re)
Removes a reversal record from the persistence store 
 | 
Iterator | 
getByDate(Date before)
Fetches all of the reversals that are set to reverse before or on the given date 
 | 
Reversal | 
getByTransaction(Transaction t)
Fetches or generates a reversal record, based on the given transaction 
 | 
LedgerEntryHolder | 
getSummaryByDate(Date before)
Summarizes all of the reversal records set to reverse before or on the given date 
 | 
void | 
save(Reversal re)
Saves a reversal to the database 
 | 
Reversal getByTransaction(Transaction t)
t - a transaction to find a reversal record forIterator getByDate(Date before)
before - the date returned reversals should reverse on or beforeLedgerEntryHolder getSummaryByDate(Date before)
before - the date summarized reversals should reverse on or beforeCopyright © 2004–2016 The Kuali Foundation. All rights reserved.