org.kuali.kfs.gl.report
Class CorrectionDocumentReport

java.lang.Object
  extended by org.kuali.kfs.gl.report.CorrectionDocumentReport

public class CorrectionDocumentReport
extends Object

Generates a text file report for the GLCP and LLCP listing out chosen document parameters


Constructor Summary
CorrectionDocumentReport()
           
 
Method Summary
 void generateReport(DocumentNumberAwareReportWriterService reportWriterService, GeneralLedgerCorrectionProcessDocument document)
          Initializes report, writes out summary lines, and finalizes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrectionDocumentReport

public CorrectionDocumentReport()
Method Detail

generateReport

public void generateReport(DocumentNumberAwareReportWriterService reportWriterService,
                           GeneralLedgerCorrectionProcessDocument document)
Initializes report, writes out summary lines, and finalizes

Parameters:
reportWriterService - report writer than handles the file io
document - GLCP or LLCP document instance to report on


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.