org.kuali.kfs.gl.service.impl
Class CollectorDetailServiceImpl
java.lang.Object
org.kuali.kfs.gl.service.impl.CollectorDetailServiceImpl
- All Implemented Interfaces:
- CollectorDetailService
@Transactional
public class CollectorDetailServiceImpl
- extends Object
- implements CollectorDetailService
The base implementation of CollectorDetailService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectorDetailServiceImpl
public CollectorDetailServiceImpl()
purgeYearByChart
public void purgeYearByChart(String chartOfAccountsCode,
int universityFiscalYear)
- Purge the sufficient funds balance table by year/chart
- Specified by:
purgeYearByChart
in interface CollectorDetailService
- Parameters:
chart
- chart of CollectorDetails to purgeyear
- year of CollectorDetails to purage- See Also:
CollectorDetailService.purgeYearByChart(java.lang.String, int)
getNextCreateSequence
public Integer getNextCreateSequence(Date date)
- Specified by:
getNextCreateSequence
in interface CollectorDetailService
save
public void save(CollectorDetail detail)
- Saves a CollectorDetail
- Specified by:
save
in interface CollectorDetailService
- Parameters:
detail
- the detail to save- See Also:
CollectorDetailService.save(org.kuali.kfs.gl.businessobject.CollectorDetail)
setCollectorDetailDao
public void setCollectorDetailDao(CollectorDetailDao idbd)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.