com.ibm.tivoli.maximo.report.birt.runtime

Interface ReportMessageProvider

  • All Known Implementing Classes:
    ReportMessageProviderImpl, ReportMessageProviderImpl


    public interface ReportMessageProvider
    Provides access to the BIRT Viewer messages. NOTE: we have extracted all the messages from the messages.properties file into our database and use our message code to retrieve the values based on the user's language code.
    • Method Detail

      • getMessage

        java.lang.String getMessage(java.lang.String key)
        Returns the message based on the key. Returns null, if the key is not found.
        Parameters:
        key - Message Key from the messages.properties file.
        Returns: