| org.kuali.core.dao.ojb.PlatformAwareDaoBaseOjb org.kuali.module.gl.dao.ojb.EntryDaoOjb
EntryDaoOjb | public EntryDaoOjb()(Code) | | Constructs a EntryDaoOjb instance
|
getMaxSequenceNumber | public int getMaxSequenceNumber(Transaction t)(Code) | | 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 - the transaction to check the max sequence number |
purgeYearByChart | public void purgeYearByChart(String chartOfAccountsCode, 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 |
|
|