|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntryDao
A surprisingly small DAO interface that declares methods to help Entries interact with the database
| Method Summary | |
|---|---|
void |
addEntry(Transaction t,
Date postDate)
Add a new transaction to the database |
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 |
| Method Detail |
|---|
void addEntry(Transaction t,
Date postDate)
t - the transaction to savepostDate - the officially reported posting dateint getMaxSequenceNumber(Transaction t)
t - the transaction to check
void purgeYearByChart(String chart,
int year)
chart - the chart of accounts code of entries to purgeyear - the university fiscal year of entries to purge
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||