| org.kuali.module.gl.dao.EntryDao
All known Subclasses: org.kuali.module.gl.dao.ojb.EntryDaoOjb,
EntryDao | public interface EntryDao (Code) | | A surprisingly small DAO interface that declares methods to help Entries interact with the database
|
addEntry | public void addEntry(Transaction t, Date postDate)(Code) | | Add a new transaction to the database
Parameters: t - the transaction to save Parameters: postDate - the officially reported posting date |
getMaxSequenceNumber | public int getMaxSequenceNumber(Transaction t)(Code) | | Get the max sequence number currently used for a transaction
Parameters: t - the transaction to check the max sequence number |
purgeYearByChart | public void purgeYearByChart(String chart, int year)(Code) | | Purge the entry table by chart/year
Parameters: chart - the chart of accounts code of entries to purge Parameters: year - the university fiscal year of entries to purge |
|
|