public interface AwardPrintingService
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataSource |
printAwardReport(KraPersistableBusinessObjectBase awardDocument,
AwardPrintType awardReportType,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource |
AttachmentDataSource printAwardReport(KraPersistableBusinessObjectBase awardDocument, AwardPrintType awardReportType, Map<String,Object> reportParameters) throws PrintingException
AttachmentDataSourceawardDocument - 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.