public interface EntryDao
| Modifier and Type | Method and Description | 
|---|---|
| int | getMaxSequenceNumber(Transaction t)Get the max sequence number currently used for a transaction | 
| void | purgeYearByChart(String chart,
                                int year)Purge the entry table by chart/year | 
int getMaxSequenceNumber(Transaction t)
t - the transaction to checkvoid purgeYearByChart(String chart, int year)
chart - the chart of accounts code of entries to purgeyear - the university fiscal year of entries to purgeCopyright © 2004–2014 The Kuali Foundation. All rights reserved.