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

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine.impl.report
Class ReportExtnFactory

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.report.ReportExtnFactory

public class ReportExtnFactory
extends java.lang.Object


Constructor Summary
ReportExtnFactory()
           
 
Method Summary
static DescriptiveHeaderExtn createDescriptiveHeaderExtn()
           
static ErrorInfo createErrorInfo(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pErrMsg, java.lang.Throwable t)
          Creates an ErrorInfo based on the given error message and the throwable.
static ErrorInfoExtn createErrorInfoExtn()
           
static FixInfoExtn createFixInfoExtn()
           
static FixInfo createGenericFixInfoForExecErr()
          Creates a FixInfo object with the default message for any unexpected execution errors.
static Header createHeader(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pMsg)
           
static HeaderExtn createHeaderExtn()
           
static Label createLabel(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pMsg)
           
static LabelExtn createLabelExtn()
           
static LinkTokenExtn createLinkTokenExtn()
           
static Message createMessage(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pMsg)
          Creates a message based on the given resource ref instance.
static MessageExtn createMessageExtn()
           
static MsgListExtn createMsgListExtn()
           
static NameValueExtn createNameValueExtn()
           
static RowCellExtn createRowCellExtn()
           
static Section createSection(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pSectionHeader, oracle.apps.fnd.appllcm.sdk.common.ResourceRef pSectionDesc)
          Creates a section with the given header and description
static SectionExtn createSectionExtn()
           
static StepReportExtn createStepReportExtn()
           
static SummaryInfoExtn createSummaryInfoExtn()
           
static Table createTable(oracle.apps.fnd.appllcm.sdk.common.ResourceRef[] pColumnHeaders)
          Creates an empty table with the given column headers.
static TableExtn createTableExtn()
           
static TableRowExtn createTableRowExtn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportExtnFactory

public ReportExtnFactory()
Method Detail

createStepReportExtn

public static StepReportExtn createStepReportExtn()

createSectionExtn

public static SectionExtn createSectionExtn()

createErrorInfoExtn

public static ErrorInfoExtn createErrorInfoExtn()

createSummaryInfoExtn

public static SummaryInfoExtn createSummaryInfoExtn()

createNameValueExtn

public static NameValueExtn createNameValueExtn()

createTableExtn

public static TableExtn createTableExtn()

createFixInfoExtn

public static FixInfoExtn createFixInfoExtn()

createDescriptiveHeaderExtn

public static DescriptiveHeaderExtn createDescriptiveHeaderExtn()

createHeaderExtn

public static HeaderExtn createHeaderExtn()

createLabelExtn

public static LabelExtn createLabelExtn()

createMessageExtn

public static MessageExtn createMessageExtn()

createLinkTokenExtn

public static LinkTokenExtn createLinkTokenExtn()

createRowCellExtn

public static RowCellExtn createRowCellExtn()

createTableRowExtn

public static TableRowExtn createTableRowExtn()

createMsgListExtn

public static MsgListExtn createMsgListExtn()

createGenericFixInfoForExecErr

public static FixInfo createGenericFixInfoForExecErr()
Creates a FixInfo object with the default message for any unexpected execution errors.


createErrorInfo

public static ErrorInfo createErrorInfo(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pErrMsg,
                                        java.lang.Throwable t)
Creates an ErrorInfo based on the given error message and the throwable. The error type is set to execution error and the severity is set to critical


createMessage

public static Message createMessage(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pMsg)
Creates a message based on the given resource ref instance.

Parameters:
pMsg - ResourceRef represeting the message
Returns:
a Message element for the report

createLabel

public static Label createLabel(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pMsg)

createHeader

public static Header createHeader(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pMsg)

createSection

public static Section createSection(oracle.apps.fnd.appllcm.sdk.common.ResourceRef pSectionHeader,
                                    oracle.apps.fnd.appllcm.sdk.common.ResourceRef pSectionDesc)
Creates a section with the given header and description

Parameters:
pSectionHeader - header for the section
pSectionDesc - description for the section
Returns:
a section with the given header and description

createTable

public static Table createTable(oracle.apps.fnd.appllcm.sdk.common.ResourceRef[] pColumnHeaders)
Creates an empty table with the given column headers.

Parameters:
pColumnHeaders - column headers for the table
Returns:
an empty table with the given column headers.

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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.