Class GeneratedStoreFrontCustomerProcess

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

public abstract class GeneratedStoreFrontCustomerProcess extends StoreFrontProcess
Generated class for type StoreFrontCustomerProcess.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedStoreFrontCustomerProcess

      public GeneratedStoreFrontCustomerProcess()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedStoreFrontProcess
    • getCurrency

      public Currency getCurrency(SessionContext ctx)
      Generated method - Getter of the StoreFrontCustomerProcess.currency attribute.
      Returns:
      the currency - Storefront currency.
    • getCurrency

      public Currency getCurrency()
      Generated method - Getter of the StoreFrontCustomerProcess.currency attribute.
      Returns:
      the currency - Storefront currency.
    • setCurrency

      public void setCurrency(SessionContext ctx, Currency value)
      Generated method - Setter of the StoreFrontCustomerProcess.currency attribute.
      Parameters:
      value - the currency - Storefront currency.
    • setCurrency

      public void setCurrency(Currency value)
      Generated method - Setter of the StoreFrontCustomerProcess.currency attribute.
      Parameters:
      value - the currency - Storefront currency.
    • getCustomer

      public Customer getCustomer(SessionContext ctx)
      Generated method - Getter of the StoreFrontCustomerProcess.customer attribute.
      Returns:
      the customer - Attribute contains customer object that will be used in the process.
    • getCustomer

      public Customer getCustomer()
      Generated method - Getter of the StoreFrontCustomerProcess.customer attribute.
      Returns:
      the customer - Attribute contains customer object that will be used in the process.
    • setCustomer

      public void setCustomer(SessionContext ctx, Customer value)
      Generated method - Setter of the StoreFrontCustomerProcess.customer attribute.
      Parameters:
      value - the customer - Attribute contains customer object that will be used in the process.
    • setCustomer

      public void setCustomer(Customer value)
      Generated method - Setter of the StoreFrontCustomerProcess.customer attribute.
      Parameters:
      value - the customer - Attribute contains customer object that will be used in the process.
    • getLanguage

      public Language getLanguage(SessionContext ctx)
      Generated method - Getter of the StoreFrontCustomerProcess.language attribute.
      Returns:
      the language - Attribute contains language that will be used in the process.
    • getLanguage

      public Language getLanguage()
      Generated method - Getter of the StoreFrontCustomerProcess.language attribute.
      Returns:
      the language - Attribute contains language that will be used in the process.
    • setLanguage

      public void setLanguage(SessionContext ctx, Language value)
      Generated method - Setter of the StoreFrontCustomerProcess.language attribute.
      Parameters:
      value - the language - Attribute contains language that will be used in the process.
    • setLanguage

      public void setLanguage(Language value)
      Generated method - Setter of the StoreFrontCustomerProcess.language attribute.
      Parameters:
      value - the language - Attribute contains language that will be used in the process.