org.kuali.kfs.gl.service.impl
Class EntryServiceImpl

java.lang.Object
  extended by org.kuali.kfs.gl.service.impl.EntryServiceImpl
All Implemented Interfaces:
EntryService

@Transactional
public class EntryServiceImpl
extends Object
implements EntryService

The base implementation of EntryService


Constructor Summary
EntryServiceImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryServiceImpl

public EntryServiceImpl()
Method Detail

purgeYearByChart

public void purgeYearByChart(String chart,
                             int year)
Purge the entry table by year/chart

Specified by:
purgeYearByChart in interface EntryService
Parameters:
chart - chart of entries to purge
year - fiscal year of entries to purge
See Also:
EntryService.purgeYearByChart(java.lang.String, int)

setEntryDao

public void setEntryDao(EntryDao entryDao)

getEntryRecordCount

public Integer getEntryRecordCount(Map fieldValues)
This method gets the number of GL entries according to input fields and values

Specified by:
getEntryRecordCount in interface EntryService
Parameters:
fieldValues - the input fields and values
Returns:
the number of the open encumbrances
See Also:
EntryService.getEntryRecordCount(java.util.Map)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.