|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.service.impl.EncumbranceServiceImpl
@Transactional public class EncumbranceServiceImpl
The base implementation of EncumbranaceService
Constructor Summary | |
---|---|
EncumbranceServiceImpl()
|
Method Summary | |
---|---|
Iterator |
findOpenEncumbrance(Map fieldValues)
Given the fieldValues, forms a query and finds the open encumbrances that match it |
Iterator |
getAllEncumbrances()
Returns an iterator with all encumbrances from the database. |
Integer |
getOpenEncumbranceRecordCount(Map fieldValues)
Returns the count of all open encumbrances in the database, matching the given field values |
Iterator |
getSummarizedEncumbrances(String documentTypeCode,
boolean included)
group all encumbrances with/without the given document type code by fiscal year, chart, account, sub-account, object code, sub object code, and balance type code, and summarize the encumbrance amount and the encumbrance close amount. |
void |
purgeYearByChart(String chartOfAccountsCode,
int year)
Removes all encumbrances from the database having a certain chart and fiscal year |
void |
save(Encumbrance enc)
Saves an encumbrance |
void |
setEncumbranceDao(EncumbranceDao ed)
Field accessor for EncumbranceDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncumbranceServiceImpl()
Method Detail |
---|
public void save(Encumbrance enc)
save
in interface EncumbranceService
enc
- an encumbrance to saveEncumbranceService.save(org.kuali.kfs.gl.businessobject.Encumbrance)
public void purgeYearByChart(String chartOfAccountsCode, int year)
purgeYearByChart
in interface EncumbranceService
chartOfAccountsCode
- the chart of encumbrances to purgeyear
- the year of encumbrances to purgeEncumbranceService.purgeYearByChart(java.lang.String, int)
public Iterator getAllEncumbrances()
getAllEncumbrances
in interface EncumbranceService
EncumbranceService.getAllEncumbrances()
public void setEncumbranceDao(EncumbranceDao ed)
ed
- public Iterator getSummarizedEncumbrances(String documentTypeCode, boolean included)
getSummarizedEncumbrances
in interface EncumbranceService
documentTypeCode
- the given document type codeincluded
- indicate if all encumbrances with the given document type are included in the results or notEncumbranceService.getSummarizedEncumbrances(java.lang.String, boolean)
public Iterator findOpenEncumbrance(Map fieldValues)
findOpenEncumbrance
in interface EncumbranceService
fieldValues
- the values to form an encumbrance query out of
EncumbranceService.findOpenEncumbrance(java.util.Map)
public Integer getOpenEncumbranceRecordCount(Map fieldValues)
getOpenEncumbranceRecordCount
in interface EncumbranceService
fieldValues
- the field values to build an encumbrance query out of
org.kuali.kfs.gl.service.EncumbranceService#getOpenEncumbranceCount(java.util.Map)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |