Class GeneratedSiteMessage

    • Field Detail

      • UID

        public static final java.lang.String UID
        Qualifier of the SiteMessage.uid attribute
        See Also:
        Constant Field Values
      • TITLE

        public static final java.lang.String TITLE
        Qualifier of the SiteMessage.title attribute
        See Also:
        Constant Field Values
      • SUBJECT

        public static final java.lang.String SUBJECT
        Qualifier of the SiteMessage.subject attribute
        See Also:
        Constant Field Values
      • CONTENT

        public static final java.lang.String CONTENT
        Qualifier of the SiteMessage.content attribute
        See Also:
        Constant Field Values
      • BODY

        public static final java.lang.String BODY
        Qualifier of the SiteMessage.body attribute
        See Also:
        Constant Field Values
      • EXTERNALITEM

        public static final java.lang.String EXTERNALITEM
        Qualifier of the SiteMessage.externalItem attribute
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Qualifier of the SiteMessage.type attribute
        See Also:
        Constant Field Values
      • NOTIFICATIONTYPE

        public static final java.lang.String NOTIFICATIONTYPE
        Qualifier of the SiteMessage.notificationType 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

      • GeneratedSiteMessage

        public GeneratedSiteMessage()
    • Method Detail

      • getBody

        public java.lang.String getBody​(SessionContext ctx)
        Generated method - Getter of the SiteMessage.body attribute.
        Returns:
        the body
      • getBody

        public java.lang.String getBody()
        Generated method - Getter of the SiteMessage.body attribute.
        Returns:
        the body
      • setBody

        public void setBody​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SiteMessage.body attribute.
        Parameters:
        value - the body
      • setBody

        public void setBody​(java.lang.String value)
        Generated method - Setter of the SiteMessage.body attribute.
        Parameters:
        value - the body
      • getContent

        public java.lang.String getContent​(SessionContext ctx)
        Generated method - Getter of the SiteMessage.content attribute.
        Returns:
        the content - Deprecated since 1905, will be replace by body.
      • getContent

        public java.lang.String getContent()
        Generated method - Getter of the SiteMessage.content attribute.
        Returns:
        the content - Deprecated since 1905, will be replace by body.
      • getAllContent

        public java.util.Map<Language,​java.lang.String> getAllContent​(SessionContext ctx)
        Generated method - Getter of the SiteMessage.content attribute.
        Returns:
        the localized content - Deprecated since 1905, will be replace by body.
      • getAllContent

        public java.util.Map<Language,​java.lang.String> getAllContent()
        Generated method - Getter of the SiteMessage.content attribute.
        Returns:
        the localized content - Deprecated since 1905, will be replace by body.
      • setContent

        public void setContent​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the SiteMessage.content attribute.
        Parameters:
        value - the content - Deprecated since 1905, will be replace by body.
      • setContent

        public void setContent​(java.lang.String value)
        Generated method - Setter of the SiteMessage.content attribute.
        Parameters:
        value - the content - Deprecated since 1905, will be replace by body.
      • setAllContent

        public void setAllContent​(SessionContext ctx,
                                  java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the SiteMessage.content attribute.
        Parameters:
        value - the content - Deprecated since 1905, will be replace by body.
      • setAllContent

        public void setAllContent​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the SiteMessage.content attribute.
        Parameters:
        value - the content - Deprecated since 1905, will be replace by body.
      • getExternalItem

        public GenericItem getExternalItem​(SessionContext ctx)
        Generated method - Getter of the SiteMessage.externalItem attribute.
        Returns:
        the externalItem
      • getExternalItem

        public GenericItem getExternalItem()
        Generated method - Getter of the SiteMessage.externalItem attribute.
        Returns:
        the externalItem
      • setExternalItem

        public void setExternalItem​(SessionContext ctx,
                                    GenericItem value)
        Generated method - Setter of the SiteMessage.externalItem attribute.
        Parameters:
        value - the externalItem
      • setExternalItem

        public void setExternalItem​(GenericItem value)
        Generated method - Setter of the SiteMessage.externalItem attribute.
        Parameters:
        value - the externalItem
      • getNotificationType

        public EnumerationValue getNotificationType​(SessionContext ctx)
        Generated method - Getter of the SiteMessage.notificationType attribute.
        Returns:
        the notificationType
      • getNotificationType

        public EnumerationValue getNotificationType()
        Generated method - Getter of the SiteMessage.notificationType attribute.
        Returns:
        the notificationType
      • setNotificationType

        public void setNotificationType​(SessionContext ctx,
                                        EnumerationValue value)
        Generated method - Setter of the SiteMessage.notificationType attribute.
        Parameters:
        value - the notificationType
      • setNotificationType

        public void setNotificationType​(EnumerationValue value)
        Generated method - Setter of the SiteMessage.notificationType attribute.
        Parameters:
        value - the notificationType
      • getSubject

        public java.lang.String getSubject​(SessionContext ctx)
        Generated method - Getter of the SiteMessage.subject attribute.
        Returns:
        the subject
      • getSubject

        public java.lang.String getSubject()
        Generated method - Getter of the SiteMessage.subject attribute.
        Returns:
        the subject
      • setSubject

        public void setSubject​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the SiteMessage.subject attribute.
        Parameters:
        value - the subject
      • setSubject

        public void setSubject​(java.lang.String value)
        Generated method - Setter of the SiteMessage.subject attribute.
        Parameters:
        value - the subject
      • getTitle

        public java.lang.String getTitle​(SessionContext ctx)
        Generated method - Getter of the SiteMessage.title attribute.
        Returns:
        the title - Deprecated since 1905, will be replace by subject.
      • getTitle

        public java.lang.String getTitle()
        Generated method - Getter of the SiteMessage.title attribute.
        Returns:
        the title - Deprecated since 1905, will be replace by subject.
      • getAllTitle

        public java.util.Map<Language,​java.lang.String> getAllTitle​(SessionContext ctx)
        Generated method - Getter of the SiteMessage.title attribute.
        Returns:
        the localized title - Deprecated since 1905, will be replace by subject.
      • getAllTitle

        public java.util.Map<Language,​java.lang.String> getAllTitle()
        Generated method - Getter of the SiteMessage.title attribute.
        Returns:
        the localized title - Deprecated since 1905, will be replace by subject.
      • setTitle

        public void setTitle​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the SiteMessage.title attribute.
        Parameters:
        value - the title - Deprecated since 1905, will be replace by subject.
      • setTitle

        public void setTitle​(java.lang.String value)
        Generated method - Setter of the SiteMessage.title attribute.
        Parameters:
        value - the title - Deprecated since 1905, will be replace by subject.
      • setAllTitle

        public void setAllTitle​(SessionContext ctx,
                                java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the SiteMessage.title attribute.
        Parameters:
        value - the title - Deprecated since 1905, will be replace by subject.
      • setAllTitle

        public void setAllTitle​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the SiteMessage.title attribute.
        Parameters:
        value - the title - Deprecated since 1905, will be replace by subject.
      • getType

        public EnumerationValue getType()
        Generated method - Getter of the SiteMessage.type attribute.
        Returns:
        the type
      • setType

        public void setType​(SessionContext ctx,
                            EnumerationValue value)
        Generated method - Setter of the SiteMessage.type attribute.
        Parameters:
        value - the type
      • setType

        public void setType​(EnumerationValue value)
        Generated method - Setter of the SiteMessage.type attribute.
        Parameters:
        value - the type
      • getUid

        public java.lang.String getUid​(SessionContext ctx)
        Generated method - Getter of the SiteMessage.uid attribute.
        Returns:
        the uid
      • getUid

        public java.lang.String getUid()
        Generated method - Getter of the SiteMessage.uid attribute.
        Returns:
        the uid
      • setUid

        public void setUid​(SessionContext ctx,
                           java.lang.String value)
        Generated method - Setter of the SiteMessage.uid attribute.
        Parameters:
        value - the uid
      • setUid

        public void setUid​(java.lang.String value)
        Generated method - Setter of the SiteMessage.uid attribute.
        Parameters:
        value - the uid