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

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.impl.inputs
Interface InputParamContextExtn

All Superinterfaces:
InputParamContext
All Known Implementing Classes:
InputParamContextExtnImpl

public interface InputParamContextExtn
extends InputParamContext

Extension interface to the InputParamContext interface that provides additional APIs that are used by the engine internally.

Since:
release specific (what release of product did this appear in)
Version:
$Header: InputParamContextExtn.java 23-mar-2008.22:31:29 ppradhan Exp $
Author:
ppradhan

Method Summary
 java.lang.String getValueColumnName()
          Gets the name of the value column for the current LOV.
 void putConnection(java.sql.Connection pCon)
          Puts a JDBC Connection to the applications database into the context
 void putParameterName(java.lang.String pParamName)
          Puts the name of the current parameter into the context
 void putParameterValue(java.lang.Object pParamValue)
          Puts the value of the current parameter into the context
 void putValueColumnName(java.lang.String pValueColumnName)
          Sets the name of the value column.
 void putValueFilterOperator(FilterOperator pFO)
          Sets the filter operator for the value column.
 
Methods inherited from interface oracle.apps.fnd.appltest.diagfwk.api.inputs.InputParamContext
getAttribute, getConnection, getParameterName, getParameterValue, getValueFilterOperator, putAttribute
 

Method Detail

putConnection

void putConnection(java.sql.Connection pCon)
Puts a JDBC Connection to the applications database into the context

Parameters:
pCon - JDBC Connection the applications database

putParameterName

void putParameterName(java.lang.String pParamName)
Puts the name of the current parameter into the context

Parameters:
pParamName - the name of the current parameter

putParameterValue

void putParameterValue(java.lang.Object pParamValue)
Puts the value of the current parameter into the context

Parameters:
pParamValue - the value of the current parameter.

putValueFilterOperator

void putValueFilterOperator(FilterOperator pFO)
Sets the filter operator for the value column. Call this in context of a parameter that supports LOV to set its value column filter operator.

Parameters:
pFO - the filter operator for the value column.

putValueColumnName

void putValueColumnName(java.lang.String pValueColumnName)
Sets the name of the value column. Call this in context of a parameter that supports LOV to set its value column name.

Parameters:
pValueColumnName - the name of the value column

getValueColumnName

java.lang.String getValueColumnName()
Gets the name of the value column for the current LOV. Generally useful in the context of a parameter that supports LOV

Returns:
the name of the value column for the current LOV.

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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.