|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ec.service.impl.EffortCertificationDetailBuildServiceImpl
@Transactional public class EffortCertificationDetailBuildServiceImpl
This class provides the facilities that can generate detail line (build) for effort certification from the given labor ledger balance record
Constructor Summary | |
---|---|
EffortCertificationDetailBuildServiceImpl()
|
Method Summary | |
---|---|
EffortCertificationDetailBuild |
generateDetailBuild(Integer postingYear,
LaborLedgerBalance ledgerBalance,
EffortCertificationReportDefinition reportDefinition)
generate a detail line (build) for effort certification from the given labor ledger balance |
protected A21SubAccount |
getA21SubAccount(LaborLedgerBalance ledgerBalance)
get the A21 sub account associated with the given ledger balance |
protected void |
populateCostShareRelatedFields(EffortCertificationDetailBuild detailLine,
LaborLedgerBalance ledgerBalance)
populate the cost share related fields in the given detail line |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EffortCertificationDetailBuildServiceImpl()
Method Detail |
---|
public EffortCertificationDetailBuild generateDetailBuild(Integer postingYear, LaborLedgerBalance ledgerBalance, EffortCertificationReportDefinition reportDefinition)
EffortCertificationDetailBuildService
generateDetailBuild
in interface EffortCertificationDetailBuildService
postingYear
- the fiscal year when the detail line is generatedledgerBalance
- the given labor ledger balancereportDefinition
- the given report definition
org.kuali.kfs.module.ec.service.EffortCertificationDetailBuildService#generateDetailBuild(java.lang.Integer,
org.kuali.kfs.module.ld.businessobject.LedgerBalance, org.kuali.kfs.module.ec.businessobject.EffortCertificationReportDefinition)
protected void populateCostShareRelatedFields(EffortCertificationDetailBuild detailLine, LaborLedgerBalance ledgerBalance)
detailLine
- the given detail lineledgerBalance
- the given ledger balanceparameters
- the given parameters setup in the calling clientprotected A21SubAccount getA21SubAccount(LaborLedgerBalance ledgerBalance)
ledgerBalance
- the given ledger balance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |