| org.kuali.module.gl.service.EntryService
All known Subclasses: org.kuali.module.gl.service.impl.EntryServiceImpl,
EntryService | public interface EntryService (Code) | | An interface declaring methods to deal with Entry
|
getEntryRecordCount | public Integer getEntryRecordCount(Map fieldValues)(Code) | | This method gets the number of GL entries according to input fields and values
Parameters: fieldValues - the input fields and values the number of the open encumbrances |
purgeYearByChart | public void purgeYearByChart(String chart, int year)(Code) | | Purge the entry table by year/chart
Parameters: chart - chart of entries to purge Parameters: year - fiscal year of entries to purge |
|
|