public interface BudgetPrintingService
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataSource |
printBudgetReport(KraPersistableBusinessObjectBase budget,
String reportName,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource |
AttachmentDataSource printBudgetReport(KraPersistableBusinessObjectBase budget, String reportName, Map<String,Object> reportParameters) throws PrintingException
AttachmentDataSourcebudget - Award 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.