Class InvoiceServiceImpl
java.lang.Object
de.hybris.platform.sap.sapinvoiceservices.services.impl.InvoiceServiceImpl
- All Implemented Interfaces:
InvoiceService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getPDFData(String billDocumentNumber) Method to get PDF datavoidsetSapInvoiceBOFactory(SapInvoiceBOFactory sapInvoiceBOFactory)
-
Constructor Details
-
InvoiceServiceImpl
public InvoiceServiceImpl()
-
-
Method Details
-
getPDFData
Description copied from interface:InvoiceServiceMethod to get PDF data- Specified by:
getPDFDatain interfaceInvoiceService- Parameters:
billDocumentNumber- DocumentNumber of bill in string format- Returns:
- byte array of PDF document
- Throws:
BackendException- Backend Exception
-
getSapInvoiceBOFactory
- Returns:
- the sapInvoiceBOFactory
-
setSapInvoiceBOFactory
- Parameters:
sapInvoiceBOFactory- the sapInvoiceBOFactory to set
-