org.kuali.kfs.gl.service
Interface CollectorDetailService

All Known Implementing Classes:
CollectorDetailServiceImpl

public interface CollectorDetailService

Services that deal with Collector Details


Method Summary
 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
 

Method Detail

purgeYearByChart

void purgeYearByChart(String chartOfAccountsCode,
                      int universityFiscalYear)
Purge the sufficient funds balance table by year/chart

Parameters:
chart - chart of CollectorDetails to purge
year - year of CollectorDetails to purage

getNextCreateSequence

Integer getNextCreateSequence(Date date)

save

void save(CollectorDetail detail)
Saves a CollectorDetail

Parameters:
detail - the detail to save


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