org.kuali.kfs.sys.service
Interface FiscalYearAwareReportWriterService
- All Superinterfaces:
- ReportWriterService
- All Known Implementing Classes:
- BalanceSummaryReportWriterTextServiceImpl
public interface FiscalYearAwareReportWriterService
- extends ReportWriterService
This interface specifies a ReportWriterService that needs to be aware of the fiscal year when
generating reports.
Note that the implementing service may need to implement mechanisms to ensure that if multiple reports are
generated using this service (in particular the same instance), that each report uses the proper fiscal year.
Methods inherited from interface org.kuali.kfs.sys.service.ReportWriterService |
pageBreak, writeError, writeError, writeFormattedMessageLine, writeFormattedMessageLine, writeMultipleFormattedMessageLines, writeNewLines, writeParameterLine, writeStatisticLine, writeSubTitle, writeTable, writeTableHeader, writeTableHeader, writeTableRow, writeTableRowSeparationLine, writeTableRowWithColspan |
setFiscalYear
void setFiscalYear(Integer fiscalYear)
- Sets the fiscal year
- Parameters:
fiscalYear
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.