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

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

Methods in oracle.apps.fnd.appltest.diagfwk that return Table
protected static Table TestBaseDiagfwk.makeTable(java.lang.String pId, int pNumCols, int pNumRows)
           
 

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

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return Table
static Table ReportElementFactory.createTable()
          Creates a new empty 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.
static Table ReportElementFactory.createTableFromResultSet(java.lang.String tableHeaderNlsKey, java.lang.String defaultTableHeader, java.sql.ResultSet resultSet, java.lang.String sql, java.math.BigInteger maxDisplayRows, boolean showFooter, boolean showSQL)
          Displays the data in a result set formatted either in a tabular or portrait form.
static Table ReportElementFactory.createTableFromResultSet(java.lang.String tableHeaderNlsKey, java.lang.String defaultTableHeader, java.sql.ResultSet resultSet, java.lang.String sql, java.lang.String[][] sqlBindVariables, java.math.BigInteger maxDisplayRows, boolean showFooter, boolean showSQL)
          Displays the data in a result set formatted either in a tabular or portrait form.
static Table ReportElementFactory.createTableFromResultSetWithRowCountThreshold(java.lang.String tableHeaderNlsKey, java.lang.String defaultTableHeader, java.sql.ResultSet resultSet, java.lang.String sql, java.lang.String[][] sqlBindVariables, java.math.BigInteger maxDisplayRows, boolean showFooter, boolean showSQL, int nRowsThreshold)
          Displays the data in a result set formatted either in a tabular or portrait form.
static Table ReportElementFactory.getResultSetAsTable(java.lang.String tableHeaderNlsKey, java.lang.String defaultTableHeader, java.sql.ResultSet resultSet, java.lang.String sql, java.math.BigInteger maxDisplayRows, boolean showFooter, boolean showSQL)
          Deprecated. Please use createTableFromResultSet() APIs instead.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report with parameters of type Table
 void Section.addTable(Table pTable)
          Adds a table to this section
 

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

Subinterfaces of Table in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 interface TableExtn
           
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that implement Table
 class TableExtnImpl
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return Table
static Table ReportExtnFactory.createTable(oracle.apps.fnd.appllcm.sdk.common.ResourceRef[] pColumnHeaders)
          Creates an empty table with the given column headers.
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type Table
 void SectionExtnImpl.addTable(Table pTable)
          Adds a table to this section
protected static void UTestTestReportGetSetTests.assertEquals(java.lang.String pMsg, Table pExpected, Table pTest)
           
 


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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.