public class PreScrubberReportWriterTextServiceImpl extends ScrubberListingReportWriterTextServiceImpl implements DocumentNumberAwareReportWriterService
Modifier and Type | Field and Description |
---|---|
protected boolean |
enabled |
protected PreScrubberService |
preScrubberService |
aggregationModeOn, businessObjectClass, businessObjectReportHelpers, classToBusinessObjectReportHelperBeanNames, dateTimeService, errorFormat, errorSubTitle, fileNamePrefix, fileNameSuffix, filePath, INITIAL_LINE_NUMBER, initialPageNumber, line, modeParameters, modeStatistics, newLineCharacter, newPage, page, pageLabel, pageLength, pageWidth, printStream, statisticsLabel, statisticsLeftPadding, title
Constructor and Description |
---|
PreScrubberReportWriterTextServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
initialize() |
void |
pageBreak()
Breaking the page and write a new header
|
void |
setPreScrubberService(PreScrubberService preScrubberService) |
void |
writeFormattedMessageLine(String format,
Object... args)
Pass through to PrintStream.printf except that it also handles pagination.
|
generateFullFilePath, setDocumentNumber
allFormattingEscaped, escapeArguments, escapeFormatCharacters, getBusinessObjectReportHelper, getBusinessObjectReportHelper, getMultipleFormattedMessageLines, getParametersLabel, getParametersLeftPadding, initializeBusinessObjectReportHelpers, isAggregationModeOn, setAggregationModeOn, setClassToBusinessObjectReportHelperBeanNames, setDateTimeService, setErrorSubTitle, setFileNamePrefix, setFileNameSuffix, setFilePath, setInitialPageNumber, setNewLineCharacter, setPageLabel, setPageLength, setPageWidth, setParametersLabel, setParametersLeftPadding, setStatisticsLabel, setStatisticsLeftPadding, setTitle, writeError, writeError, writeError, writeErrorHeader, writeFormattedMessageLine, writeHeader, writeMultipleFormattedMessageLines, writeMultipleFormattedMessageLines, writeMultipleFormattedMessageLines, writeNewLines, writeParameterLine, writeStatisticLine, writeSubTitle, writeTable, writeTableHeader, writeTableHeader, writeTableRow, writeTableRowSeparationLine, writeTableRowWithColspan
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setDocumentNumber
writeError, writeError, writeFormattedMessageLine, writeMultipleFormattedMessageLines, writeNewLines, writeParameterLine, writeStatisticLine, writeSubTitle, writeTable, writeTableHeader, writeTableHeader, writeTableRow, writeTableRowSeparationLine, writeTableRowWithColspan
protected boolean enabled
protected PreScrubberService preScrubberService
public PreScrubberReportWriterTextServiceImpl()
public void destroy()
destroy
in interface WrappingBatchService
destroy
in class ScrubberListingReportWriterTextServiceImpl
ReportWriterTextServiceImpl.destroy()
public void initialize()
initialize
in interface WrappingBatchService
initialize
in class ScrubberListingReportWriterTextServiceImpl
ReportWriterTextServiceImpl.initialize()
public void pageBreak()
ReportWriterService
pageBreak
in interface ReportWriterService
pageBreak
in class ReportWriterTextServiceImpl
ReportWriterService.pageBreak()
public void writeFormattedMessageLine(String format, Object... args)
ReportWriterService
writeFormattedMessageLine
in interface ReportWriterService
writeFormattedMessageLine
in class ReportWriterTextServiceImpl
ReportWriterService.writeFormattedMessageLine(java.lang.String, java.lang.Object[])
public void setPreScrubberService(PreScrubberService preScrubberService)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.