@Transactional public class CollectorDetailServiceImpl extends Object implements CollectorDetailService
Constructor and Description |
---|
CollectorDetailServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Integer |
getNextCreateSequence(Date date) |
void |
purgeYearByChart(String chartOfAccountsCode,
int universityFiscalYear)
Purge the sufficient funds balance table by year/chart
|
void |
save(CollectorDetail detail)
Saves a CollectorDetail
|
void |
setCollectorDetailDao(CollectorDetailDao idbd) |
public CollectorDetailServiceImpl()
public void purgeYearByChart(String chartOfAccountsCode, int universityFiscalYear)
purgeYearByChart
in interface CollectorDetailService
chart
- chart of CollectorDetails to purgeyear
- year of CollectorDetails to purageCollectorDetailService.purgeYearByChart(java.lang.String, int)
public Integer getNextCreateSequence(Date date)
getNextCreateSequence
in interface CollectorDetailService
public void save(CollectorDetail detail)
save
in interface CollectorDetailService
detail
- the detail to saveCollectorDetailService.save(org.kuali.ole.gl.businessobject.CollectorDetail)
public void setCollectorDetailDao(CollectorDetailDao idbd)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.