|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EffortCertificationDocumentBuildService
Provide the facility used to generate documents (build) from the labor ledger balances
Method Summary | |
---|---|
EffortCertificationDocumentBuild |
generateDocumentBuild(Integer postingYear,
EffortCertificationReportDefinition reportDefinition,
List<LaborLedgerBalance> ledgerBalances)
generate a document(build) for effort certification from the given collection of labor ledger balance |
List<EffortCertificationDocumentBuild> |
generateDocumentBuildList(Integer postingYear,
EffortCertificationReportDefinition reportDefinition,
List<LaborLedgerBalance> ledgerBalances)
generate documents(build) for effort certification from the given collection of labor ledger balance |
void |
removeExistingDocumentBuild(Map<String,String> fieldValues)
clear up documents and detail lines (build) with the fiscal year and report number of the given field values |
Method Detail |
---|
void removeExistingDocumentBuild(Map<String,String> fieldValues)
fieldValues
- the map containing fiscalYear and report numberList<EffortCertificationDocumentBuild> generateDocumentBuildList(Integer postingYear, EffortCertificationReportDefinition reportDefinition, List<LaborLedgerBalance> ledgerBalances)
postingYear
- the fiscal year when the document is generatedreportDefinition
- the given report definition of effort certificationledgerBalances
- the given labor ledger balances
EffortCertificationDocumentBuild generateDocumentBuild(Integer postingYear, EffortCertificationReportDefinition reportDefinition, List<LaborLedgerBalance> ledgerBalances)
postingYear
- the fiscal year when the document is generatedreportDefinition
- the given report definition of effort certificationledgerBalances
- the given labor ledger balances
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |