Fetches all reversals that have been set to reverse on or before the given date - that is to say,
returns all the reversal records ready to be reversed!
Parameters: before - the date that reversals must reverse on or before an Iterator of reversal records to reverse See Also:org.kuali.module.gl.dao.ReversalDao.getByDate(java.util.Date)
Find the maximum transactionLedgerEntrySequenceNumber in the entry table for a specific transaction. This is used to make
sure that rows added have a unique primary key.
Parameters: t - a transaction to find the maximum sequence number for the max sequence number for the given transaction