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 TypeMethodDescriptionvoidcreateCartFromFileUpload(InputStream fileStream, String fileName, String fileFormat) Creates SavedCart from the file uploaded in asynchronous fashion.
-
Method Details
-
createCartFromFileUpload
Creates SavedCart from the file uploaded in asynchronous fashion. This will create a @SavedCartFileUploadEventevent which is captured by event listener @SavedCartFileUploadEventListenerto trigger a business process.- Parameters:
fileStream- Input stream of the filefileName- File NamefileFormat- File Format
-