Class GeneratedConsentTemplate

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the ConsentTemplate.id attribute
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        Qualifier of the ConsentTemplate.version attribute
        See Also:
        Constant Field Values
      • BASESITE

        public static final java.lang.String BASESITE
        Qualifier of the ConsentTemplate.baseSite attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the ConsentTemplate.name attribute
        See Also:
        Constant Field Values
      • EXPOSED

        public static final java.lang.String EXPOSED
        Qualifier of the ConsentTemplate.exposed attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the ConsentTemplate.description 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

      • GeneratedConsentTemplate

        public GeneratedConsentTemplate()
    • Method Detail

      • getBaseSite

        public BaseSite getBaseSite​(SessionContext ctx)
        Generated method - Getter of the ConsentTemplate.baseSite attribute.
        Returns:
        the baseSite - BaseSite that this consent template belongs to
      • getBaseSite

        public BaseSite getBaseSite()
        Generated method - Getter of the ConsentTemplate.baseSite attribute.
        Returns:
        the baseSite - BaseSite that this consent template belongs to
      • setBaseSite

        public void setBaseSite​(SessionContext ctx,
                                BaseSite value)
        Generated method - Setter of the ConsentTemplate.baseSite attribute.
        Parameters:
        value - the baseSite - BaseSite that this consent template belongs to
      • setBaseSite

        public void setBaseSite​(BaseSite value)
        Generated method - Setter of the ConsentTemplate.baseSite attribute.
        Parameters:
        value - the baseSite - BaseSite that this consent template belongs to
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the ConsentTemplate.description attribute.
        Returns:
        the description - Consent Template Description
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the ConsentTemplate.description attribute.
        Returns:
        the description - Consent Template Description
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription​(SessionContext ctx)
        Generated method - Getter of the ConsentTemplate.description attribute.
        Returns:
        the localized description - Consent Template Description
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription()
        Generated method - Getter of the ConsentTemplate.description attribute.
        Returns:
        the localized description - Consent Template Description
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the ConsentTemplate.description attribute.
        Parameters:
        value - the description - Consent Template Description
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the ConsentTemplate.description attribute.
        Parameters:
        value - the description - Consent Template Description
      • setAllDescription

        public void setAllDescription​(SessionContext ctx,
                                      java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ConsentTemplate.description attribute.
        Parameters:
        value - the description - Consent Template Description
      • setAllDescription

        public void setAllDescription​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ConsentTemplate.description attribute.
        Parameters:
        value - the description - Consent Template Description
      • isExposed

        public java.lang.Boolean isExposed​(SessionContext ctx)
        Generated method - Getter of the ConsentTemplate.exposed attribute.
        Returns:
        the exposed - Indicates whether the consent template should be exposed to integrators in a storefront implementation as part of cookie and session information
      • isExposed

        public java.lang.Boolean isExposed()
        Generated method - Getter of the ConsentTemplate.exposed attribute.
        Returns:
        the exposed - Indicates whether the consent template should be exposed to integrators in a storefront implementation as part of cookie and session information
      • isExposedAsPrimitive

        public boolean isExposedAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ConsentTemplate.exposed attribute.
        Returns:
        the exposed - Indicates whether the consent template should be exposed to integrators in a storefront implementation as part of cookie and session information
      • isExposedAsPrimitive

        public boolean isExposedAsPrimitive()
        Generated method - Getter of the ConsentTemplate.exposed attribute.
        Returns:
        the exposed - Indicates whether the consent template should be exposed to integrators in a storefront implementation as part of cookie and session information
      • setExposed

        public void setExposed​(SessionContext ctx,
                               java.lang.Boolean value)
        Generated method - Setter of the ConsentTemplate.exposed attribute.
        Parameters:
        value - the exposed - Indicates whether the consent template should be exposed to integrators in a storefront implementation as part of cookie and session information
      • setExposed

        public void setExposed​(java.lang.Boolean value)
        Generated method - Setter of the ConsentTemplate.exposed attribute.
        Parameters:
        value - the exposed - Indicates whether the consent template should be exposed to integrators in a storefront implementation as part of cookie and session information
      • setExposed

        public void setExposed​(SessionContext ctx,
                               boolean value)
        Generated method - Setter of the ConsentTemplate.exposed attribute.
        Parameters:
        value - the exposed - Indicates whether the consent template should be exposed to integrators in a storefront implementation as part of cookie and session information
      • setExposed

        public void setExposed​(boolean value)
        Generated method - Setter of the ConsentTemplate.exposed attribute.
        Parameters:
        value - the exposed - Indicates whether the consent template should be exposed to integrators in a storefront implementation as part of cookie and session information
      • getId

        public java.lang.String getId​(SessionContext ctx)
        Generated method - Getter of the ConsentTemplate.id attribute.
        Returns:
        the id - Consent Template ID
      • getId

        public java.lang.String getId()
        Generated method - Getter of the ConsentTemplate.id attribute.
        Returns:
        the id - Consent Template ID
      • setId

        public void setId​(SessionContext ctx,
                          java.lang.String value)
        Generated method - Setter of the ConsentTemplate.id attribute.
        Parameters:
        value - the id - Consent Template ID
      • setId

        public void setId​(java.lang.String value)
        Generated method - Setter of the ConsentTemplate.id attribute.
        Parameters:
        value - the id - Consent Template ID
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the ConsentTemplate.name attribute.
        Returns:
        the name - Consent Template Name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the ConsentTemplate.name attribute.
        Returns:
        the name - Consent Template Name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the ConsentTemplate.name attribute.
        Returns:
        the localized name - Consent Template Name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the ConsentTemplate.name attribute.
        Returns:
        the localized name - Consent Template Name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the ConsentTemplate.name attribute.
        Parameters:
        value - the name - Consent Template Name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the ConsentTemplate.name attribute.
        Parameters:
        value - the name - Consent Template Name
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ConsentTemplate.name attribute.
        Parameters:
        value - the name - Consent Template Name
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ConsentTemplate.name attribute.
        Parameters:
        value - the name - Consent Template Name
      • getVersion

        public java.lang.Integer getVersion​(SessionContext ctx)
        Generated method - Getter of the ConsentTemplate.version attribute.
        Returns:
        the version - Consent Template Version
      • getVersion

        public java.lang.Integer getVersion()
        Generated method - Getter of the ConsentTemplate.version attribute.
        Returns:
        the version - Consent Template Version
      • getVersionAsPrimitive

        public int getVersionAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the ConsentTemplate.version attribute.
        Returns:
        the version - Consent Template Version
      • getVersionAsPrimitive

        public int getVersionAsPrimitive()
        Generated method - Getter of the ConsentTemplate.version attribute.
        Returns:
        the version - Consent Template Version
      • setVersion

        public void setVersion​(SessionContext ctx,
                               java.lang.Integer value)
        Generated method - Setter of the ConsentTemplate.version attribute.
        Parameters:
        value - the version - Consent Template Version
      • setVersion

        public void setVersion​(java.lang.Integer value)
        Generated method - Setter of the ConsentTemplate.version attribute.
        Parameters:
        value - the version - Consent Template Version
      • setVersion

        public void setVersion​(SessionContext ctx,
                               int value)
        Generated method - Setter of the ConsentTemplate.version attribute.
        Parameters:
        value - the version - Consent Template Version
      • setVersion

        public void setVersion​(int value)
        Generated method - Setter of the ConsentTemplate.version attribute.
        Parameters:
        value - the version - Consent Template Version