public interface CoiPrintingService
| Modifier and Type | Field and Description |
|---|---|
static String |
PRINT_CERTIFICATION |
static String |
PRINT_CERTIFICATION_PERSON |
static String |
PRINT_CERTIFICATION_STATEMENT |
static String |
PRINT_CERTIFICATION_TIMESTAMP |
static String |
PRINT_REPORT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
AbstractPrint |
getCoiPrintable(CoiReportType reportType) |
Printable |
getCoiPrintArtifacts(CoiDisclosure coiDisclosure) |
AttachmentDataSource |
print(List<Printable> printableArtifactList) |
AttachmentDataSource |
printDisclosureCertification(KraPersistableBusinessObjectBase institutionalProposal,
String reportName,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource |
static final String PRINT_CERTIFICATION_PERSON
static final String PRINT_CERTIFICATION_STATEMENT
static final String PRINT_CERTIFICATION_TIMESTAMP
static final String PRINT_CERTIFICATION
static final String PRINT_REPORT_TYPE
AttachmentDataSource printDisclosureCertification(KraPersistableBusinessObjectBase institutionalProposal, String reportName, Map<String,Object> reportParameters) throws PrintingException
AttachmentDataSourcedisclosureDocument - disclosure 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 generationAbstractPrint getCoiPrintable(CoiReportType reportType)
Printable getCoiPrintArtifacts(CoiDisclosure coiDisclosure)
AttachmentDataSource print(List<Printable> printableArtifactList) throws PrintingException
PrintingExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.