Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

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

Packages that use Label
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 Label in oracle.apps.fnd.appltest.diagfwk.api.report
 

Subinterfaces of Label in oracle.apps.fnd.appltest.diagfwk.api.report
 interface DescriptiveHeader
          Models a header with an associated optional description.
 interface Header
          Models a header for a table element.
 interface Message
          Provides APIs to create a translatable message.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return Label
static Label ReportElementFactory.createLabel()
          Returns a new instance of a Label
static Label ReportElementFactory.createLabel(java.lang.String pNlsKey, java.lang.String pDefault)
          Returns a new Label
static Label ReportElementFactory.createLabel(java.lang.String pNlsKey, java.lang.String pDefault, java.util.List<NameValue> pTokens)
          Returns a new label
static Label ReportElementFactory.createLabel(java.lang.String pNlsKey, java.lang.String pDefault, java.lang.String[][] pNameValuePairs)
          Returns a new label
 Label DescriptiveHeader.getDescription()
          Gets the description for this header
 Label MsgList.getListHeader()
          Gets the header for this list
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report with parameters of type Label
static DescriptiveHeader ReportElementFactory.createDescriptiveHeader(Label pHeader, Label pHeaderDescription)
          Creates an descriptive header instance with the given header and description labels
 void DescriptiveHeader.setDescription(Label pDescription)
          Sets the description for this header
 void MsgList.setListHeader(Label pHeader)
          Sets the header for this list
 

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

Subinterfaces of Label in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 interface DescriptiveHeaderExtn
           
 interface HeaderExtn
           
 interface LabelExtn
           
 interface MessageExtn
           
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that implement Label
 class DescriptiveHeaderExtnImpl
          Maintains a JAXB DescriptiveHeaderType object
 class HeaderExtnImpl
          Maintains a JAXB HeaderType object
 class LabelExtnImpl
          In most cases one of this class's descendents will be created.
 class MessageExtnImpl
          Maintains a JAXB MessageType object
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return Label
static Label ReportExtnFactory.createLabel(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pMsg)
           
 Label DescriptiveHeaderExtnImpl.getDescription()
           
 Label MsgListExtnImpl.getListHeader()
          Gets the header for this list
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type Label
protected static void UTestTestReportGetSetTests.assertEquals(java.lang.String pMsg, Label pExpected, Label pTest)
           
 void DescriptiveHeaderExtnImpl.setDescription(Label pDescription)
           
 void MsgListExtnImpl.setListHeader(Label pHeader)
          Sets the header for this list
 


Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.