public interface NegotiationPrintingService
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataSource |
printNegotiationActivityReport(KraPersistableBusinessObjectBase negotiationDocument,
NegotiationActivityPrintType negotiationReportType,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource |
AttachmentDataSource printNegotiationActivityReport(KraPersistableBusinessObjectBase negotiationDocument, NegotiationActivityPrintType negotiationReportType, Map<String,Object> reportParameters) throws PrintingException
AttachmentDataSourcenegotiationDocument - Negotiation 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.