org.kuali.kfs.module.ec.service
Interface EffortCertificationDetailBuildService
- All Known Implementing Classes:
- EffortCertificationDetailBuildServiceImpl
public interface EffortCertificationDetailBuildService
Provides the facilities that can generate detail line (build) for effort certification from the given labor ledger balance record
generateDetailBuild
EffortCertificationDetailBuild generateDetailBuild(Integer postingYear,
LaborLedgerBalance ledgerBalance,
EffortCertificationReportDefinition reportDefinition)
- generate a detail line (build) for effort certification from the given labor ledger balance
- Parameters:
postingYear
- the fiscal year when the detail line is generatedledgerBalance
- the given labor ledger balancereportDefinition
- the given report definition
- Returns:
- a detail line (build) for effort certification from the given labor ledger balance
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.