Class SystemHelper.SystemAnnouncement

    • Method Detail

      • isAvailable

        public boolean isAvailable()
        Is the system announcement available ?
        Returns:
        true if the system announcement is available, false otherwise
      • setAvailable

        public void setAvailable​(boolean available)
        Set the availability of the system announcement
        Parameters:
        available - true to set the system announcement available, false otherwise
      • addMessage

        public void addMessage​(String lang,
                               String message)
        Add a message to the list of announcements
        Parameters:
        lang - the language of the message
        message - the message itself