org.kuali.kfs.gl.service
Interface EntryService

All Known Implementing Classes:
EntryServiceImpl

public interface EntryService

An interface declaring methods to deal with Entry


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
 

Method Detail

purgeYearByChart

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

Parameters:
chart - chart of entries to purge
year - fiscal year of entries to purge

getEntryRecordCount

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

Parameters:
fieldValues - the input fields and values
Returns:
the number of the open encumbrances


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