|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CashReceiptCoverSheetService
Service for handling creation of the cover sheet of the CashReceiptDocument
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |