Class GeneratedStoreFrontProcess

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

public abstract class GeneratedStoreFrontProcess extends BusinessProcess
Generated class for type StoreFrontProcess.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedStoreFrontProcess

      public GeneratedStoreFrontProcess()
  • Method Details

    • getDefaultAttributeModes

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

      public BaseSite getSite(SessionContext ctx)
      Generated method - Getter of the StoreFrontProcess.site attribute.
      Returns:
      the site - Attribute contains base site object that will be used in the process.
    • getSite

      public BaseSite getSite()
      Generated method - Getter of the StoreFrontProcess.site attribute.
      Returns:
      the site - Attribute contains base site object that will be used in the process.
    • setSite

      public void setSite(SessionContext ctx, BaseSite value)
      Generated method - Setter of the StoreFrontProcess.site attribute.
      Parameters:
      value - the site - Attribute contains base site object that will be used in the process.
    • setSite

      public void setSite(BaseSite value)
      Generated method - Setter of the StoreFrontProcess.site attribute.
      Parameters:
      value - the site - Attribute contains base site object that will be used in the process.
    • getStore

      public BaseStore getStore(SessionContext ctx)
      Generated method - Getter of the StoreFrontProcess.store attribute.
      Returns:
      the store - Attribute contains base store object that will be used in the process.
    • getStore

      public BaseStore getStore()
      Generated method - Getter of the StoreFrontProcess.store attribute.
      Returns:
      the store - Attribute contains base store object that will be used in the process.
    • setStore

      public void setStore(SessionContext ctx, BaseStore value)
      Generated method - Setter of the StoreFrontProcess.store attribute.
      Parameters:
      value - the store - Attribute contains base store object that will be used in the process.
    • setStore

      public void setStore(BaseStore value)
      Generated method - Setter of the StoreFrontProcess.store attribute.
      Parameters:
      value - the store - Attribute contains base store object that will be used in the process.