|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.batch.service.impl.NightlyOutServiceImpl.EntryListReport
protected class NightlyOutServiceImpl.EntryListReport
A helper class which writes out the nightly out entry list report
Nested Class Summary | |
---|---|
protected class |
NightlyOutServiceImpl.EntryListReport.EntryReportDocumentNumberTotalLine
Summarizes pending entry data per document number |
protected class |
NightlyOutServiceImpl.EntryListReport.EntryReportDocumentTypeTotalLine
Summarizes pending entry data per document type |
protected class |
NightlyOutServiceImpl.EntryListReport.EntryReportTotalLine
Summarizes entries for the pending entry view |
Constructor Summary | |
---|---|
NightlyOutServiceImpl.EntryListReport()
Constructs a NightlyOutServiceImpl |
Method Summary | |
---|---|
protected void |
addPendingEntryToDocumentType(PendingEntrySummary pendingEntrySummary,
Map<String,NightlyOutServiceImpl.EntryListReport.EntryReportDocumentTypeTotalLine> docTypeTotals)
Adds the given pending entry summary to the appropriate doc type's line total |
protected void |
addSummaryToTotal(PendingEntrySummary pendingEntrySummary,
NightlyOutServiceImpl.EntryListReport.EntryReportTotalLine totalLine)
Adds the given summary to the correct credit, debit, or budget total in the total line |
protected void |
writeDocumentTotalLine(NightlyOutServiceImpl.EntryListReport.EntryReportDocumentNumberTotalLine documentNumberTotal,
ReportWriterService reportWriterService)
Writes totals for the document number we just finished writing out |
void |
writeEntry(OriginEntryInformation entry,
ReportWriterService reportWriterService)
Writes an entry to the list report |
void |
writeReportFooter(ReportWriterService reportWriterService)
Completes the footer summary information for the report |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NightlyOutServiceImpl.EntryListReport()
Method Detail |
---|
public void writeEntry(OriginEntryInformation entry, ReportWriterService reportWriterService)
entry
- the entry to writereportWriterService
- the reportWriterService to write the entry toprotected void addPendingEntryToDocumentType(PendingEntrySummary pendingEntrySummary, Map<String,NightlyOutServiceImpl.EntryListReport.EntryReportDocumentTypeTotalLine> docTypeTotals)
pendingEntrySummary
- the pending entry summary to adddocTypeTotals
- the Map of doc type line total helpers to add the summary toprotected void addSummaryToTotal(PendingEntrySummary pendingEntrySummary, NightlyOutServiceImpl.EntryListReport.EntryReportTotalLine totalLine)
pendingEntrySummary
- the summary to addtotalLine
- the entry report total line which holds debit, credit, and budget sum totalsprotected void writeDocumentTotalLine(NightlyOutServiceImpl.EntryListReport.EntryReportDocumentNumberTotalLine documentNumberTotal, ReportWriterService reportWriterService)
documentNumberTotal
- EntryReportDocumentNumberTotalLine containing totals to writereportWriterService
- ReportWriterService for writing output to reportpublic void writeReportFooter(ReportWriterService reportWriterService)
reportWriterService
- the reportWriterService to write the footer to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |