Interface SapInvoiceBackend
-
- All Superinterfaces:
BackendBusinessObject
- All Known Implementing Classes:
SapInvoiceBackendImpl
public interface SapInvoiceBackend extends BackendBusinessObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getInvoiceInByte(java.lang.String billingDocNumber)get the invoice in byte format-
Methods inherited from interface de.hybris.platform.sap.core.bol.backend.BackendBusinessObject
destroyBackendObject, initBackendObject
-
-
-
-
Method Detail
-
getInvoiceInByte
byte[] getInvoiceInByte(java.lang.String billingDocNumber) throws BackendExceptionget the invoice in byte format- Parameters:
billingDocNumber-- Returns:
- byte array
- Throws:
BackendException
-
-