Class GeneratedSavedCartFileUploadProcess

    • Field Detail

      • UPLOADEDFILE

        public static final java.lang.String UPLOADEDFILE
        Qualifier of the SavedCartFileUploadProcess.uploadedFile attribute
        See Also:
        Constant Field Values
      • SAVEDCART

        public static final java.lang.String SAVEDCART
        Qualifier of the SavedCartFileUploadProcess.savedCart attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSavedCartFileUploadProcess

        public GeneratedSavedCartFileUploadProcess()
    • Method Detail

      • getSavedCart

        public Cart getSavedCart​(SessionContext ctx)
        Generated method - Getter of the SavedCartFileUploadProcess.savedCart attribute.
        Returns:
        the savedCart - The saved cart which business process creates.
      • getSavedCart

        public Cart getSavedCart()
        Generated method - Getter of the SavedCartFileUploadProcess.savedCart attribute.
        Returns:
        the savedCart - The saved cart which business process creates.
      • setSavedCart

        public void setSavedCart​(SessionContext ctx,
                                 Cart value)
        Generated method - Setter of the SavedCartFileUploadProcess.savedCart attribute.
        Parameters:
        value - the savedCart - The saved cart which business process creates.
      • setSavedCart

        public void setSavedCart​(Cart value)
        Generated method - Setter of the SavedCartFileUploadProcess.savedCart attribute.
        Parameters:
        value - the savedCart - The saved cart which business process creates.
      • getUploadedFile

        public Media getUploadedFile​(SessionContext ctx)
        Generated method - Getter of the SavedCartFileUploadProcess.uploadedFile attribute.
        Returns:
        the uploadedFile - The CSV file for upload
      • getUploadedFile

        public Media getUploadedFile()
        Generated method - Getter of the SavedCartFileUploadProcess.uploadedFile attribute.
        Returns:
        the uploadedFile - The CSV file for upload
      • setUploadedFile

        public void setUploadedFile​(SessionContext ctx,
                                    Media value)
        Generated method - Setter of the SavedCartFileUploadProcess.uploadedFile attribute.
        Parameters:
        value - the uploadedFile - The CSV file for upload
      • setUploadedFile

        public void setUploadedFile​(Media value)
        Generated method - Setter of the SavedCartFileUploadProcess.uploadedFile attribute.
        Parameters:
        value - the uploadedFile - The CSV file for upload