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