public interface CommitteePrintingServiceBase
| Modifier and Type | Method and Description |
|---|---|
AbstractPrint |
getCommitteePrintable(CommitteeReportType reportType)
This method gets the specific implementation for printing a committee report based
on the report type.
|
AttachmentDataSource |
print(List<Printable> printableArtifactList)
This method generates the required report and returns the PDF stream as
AttachmentDataSource. |
AbstractPrint getCommitteePrintable(CommitteeReportType reportType)
printType - AttachmentDataSource print(List<Printable> printableArtifactList) throws PrintingException
AttachmentDataSource.printableArtifact - the specific implementation for printing the report.AttachmentDataSource which contains the byte array of the
generated PDFPrintingException - if any errors occur during report generationCopyright © 2013 The Kuali Foundation. All Rights Reserved.