public abstract class GeneratedSavedCartFileUploadProcess
extends StoreFrontCustomerProcess
SavedCartFileUploadProcess.| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
SAVEDCART
Qualifier of the
SavedCartFileUploadProcess.savedCart attribute |
static String |
UPLOADEDFILE
Qualifier of the
SavedCartFileUploadProcess.uploadedFile attribute |
| Constructor and Description |
|---|
GeneratedSavedCartFileUploadProcess() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
Cart |
getSavedCart()
Generated method - Getter of the
SavedCartFileUploadProcess.savedCart attribute. |
Cart |
getSavedCart(SessionContext ctx)
Generated method - Getter of the
SavedCartFileUploadProcess.savedCart attribute. |
Media |
getUploadedFile()
Generated method - Getter of the
SavedCartFileUploadProcess.uploadedFile attribute. |
Media |
getUploadedFile(SessionContext ctx)
Generated method - Getter of the
SavedCartFileUploadProcess.uploadedFile attribute. |
void |
setSavedCart(Cart value)
Generated method - Setter of the
SavedCartFileUploadProcess.savedCart attribute. |
void |
setSavedCart(SessionContext ctx,
Cart value)
Generated method - Setter of the
SavedCartFileUploadProcess.savedCart attribute. |
void |
setUploadedFile(Media value)
Generated method - Setter of the
SavedCartFileUploadProcess.uploadedFile attribute. |
void |
setUploadedFile(SessionContext ctx,
Media value)
Generated method - Setter of the
SavedCartFileUploadProcess.uploadedFile attribute. |
public static final String UPLOADEDFILE
SavedCartFileUploadProcess.uploadedFile attributepublic static final String SAVEDCART
SavedCartFileUploadProcess.savedCart attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
public Cart getSavedCart(SessionContext ctx)
SavedCartFileUploadProcess.savedCart attribute.public Cart getSavedCart()
SavedCartFileUploadProcess.savedCart attribute.public void setSavedCart(SessionContext ctx, Cart value)
SavedCartFileUploadProcess.savedCart attribute.value - the savedCart - The saved cart which business process creates.public void setSavedCart(Cart value)
SavedCartFileUploadProcess.savedCart attribute.value - the savedCart - The saved cart which business process creates.public Media getUploadedFile(SessionContext ctx)
SavedCartFileUploadProcess.uploadedFile attribute.public Media getUploadedFile()
SavedCartFileUploadProcess.uploadedFile attribute.public void setUploadedFile(SessionContext ctx, Media value)
SavedCartFileUploadProcess.uploadedFile attribute.value - the uploadedFile - The CSV file for uploadpublic void setUploadedFile(Media value)
SavedCartFileUploadProcess.uploadedFile attribute.value - the uploadedFile - The CSV file for uploadCopyright © 2017 SAP SE. All Rights Reserved.