public interface ProposalDevelopmentPrintingService
| Modifier and Type | Field and Description |
|---|---|
static String |
PRINT_CERTIFICATION_PERSON |
static String |
PRINT_CERTIFICATION_REPORT |
static String |
PRINT_PROPOSAL_SPONSOR_FORMS |
static String |
SELECTED_TEMPLATES |
| Modifier and Type | Method and Description |
|---|---|
List<SponsorFormTemplate> |
getSponsorFormTemplates(List<SponsorFormTemplateList> sponsorFormTemplateLists)
This method is used to get the sponsor form template form template list.
|
void |
populateSponsorForms(List<SponsorFormTemplateList> sponsorFormTemplates,
String sponsorCode)
This method is to get templates for generic sponsor code.
|
AttachmentDataSource |
printProposalDevelopmentReport(KraPersistableBusinessObjectBase printableBusinessObject,
String reportName,
Map<String,Object> reportParameters)
This method generates the required report and returns the PDF stream as
AttachmentDataSource. |
static final String PRINT_CERTIFICATION_REPORT
static final String PRINT_PROPOSAL_SPONSOR_FORMS
static final String SELECTED_TEMPLATES
static final String PRINT_CERTIFICATION_PERSON
AttachmentDataSource printProposalDevelopmentReport(KraPersistableBusinessObjectBase printableBusinessObject, String reportName, Map<String,Object> reportParameters) throws PrintingException
AttachmentDataSource.printableBusinessObject - Document 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 generationvoid populateSponsorForms(List<SponsorFormTemplateList> sponsorFormTemplates, String sponsorCode)
sponsorFormTemplates - list of SponsorFormTemplateList.sponsorCode - code for the sponsor.List<SponsorFormTemplate> getSponsorFormTemplates(List<SponsorFormTemplateList> sponsorFormTemplateLists)
sponsorFormTemplateLists - list of SponsorFormTemplateList.Copyright © 2013 The Kuali Foundation. All Rights Reserved.