public interface CashReceiptCoverSheetService
CashReceiptDocument| Modifier and Type | Method and Description | 
|---|---|
| void | generateCoverSheet(CashReceiptDocument document,
                                    String searchPath,
                                    OutputStream outputStream)Generate a cover sheet for the  . | 
| boolean | isCoverSheetPrintingAllowed(CashReceiptDocument crDoc)This method determines whether or not cover sheet printing is allowed for the provided cash receipt document. | 
boolean isCoverSheetPrintingAllowed(CashReceiptDocument crDoc)
crDoc - The document that the cover sheet will be printed for.void generateCoverSheet(CashReceiptDocument document, String searchPath, OutputStream outputStream) throws Exception
CashReceiptDocumentOutputStreamdocument - The CashReceiptDocumentsearchPath - A directory path used to identify the path to the template that will be used for creating this cover sheet.OutputStream - The output stream that the printable cover sheet will be piped to.Exception - Thrown if there are any problems generating the cover sheet.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.