org.kuali.kfs.sys.service
Interface DocumentNumberAwareReportWriterService
- All Superinterfaces:
- ReportWriterService
- All Known Implementing Classes:
- PreScrubberReportWriterTextServiceImpl, ScrubberListingReportWriterTextServiceImpl
public interface DocumentNumberAwareReportWriterService
- extends ReportWriterService
This interface specifies a ReportWriterService that needs to be aware of the document number 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 document number.
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 |
setDocumentNumber
void setDocumentNumber(String documentNumber)
- Sets the document number
- Parameters:
documentNumber
-
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.