Class GeneratedGigyaRaasComponent

    • Field Detail

      • EMBED

        public static final java.lang.String EMBED
        Qualifier of the GigyaRaasComponent.embed attribute
        See Also:
        Constant Field Values
      • CONTAINERID

        public static final java.lang.String CONTAINERID
        Qualifier of the GigyaRaasComponent.containerID attribute
        See Also:
        Constant Field Values
      • SCREENSET

        public static final java.lang.String SCREENSET
        Qualifier of the GigyaRaasComponent.screenSet attribute
        See Also:
        Constant Field Values
      • STARTSCREEN

        public static final java.lang.String STARTSCREEN
        Qualifier of the GigyaRaasComponent.startScreen attribute
        See Also:
        Constant Field Values
      • LINKTEXT

        public static final java.lang.String LINKTEXT
        Qualifier of the GigyaRaasComponent.linkText attribute
        See Also:
        Constant Field Values
      • PROFILEEDIT

        public static final java.lang.String PROFILEEDIT
        Qualifier of the GigyaRaasComponent.profileEdit attribute
        See Also:
        Constant Field Values
      • ADVANCEDCONFIGURATION

        public static final java.lang.String ADVANCEDCONFIGURATION
        Qualifier of the GigyaRaasComponent.advancedConfiguration 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

      • GeneratedGigyaRaasComponent

        public GeneratedGigyaRaasComponent()
    • Method Detail

      • getAdvancedConfiguration

        public java.lang.String getAdvancedConfiguration​(SessionContext ctx)
        Generated method - Getter of the GigyaRaasComponent.advancedConfiguration attribute.
        Returns:
        the advancedConfiguration - JSON of advanced configuration to pass to the component
      • getAdvancedConfiguration

        public java.lang.String getAdvancedConfiguration()
        Generated method - Getter of the GigyaRaasComponent.advancedConfiguration attribute.
        Returns:
        the advancedConfiguration - JSON of advanced configuration to pass to the component
      • setAdvancedConfiguration

        public void setAdvancedConfiguration​(SessionContext ctx,
                                             java.lang.String value)
        Generated method - Setter of the GigyaRaasComponent.advancedConfiguration attribute.
        Parameters:
        value - the advancedConfiguration - JSON of advanced configuration to pass to the component
      • setAdvancedConfiguration

        public void setAdvancedConfiguration​(java.lang.String value)
        Generated method - Setter of the GigyaRaasComponent.advancedConfiguration attribute.
        Parameters:
        value - the advancedConfiguration - JSON of advanced configuration to pass to the component
      • getContainerID

        public java.lang.String getContainerID​(SessionContext ctx)
        Generated method - Getter of the GigyaRaasComponent.containerID attribute.
        Returns:
        the containerID - If embedded the id of the div that the component would be embedded
      • getContainerID

        public java.lang.String getContainerID()
        Generated method - Getter of the GigyaRaasComponent.containerID attribute.
        Returns:
        the containerID - If embedded the id of the div that the component would be embedded
      • setContainerID

        public void setContainerID​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the GigyaRaasComponent.containerID attribute.
        Parameters:
        value - the containerID - If embedded the id of the div that the component would be embedded
      • setContainerID

        public void setContainerID​(java.lang.String value)
        Generated method - Setter of the GigyaRaasComponent.containerID attribute.
        Parameters:
        value - the containerID - If embedded the id of the div that the component would be embedded
      • isEmbed

        public java.lang.Boolean isEmbed​(SessionContext ctx)
        Generated method - Getter of the GigyaRaasComponent.embed attribute.
        Returns:
        the embed - Should this screen set be embedded (true) or a modal window
      • isEmbed

        public java.lang.Boolean isEmbed()
        Generated method - Getter of the GigyaRaasComponent.embed attribute.
        Returns:
        the embed - Should this screen set be embedded (true) or a modal window
      • isEmbedAsPrimitive

        public boolean isEmbedAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the GigyaRaasComponent.embed attribute.
        Returns:
        the embed - Should this screen set be embedded (true) or a modal window
      • isEmbedAsPrimitive

        public boolean isEmbedAsPrimitive()
        Generated method - Getter of the GigyaRaasComponent.embed attribute.
        Returns:
        the embed - Should this screen set be embedded (true) or a modal window
      • setEmbed

        public void setEmbed​(SessionContext ctx,
                             java.lang.Boolean value)
        Generated method - Setter of the GigyaRaasComponent.embed attribute.
        Parameters:
        value - the embed - Should this screen set be embedded (true) or a modal window
      • setEmbed

        public void setEmbed​(java.lang.Boolean value)
        Generated method - Setter of the GigyaRaasComponent.embed attribute.
        Parameters:
        value - the embed - Should this screen set be embedded (true) or a modal window
      • setEmbed

        public void setEmbed​(SessionContext ctx,
                             boolean value)
        Generated method - Setter of the GigyaRaasComponent.embed attribute.
        Parameters:
        value - the embed - Should this screen set be embedded (true) or a modal window
      • setEmbed

        public void setEmbed​(boolean value)
        Generated method - Setter of the GigyaRaasComponent.embed attribute.
        Parameters:
        value - the embed - Should this screen set be embedded (true) or a modal window
      • getLinkText

        public java.lang.String getLinkText​(SessionContext ctx)
        Generated method - Getter of the GigyaRaasComponent.linkText attribute.
        Returns:
        the linkText - The text that would appear on the link if not embedded
      • getLinkText

        public java.lang.String getLinkText()
        Generated method - Getter of the GigyaRaasComponent.linkText attribute.
        Returns:
        the linkText - The text that would appear on the link if not embedded
      • getAllLinkText

        public java.util.Map<Language,​java.lang.String> getAllLinkText​(SessionContext ctx)
        Generated method - Getter of the GigyaRaasComponent.linkText attribute.
        Returns:
        the localized linkText - The text that would appear on the link if not embedded
      • getAllLinkText

        public java.util.Map<Language,​java.lang.String> getAllLinkText()
        Generated method - Getter of the GigyaRaasComponent.linkText attribute.
        Returns:
        the localized linkText - The text that would appear on the link if not embedded
      • setLinkText

        public void setLinkText​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the GigyaRaasComponent.linkText attribute.
        Parameters:
        value - the linkText - The text that would appear on the link if not embedded
      • setLinkText

        public void setLinkText​(java.lang.String value)
        Generated method - Setter of the GigyaRaasComponent.linkText attribute.
        Parameters:
        value - the linkText - The text that would appear on the link if not embedded
      • setAllLinkText

        public void setAllLinkText​(SessionContext ctx,
                                   java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the GigyaRaasComponent.linkText attribute.
        Parameters:
        value - the linkText - The text that would appear on the link if not embedded
      • setAllLinkText

        public void setAllLinkText​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the GigyaRaasComponent.linkText attribute.
        Parameters:
        value - the linkText - The text that would appear on the link if not embedded
      • isProfileEdit

        public java.lang.Boolean isProfileEdit​(SessionContext ctx)
        Generated method - Getter of the GigyaRaasComponent.profileEdit attribute.
        Returns:
        the profileEdit - Is this a profile edit commponet
      • isProfileEdit

        public java.lang.Boolean isProfileEdit()
        Generated method - Getter of the GigyaRaasComponent.profileEdit attribute.
        Returns:
        the profileEdit - Is this a profile edit commponet
      • isProfileEditAsPrimitive

        public boolean isProfileEditAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the GigyaRaasComponent.profileEdit attribute.
        Returns:
        the profileEdit - Is this a profile edit commponet
      • isProfileEditAsPrimitive

        public boolean isProfileEditAsPrimitive()
        Generated method - Getter of the GigyaRaasComponent.profileEdit attribute.
        Returns:
        the profileEdit - Is this a profile edit commponet
      • setProfileEdit

        public void setProfileEdit​(SessionContext ctx,
                                   java.lang.Boolean value)
        Generated method - Setter of the GigyaRaasComponent.profileEdit attribute.
        Parameters:
        value - the profileEdit - Is this a profile edit commponet
      • setProfileEdit

        public void setProfileEdit​(java.lang.Boolean value)
        Generated method - Setter of the GigyaRaasComponent.profileEdit attribute.
        Parameters:
        value - the profileEdit - Is this a profile edit commponet
      • setProfileEdit

        public void setProfileEdit​(SessionContext ctx,
                                   boolean value)
        Generated method - Setter of the GigyaRaasComponent.profileEdit attribute.
        Parameters:
        value - the profileEdit - Is this a profile edit commponet
      • setProfileEdit

        public void setProfileEdit​(boolean value)
        Generated method - Setter of the GigyaRaasComponent.profileEdit attribute.
        Parameters:
        value - the profileEdit - Is this a profile edit commponet
      • getScreenSet

        public java.lang.String getScreenSet​(SessionContext ctx)
        Generated method - Getter of the GigyaRaasComponent.screenSet attribute.
        Returns:
        the screenSet - The name of the screen-set to be presented
      • getScreenSet

        public java.lang.String getScreenSet()
        Generated method - Getter of the GigyaRaasComponent.screenSet attribute.
        Returns:
        the screenSet - The name of the screen-set to be presented
      • setScreenSet

        public void setScreenSet​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the GigyaRaasComponent.screenSet attribute.
        Parameters:
        value - the screenSet - The name of the screen-set to be presented
      • setScreenSet

        public void setScreenSet​(java.lang.String value)
        Generated method - Setter of the GigyaRaasComponent.screenSet attribute.
        Parameters:
        value - the screenSet - The name of the screen-set to be presented
      • getStartScreen

        public java.lang.String getStartScreen​(SessionContext ctx)
        Generated method - Getter of the GigyaRaasComponent.startScreen attribute.
        Returns:
        the startScreen - The name of the start screen
      • getStartScreen

        public java.lang.String getStartScreen()
        Generated method - Getter of the GigyaRaasComponent.startScreen attribute.
        Returns:
        the startScreen - The name of the start screen
      • setStartScreen

        public void setStartScreen​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the GigyaRaasComponent.startScreen attribute.
        Parameters:
        value - the startScreen - The name of the start screen
      • setStartScreen

        public void setStartScreen​(java.lang.String value)
        Generated method - Setter of the GigyaRaasComponent.startScreen attribute.
        Parameters:
        value - the startScreen - The name of the start screen