Class StoreFrontCustomerProcessModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
B2BRegistrationProcessModel, ForgottenPasswordProcessModel, ReplenishmentProcessModel, SavedCartFileUploadProcessModel

public class StoreFrontCustomerProcessModel extends StoreFrontProcessModel
Generated model class for type StoreFrontCustomerProcess first defined at extension commerceservices.

Represents customer related store front business process.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String CUSTOMER
      Generated constant - Attribute key of StoreFrontCustomerProcess.customer attribute defined at extension commerceservices.
      See Also:
    • LANGUAGE

      public static final String LANGUAGE
      Generated constant - Attribute key of StoreFrontCustomerProcess.language attribute defined at extension commerceservices.
      See Also:
    • CURRENCY

      public static final String CURRENCY
      Generated constant - Attribute key of StoreFrontCustomerProcess.currency attribute defined at extension commerceservices.
      See Also:
  • Constructor Details

    • StoreFrontCustomerProcessModel

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

      public StoreFrontCustomerProcessModel(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
    • StoreFrontCustomerProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public StoreFrontCustomerProcessModel(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
    • StoreFrontCustomerProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public StoreFrontCustomerProcessModel(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

    • getCurrency

      @Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
      Generated method - Getter of the StoreFrontCustomerProcess.currency attribute defined at extension commerceservices.
      Returns:
      the currency - Storefront currency.
    • getCustomer

      @Accessor(qualifier="customer", type=GETTER) public CustomerModel getCustomer()
      Generated method - Getter of the StoreFrontCustomerProcess.customer attribute defined at extension commerceservices.
      Returns:
      the customer - Attribute contains customer object that will be used in the process.
    • getLanguage

      @Accessor(qualifier="language", type=GETTER) public LanguageModel getLanguage()
      Generated method - Getter of the StoreFrontCustomerProcess.language attribute defined at extension commerceservices.
      Returns:
      the language - Attribute contains language that will be used in the process.
    • setCurrency

      @Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
      Generated method - Setter of StoreFrontCustomerProcess.currency attribute defined at extension commerceservices.
      Parameters:
      value - the currency - Storefront currency.
    • setCustomer

      @Accessor(qualifier="customer", type=SETTER) public void setCustomer(CustomerModel value)
      Generated method - Setter of StoreFrontCustomerProcess.customer attribute defined at extension commerceservices.
      Parameters:
      value - the customer - Attribute contains customer object that will be used in the process.
    • setLanguage

      @Accessor(qualifier="language", type=SETTER) public void setLanguage(LanguageModel value)
      Generated method - Setter of StoreFrontCustomerProcess.language attribute defined at extension commerceservices.
      Parameters:
      value - the language - Attribute contains language that will be used in the process.