java.lang.Object
de.hybris.platform.sap.sapinvoiceservices.services.impl.InvoiceServiceImpl
All Implemented Interfaces:
InvoiceService

public class InvoiceServiceImpl extends Object implements InvoiceService
  • Constructor Details

    • InvoiceServiceImpl

      public InvoiceServiceImpl()
  • Method Details

    • getPDFData

      public byte[] getPDFData(String billDocumentNumber) throws BackendException
      Description copied from interface: InvoiceService
      Method to get PDF data
      Specified by:
      getPDFData in interface InvoiceService
      Parameters:
      billDocumentNumber - DocumentNumber of bill in string format
      Returns:
      byte array of PDF document
      Throws:
      BackendException - Backend Exception
    • getSapInvoiceBOFactory

      public SapInvoiceBOFactory getSapInvoiceBOFactory()
      Returns:
      the sapInvoiceBOFactory
    • setSapInvoiceBOFactory

      public void setSapInvoiceBOFactory(SapInvoiceBOFactory sapInvoiceBOFactory)
      Parameters:
      sapInvoiceBOFactory - the sapInvoiceBOFactory to set