public interface PrintService
| Modifier and Type | Method and Description |
|---|---|
AttachmentDataSource |
printForm(ProposalDevelopmentDocument pdDoc)
This method is used for the printing of forms in PDF format
|
byte[] |
printProposalSponsorForms(String proposalNumber,
List<SponsorFormTemplate> sponsorFormTemplates)
Prints the proposal sponsor forms by passing the given proposal
information to
ProposalPrintReader |
AttachmentDataSource printForm(ProposalDevelopmentDocument pdDoc) throws S2SException, PrintingException
pdDoc(ProposalDevelopmentDocument) - S2SExceptionPrintingExceptionbyte[] printProposalSponsorForms(String proposalNumber, List<SponsorFormTemplate> sponsorFormTemplates) throws S2SException
ProposalPrintReaderproposalNumber - proposal number.sponsorFormTemplates - list of SponsorFormTemplate.S2SExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.