Interface SavedCartFileUploadFacade

  • All Known Implementing Classes:
    DefaultSavedCartFileUploadFacade

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void createCartFromFileUpload​(java.io.InputStream fileStream, java.lang.String fileName, java.lang.String fileFormat)
      Creates SavedCart from the file uploaded in asynchronous fashion.
    • Method Detail

      • createCartFromFileUpload

        void createCartFromFileUpload​(java.io.InputStream fileStream,
                                      java.lang.String fileName,
                                      java.lang.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