Interface SavedCartFileUploadFacade

All Known Implementing Classes:
DefaultSavedCartFileUploadFacade

public interface SavedCartFileUploadFacade
This interface supports asynchronous processing of file upload to create a SavedCart.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createCartFromFileUpload(InputStream fileStream, String fileName, String fileFormat)
    Creates SavedCart from the file uploaded in asynchronous fashion.
  • Method Details

    • createCartFromFileUpload

      void createCartFromFileUpload(InputStream fileStream, String fileName, String fileFormat)
      Creates SavedCart from the file uploaded in asynchronous fashion. This will create a @ SavedCartFileUploadEvent event which is captured by event listener @ SavedCartFileUploadEventListener to trigger a business process.
      Parameters:
      fileStream - Input stream of the file
      fileName - File Name
      fileFormat - File Format