org.kuali.kfs.module.cam.document.dataaccess
Interface DepreciableAssetsDao
- All Known Implementing Classes:
- DepreciableAssetsDaoOjb
public interface DepreciableAssetsDao
generateStatistics
List<String[]> generateStatistics(boolean beforeDepreciationReport,
List<String> documentNumbers,
Integer fiscalYear,
Integer fiscalMonth,
Calendar depreciationDate)
- This method stores in a collection each item the depreciation report will print out
- Parameters:
beforeDepreciationReport
- when true will print out some of the itemsdocumentNumber
- Document number that will be print out in the reportfiscalYear
- fiscal year of the date in depreciationfiscalMonth
- fiscal month of the date in depreciationdepreciationDate
- depreciation date that will be print out
- Returns:
getAssetObjectCodes
Collection<AssetObjectCode> getAssetObjectCodes(Integer fiscalYear)
- This method retrieves a list of valid asset object codes for a particular fiscal year
- Parameters:
fiscalYear
-
- Returns:
- Collection
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.