Class GeneratedSavedCartFileUploadProcess

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SavedCartFileUploadProcess

public abstract class GeneratedSavedCartFileUploadProcess extends StoreFrontCustomerProcess
Generated class for type SavedCartFileUploadProcess.
See Also:
  • Field Details

    • UPLOADEDFILE

      public static final String UPLOADEDFILE
      Qualifier of the SavedCartFileUploadProcess.uploadedFile attribute
      See Also:
    • SAVEDCART

      public static final String SAVEDCART
      Qualifier of the SavedCartFileUploadProcess.savedCart attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedSavedCartFileUploadProcess

      public GeneratedSavedCartFileUploadProcess()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedStoreFrontCustomerProcess
    • 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