Class AbstractGigyaComponentModel

    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • SHOWANONYMOUS

        public static final java.lang.String SHOWANONYMOUS
        Generated constant - Attribute key of AbstractGigyaComponent.showAnonymous attribute defined at extension gigyaloginaddon.
        See Also:
        Constant Field Values
      • SHOWLOGGEDIN

        public static final java.lang.String SHOWLOGGEDIN
        Generated constant - Attribute key of AbstractGigyaComponent.showLoggedIn attribute defined at extension gigyaloginaddon.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractGigyaComponentModel

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

        public AbstractGigyaComponentModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • AbstractGigyaComponentModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractGigyaComponentModel​(CatalogVersionModel _catalogVersion,
                                           java.lang.String _uid)
        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:
        _catalogVersion - initial attribute declared by type CMSItem at extension cms2
        _uid - initial attribute declared by type CMSItem at extension cms2
      • AbstractGigyaComponentModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AbstractGigyaComponentModel​(CatalogVersionModel _catalogVersion,
                                           ItemModel _owner,
                                           java.lang.String _uid)
        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:
        _catalogVersion - initial attribute declared by type CMSItem at extension cms2
        _owner - initial attribute declared by type Item at extension core
        _uid - initial attribute declared by type CMSItem at extension cms2
    • Method Detail

      • getShowAnonymous

        @Accessor(qualifier="showAnonymous",
                  type=GETTER)
        public java.lang.Boolean getShowAnonymous()
        Generated method - Getter of the AbstractGigyaComponent.showAnonymous attribute defined at extension gigyaloginaddon.
        Returns:
        the showAnonymous - Should this be shown to an anonymous user
      • getShowLoggedIn

        @Accessor(qualifier="showLoggedIn",
                  type=GETTER)
        public java.lang.Boolean getShowLoggedIn()
        Generated method - Getter of the AbstractGigyaComponent.showLoggedIn attribute defined at extension gigyaloginaddon.
        Returns:
        the showLoggedIn - Should this be shown to a logged in user
      • setShowAnonymous

        @Accessor(qualifier="showAnonymous",
                  type=SETTER)
        public void setShowAnonymous​(java.lang.Boolean value)
        Generated method - Setter of AbstractGigyaComponent.showAnonymous attribute defined at extension gigyaloginaddon.
        Parameters:
        value - the showAnonymous - Should this be shown to an anonymous user
      • setShowLoggedIn

        @Accessor(qualifier="showLoggedIn",
                  type=SETTER)
        public void setShowLoggedIn​(java.lang.Boolean value)
        Generated method - Setter of AbstractGigyaComponent.showLoggedIn attribute defined at extension gigyaloginaddon.
        Parameters:
        value - the showLoggedIn - Should this be shown to a logged in user