@Transactional public class EntryServiceImpl extends Object implements EntryService
| Constructor and Description |
|---|
EntryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEntryRecordCount(Map fieldValues)
This method gets the number of GL entries according to input fields and values
|
void |
purgeYearByChart(String chart,
int year)
Purge the entry table by year/chart
|
void |
setEntryDao(EntryDao entryDao) |
public EntryServiceImpl()
public void purgeYearByChart(String chart, int year)
purgeYearByChart in interface EntryServicechart - chart of entries to purgeyear - fiscal year of entries to purgeEntryService.purgeYearByChart(java.lang.String, int)public void setEntryDao(EntryDao entryDao)
public Integer getEntryRecordCount(Map fieldValues)
getEntryRecordCount in interface EntryServicefieldValues - the input fields and valuesEntryService.getEntryRecordCount(java.util.Map)Copyright © 2004–2014 The Kuali Foundation. All rights reserved.