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

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

Methods in oracle.apps.fnd.appltest.diagfwk that return Header
protected static Header TestBaseDiagfwk.makeHeader(java.lang.String pId)
           
 

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

Subinterfaces of Header in oracle.apps.fnd.appltest.diagfwk.api.report
 interface DescriptiveHeader
          Models a header with an associated optional description.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return Header
static Header ReportElementFactory.createHeader()
          Returns a new instance of a Header
static Header ReportElementFactory.createHeader(java.lang.String pNlsKey, java.lang.String pDefault)
          Returns a new Header with the given NLS key and the given default value.
static Header ReportElementFactory.createHeader(java.lang.String pNlsKey, java.lang.String pDefault, java.lang.String[][] pNameValuePairs)
          Returns a new Header with the given NLS key and the given default value.
 Header Table.getTableHeader()
          Gets the table header.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return types with arguments of type Header
 java.util.List<Header> Table.getColumnHeaders()
          Gets the list of column headers for this table.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report with parameters of type Header
 void Table.addColumnHeader(Header pColHeader)
          Adds a single column header for the table.
static Table ReportElementFactory.createTable(Header pHeader, java.util.List<Header> pColumnHeaders, java.util.List<TableRow> pTableRows)
          Creates a new table with the specified table header, column headers and table rows.
 void Table.setTableHeader(Header pHeader)
          Sets the header for the table.
 

Method parameters in oracle.apps.fnd.appltest.diagfwk.api.report with type arguments of type Header
 void Table.addColumnHeaders(java.util.List<Header> pColHeaders)
          Adds the given list of column headers to the table
static Table ReportElementFactory.createTable(Header pHeader, java.util.List<Header> pColumnHeaders, java.util.List<TableRow> pTableRows)
          Creates a new table with the specified table header, column headers and table rows.
 

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

Subinterfaces of Header in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 interface DescriptiveHeaderExtn
           
 interface HeaderExtn
           
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that implement Header
 class DescriptiveHeaderExtnImpl
          Maintains a JAXB DescriptiveHeaderType object
 class HeaderExtnImpl
          Maintains a JAXB HeaderType object
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return Header
static Header ReportExtnFactory.createHeader(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pMsg)
           
 Header TableExtnImpl.getTableHeader()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return types with arguments of type Header
 java.util.List<Header> TableExtnImpl.getColumnHeaders()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type Header
 void TableExtnImpl.addColumnHeader(Header pColHeader)
          If ColumnHeaders don't exist create one
protected static void UTestTestReportGetSetTests.assertEquals(java.lang.String pMsg, Header pExpected, Header pTest)
           
 void TableExtnImpl.setTableHeader(Header pHeader)
           
 

Method parameters in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with type arguments of type Header
 void TableExtnImpl.addColumnHeaders(java.util.List<Header> pColHeaders)
           
 


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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.