Interface SapInvoiceBO
-
- All Known Implementing Classes:
SapInvoiceBOImpl
public interface SapInvoiceBO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getPDF(java.lang.String billingDocNumber)get byte for PDF for billingDOCNumber
-
-
-
Method Detail
-
getPDF
byte[] getPDF(java.lang.String billingDocNumber) throws BackendExceptionget byte for PDF for billingDOCNumber- Parameters:
billingDocNumber-- Returns:
- byte of PDF for billingDOCNumber
- Throws:
BackendException
-
-