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
CashReceiptDocument
. An OutputStream
is written
to for the coversheet.document
- The CashReceiptDocument
the cover sheet is being generated for.searchPath
- 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–2014 The Kuali Foundation. All rights reserved.