org.kuali.kfs.gl.report
Class PosterOutputSummaryReport

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

public class PosterOutputSummaryReport
extends Object

A class which builds up the data and then reports the PosterOutputSummary report


Constructor Summary
PosterOutputSummaryReport()
          Constructs a PosterOutputSummaryReport
 
Method Summary
 PosterOutputSummaryService getPosterOutputSummaryService()
           
 void summarize(OriginEntryInformation originEntry)
          Summarizes an origin entry for this report
 void summarize(Transaction transaction)
          Summarizes a transaction for this report
 void writeReport(ReportWriterService reportWriterService)
          Writes the report to the given reportWriterService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PosterOutputSummaryReport

public PosterOutputSummaryReport()
Constructs a PosterOutputSummaryReport

Method Detail

summarize

public void summarize(Transaction transaction)
Summarizes a transaction for this report

Parameters:
transaction - the transaction to summarize

summarize

public void summarize(OriginEntryInformation originEntry)
Summarizes an origin entry for this report

Parameters:
originEntry - the origin entry to summarize

writeReport

public void writeReport(ReportWriterService reportWriterService)
Writes the report to the given reportWriterService

Parameters:
reportWriterService - the reportWriterService to write the report to

getPosterOutputSummaryService

public PosterOutputSummaryService getPosterOutputSummaryService()
Returns:
an implementation of the PosterOutputSummaryService


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