public interface SavedCartFileUploadFacade
| Modifier and Type | Method and Description |
|---|---|
void |
createCartFromFileUpload(java.io.InputStream fileStream,
java.lang.String fileName,
java.lang.String fileFormat)
Creates SavedCart from the file uploaded in asynchronous fashion.
|
void createCartFromFileUpload(java.io.InputStream fileStream,
java.lang.String fileName,
java.lang.String fileFormat)
SavedCartFileUploadEvent event which is
captured by event listener @
SavedCartFileUploadEventListener to trigger a
business process.fileStream - Input stream of the filefileName - File NamefileFormat - File FormatCopyright © 2018 SAP SE. All Rights Reserved.