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.MsgList

Packages that use MsgList
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   
 

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

Methods in oracle.apps.fnd.appltest.diagfwk that return MsgList
protected static MsgList TestBaseDiagfwk.makeMsgList(int pSize)
           
 

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

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return MsgList
static MsgList ReportElementFactory.createMsgList()
          Creates a new empty list of messages
static MsgList ReportElementFactory.createMsgList(java.util.List<Message> pListElems)
          Creates a new MsgList with the given list of elements
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report with parameters of type MsgList
 void MsgList.addElem(MsgList pMsgList)
          Adds a nested message list to this list
 void Section.addMsgList(MsgList pList)
          Adds a list of messages to this section
 

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

Subinterfaces of MsgList in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 interface MsgListExtn
           
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that implement MsgList
 class MsgListExtnImpl
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type MsgList
 void MsgListExtnImpl.addElem(MsgList pMsgList)
          Adds a nested message list to this list
 void SectionExtnImpl.addMsgList(MsgList pList)
          Adds a list of messages to this section
 


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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.