Class SavedCartFileUploadProcessModel

All Implemented Interfaces:
Serializable

public class SavedCartFileUploadProcessModel extends StoreFrontCustomerProcessModel
Generated model class for type SavedCartFileUploadProcess first defined at extension acceleratorservices.

Represents process for CSV file upload for accelerator storefront.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • UPLOADEDFILE

      public static final String UPLOADEDFILE
      Generated constant - Attribute key of SavedCartFileUploadProcess.uploadedFile attribute defined at extension acceleratorservices.
      See Also:
    • SAVEDCART

      public static final String SAVEDCART
      Generated constant - Attribute key of SavedCartFileUploadProcess.savedCart attribute defined at extension acceleratorservices.
      See Also:
  • Constructor Details

    • SavedCartFileUploadProcessModel

      public SavedCartFileUploadProcessModel()
      Generated constructor - Default constructor for generic creation.
    • SavedCartFileUploadProcessModel

      public SavedCartFileUploadProcessModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SavedCartFileUploadProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public SavedCartFileUploadProcessModel(String _code, String _processDefinitionName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type BusinessProcess at extension processing
      _processDefinitionName - initial attribute declared by type BusinessProcess at extension processing
    • SavedCartFileUploadProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public SavedCartFileUploadProcessModel(String _code, ItemModel _owner, String _processDefinitionName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type BusinessProcess at extension processing
      _owner - initial attribute declared by type Item at extension core
      _processDefinitionName - initial attribute declared by type BusinessProcess at extension processing
  • Method Details

    • getSavedCart

      @Accessor(qualifier="savedCart", type=GETTER) public CartModel getSavedCart()
      Generated method - Getter of the SavedCartFileUploadProcess.savedCart attribute defined at extension acceleratorservices.
      Returns:
      the savedCart - The saved cart which business process creates.
    • getUploadedFile

      @Accessor(qualifier="uploadedFile", type=GETTER) public MediaModel getUploadedFile()
      Generated method - Getter of the SavedCartFileUploadProcess.uploadedFile attribute defined at extension acceleratorservices.
      Returns:
      the uploadedFile - The CSV file for upload
    • setSavedCart

      @Accessor(qualifier="savedCart", type=SETTER) public void setSavedCart(CartModel value)
      Generated method - Setter of SavedCartFileUploadProcess.savedCart attribute defined at extension acceleratorservices.
      Parameters:
      value - the savedCart - The saved cart which business process creates.
    • setUploadedFile

      @Accessor(qualifier="uploadedFile", type=SETTER) public void setUploadedFile(MediaModel value)
      Generated method - Setter of SavedCartFileUploadProcess.uploadedFile attribute defined at extension acceleratorservices.
      Parameters:
      value - the uploadedFile - The CSV file for upload