public interface InstitutionalProposalPrintingService
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataSource |
printInstitutionalProposalReport(KraPersistableBusinessObjectBase institutionalProposal,
String reportName,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource |
AttachmentDataSource printInstitutionalProposalReport(KraPersistableBusinessObjectBase institutionalProposal, String reportName, Map<String,Object> reportParameters) throws PrintingException
AttachmentDataSourceproposalDocument - proposal data using which report is generatedreportName - report to be generatedreportParameters - Map of parameters required for report generationAttachmentDataSource which contains the byte array of the
generated PDFPrintingException - if any errors occur during report generationCopyright © 2013 The Kuali Foundation. All Rights Reserved.