Class GeneratedStoreFrontProcess

    • Field Detail

      • SITE

        public static final java.lang.String SITE
        Qualifier of the StoreFrontProcess.site attribute
        See Also:
        Constant Field Values
      • STORE

        public static final java.lang.String STORE
        Qualifier of the StoreFrontProcess.store attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedStoreFrontProcess

        public GeneratedStoreFrontProcess()
    • Method Detail

      • 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.