Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Uses of Interface
oracle.apps.fnd.appltest.diagfwk.api.report.Message

Packages that use Message
oracle.apps.fnd.appltest.diagfwk   
oracle.apps.fnd.appltest.diagfwk.api.report Provides APIs that test authors can use when creating the test report during the execution of the test. 
oracle.apps.fnd.appltest.diagfwk.engine.impl.report   
oracle.apps.fnd.appltest.diagfwk.test.sample Provides sample Java tests. 
 

Uses of Message in oracle.apps.fnd.appltest.diagfwk
 

Methods in oracle.apps.fnd.appltest.diagfwk that return Message
protected static Message TestBaseDiagfwk.makeMessage(java.lang.String pMsgId)
           
protected static Message TestBaseDiagfwk.makeMessageLinkExternal(java.lang.String pMsgId)
           
protected static Message TestBaseDiagfwk.makeMessageLinkInternal(java.lang.String pMsgId)
           
 

Uses of Message in oracle.apps.fnd.appltest.diagfwk.api.report
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return Message
static Message ReportElementFactory.createAttentionMessage(java.lang.String pNlsKey, java.lang.String pDefault)
          Create a new Attention Message object with the given NLS Key and default value
static Message ReportElementFactory.createAttentionMessage(java.lang.String pNlsKey, java.lang.String pDefault, java.lang.String pMetaLinkNoteId)
          Creates a new Attention Message with the given parameters
static Message ReportElementFactory.createAttentionMessage(java.lang.String pNlsKey, java.lang.String pDefault, java.lang.String[][] pMsgTokens)
          Creates a new Messsage with the given parameters
static Message ReportElementFactory.createAttentionMessage(java.lang.String pNlsKey, java.lang.String pDefault, java.lang.String[][] pMsgTokens, java.lang.String pMetaLinkNoteId)
          Creates a new Messsage with the given parameters
static Message ReportElementFactory.createMessage()
          Create a new Message object
static Message ReportElementFactory.createMessage(java.lang.String pNlsKey, java.lang.String pDefault)
          Create a new Message object with the given NLS Key and default value
static Message ReportElementFactory.createMessage(java.lang.String pNlsKey, java.lang.String pDefault, java.lang.String pMetaLinkNoteId)
          Creates a new Message with the given parameters
static Message ReportElementFactory.createMessage(java.lang.String pNlsKey, java.lang.String pDefault, java.lang.String[][] pMsgTokens)
          Creates a new Messsage with the given parameters
static Message ReportElementFactory.createMessage(java.lang.String pNlsKey, java.lang.String pDefault, java.lang.String[][] pMsgTokens, java.lang.String pMetaLinkNoteId)
          Creates a new Messsage with the given parameters
 Message RowCell.getData()
          Gets the Message data for this cell
 Message ErrorInfo.getErrorMsg()
          Gets the error message.
 Message LinkToken.getMessage()
          Gets the value of the token.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return types with arguments of type Message
 java.util.List<Message> FixInfo.getFixMsgList()
          Gets the fix message for this fix
 java.util.List<Message> SummaryInfo.getSummaryTextList()
          Gets the list of summary messages for this summary.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report with parameters of type Message
 void TableRow.addCell(Message pData)
          Adds a single piece of data to the table row.
 void MsgList.addElem(Message pMsg)
          Adds a message element to this list.
 void FixInfo.addFixMsg(Message pFixMsg)
          Adds a fix message for this fix information.
 void Section.addMsg(Message pMsg)
          Adds an individual message to this section
 void SummaryInfo.addSummaryText(Message pSummaryText)
          Adds the summary message for this summary.
static ErrorInfo ReportElementFactory.createErrorInfo(ErrorInfo.Severity pSeverity, Message pErrMsg, FixInfo pFixInfo)
          Creates a new instance of an ErrorInfo object with the specified attribuets
static FixInfo ReportElementFactory.createFixInfo(Message pFixMsg)
          Creates a new instance of a FixInfo object
static LinkToken ReportElementFactory.createLinkToken(java.lang.String pTokenName, Message pMessage)
          Create a LinkToken with given name and Message (link)
static RowCell ReportElementFactory.createRowCell(Message pData)
          Creates a row cell with the given data
static SummaryInfo ReportElementFactory.CreateSummaryInfo(Message pSummaryText)
          Creates a new instnace of summary info with the given label and error list
 void RowCell.setData(Message pData)
          Sets the content of the cell to be a Message
 void ErrorInfo.setErrorMsg(Message pErrMsg)
          Sets the message for the error.
 void LinkToken.setMessage(Message pValue)
          Sets the value of the token.
 

Method parameters in oracle.apps.fnd.appltest.diagfwk.api.report with type arguments of type Message
static MsgList ReportElementFactory.createMsgList(java.util.List<Message> pListElems)
          Creates a new MsgList with the given list of elements
 

Uses of Message in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 

Subinterfaces of Message in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 interface MessageExtn
           
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that implement Message
 class MessageExtnImpl
          Maintains a JAXB MessageType object
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return Message
static Message ReportExtnFactory.createMessage(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pMsg)
          Creates a message based on the given resource ref instance.
 Message RowCellExtnImpl.getData()
           
 Message ErrorInfoExtnImpl.getErrorMsg()
           
 Message LinkTokenExtnImpl.getMessage()
           
static Message UTestMsgListExtnImpl.getMessage(java.lang.String postFix)
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return types with arguments of type Message
 java.util.List<Message> FixInfoExtnImpl.getFixMsgList()
           
 java.util.List<Message> SummaryInfoExtnImpl.getSummaryTextList()
          Gets the list of summary messages for this summary.
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type Message
 void TableRowExtnImpl.addCell(Message pData)
           
 void MsgListExtnImpl.addElem(Message pMsg)
          Adds a message element to this list.
 void FixInfoExtnImpl.addFixMsg(Message pFixMsg)
           
 void SectionExtnImpl.addMsg(Message pMsg)
          Adds an individual message to this section
 void SummaryInfoExtnImpl.addSummaryText(Message pSummaryText)
          Adds the summary message for this summary.
protected static void UTestTestReportGetSetTests.assertEquals(java.lang.String pMsg, Message pExpected, Message pTest)
           
static void UTestMsgListExtnImpl.fillMessage(Message mMsg, java.lang.String postFix)
           
 void RowCellExtnImpl.setData(Message pData)
           
 void ErrorInfoExtnImpl.setErrorMsg(Message pErrMsg)
           
 void LinkTokenExtnImpl.setMessage(Message pValue)
           
 

Uses of Message in oracle.apps.fnd.appltest.diagfwk.test.sample
 

Methods in oracle.apps.fnd.appltest.diagfwk.test.sample that return Message
protected static Message SampleTestReportFormat.makeMessage(java.lang.String pMsgId)
           
 


Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.