com.ibm.tivoli.maximo.report.birt.servlet

Class ReportMessageProviderImpl

  • java.lang.Object
    • com.ibm.tivoli.maximo.report.birt.servlet.ReportMessageProviderImpl
  • All Implemented Interfaces:
    ReportMessageProvider


    public class ReportMessageProviderImpl
    extends java.lang.Object
    implements 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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getMessage(java.lang.String key)
      Returns the message based on the key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportMessageProviderImpl

        public ReportMessageProviderImpl(java.lang.String langCode,
                                         MXServerRemote mxServerRemote)
    • Method Detail

      • getMessage

        public java.lang.String getMessage(java.lang.String key)
        Description copied from interface: ReportMessageProvider
        Returns the message based on the key. Returns null, if the key is not found.
        Specified by:
        getMessage in interface ReportMessageProvider
        Parameters:
        key - Message Key from the messages.properties file.
        Returns: