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

E22565-06

Uses of Interface
oracle.apps.fnd.appltest.diagfwk.engine.TestInputSetList

Packages that use TestInputSetList
oracle.apps.fnd.appltest.diagfwk.engine   
oracle.apps.fnd.appltest.diagfwk.engine.impl   
oracle.apps.fnd.appltest.diagfwk.engine.provider.dao   
oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db   
 

Uses of TestInputSetList in oracle.apps.fnd.appltest.diagfwk.engine
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine that return TestInputSetList
static TestInputSetList DiagEngineFactory.createTestInputSetList()
           
 TestInputSetList TestDef.fetchDefaultInputSetList()
          Fetches the list of default input sets for this test
 TestInputSetList TestDef.fetchInputSetList()
          Fetches the list of input sets for this test.
 TestInputSetList TestDef.getInputSetList()
          Gets the input set list for this test
protected abstract  TestInputSetList DiagEngineFactory.makeTestInputSetList()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine with parameters of type TestInputSetList
 void TestDef.setInputSetList(TestInputSetList inputSetList)
          Sets the input set list for this test.
 

Uses of TestInputSetList in oracle.apps.fnd.appltest.diagfwk.engine.impl
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl that implement TestInputSetList
 class TestInputSetListImpl
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl that return TestInputSetList
 TestInputSetList TestDefImpl.fetchDefaultInputSetList()
           
 TestInputSetList TestDefImpl.fetchInputSetList()
           
 TestInputSetList TestDefImpl.getInputSetList()
           
protected  TestInputSetList DiagEngineFactoryImpl.makeTestInputSetList()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl with parameters of type TestInputSetList
 void TestDefImpl.setInputSetList(TestInputSetList inputSetList)
           
 

Uses of TestInputSetList in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao that return TestInputSetList
 TestInputSetList TestDefDAO.queryInputSets(java.lang.String pTestName)
          Queries the list of test input sets registered in the test repository for the given test.
 TestInputSetList TestDefDAO.queryInputSetsByTestId(java.lang.String pTestId)
          Queries the list of test input sets registered in the test repository for the given test ID
 TestInputSetList TestDefDAO.queryInputSetsByTestId(java.lang.String pTestId, java.lang.String pDefaultFlag)
          Queries the list of test input sets registered in the test repository for the given test ID and with the given default flag
 

Uses of TestInputSetList in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db that return TestInputSetList
 TestInputSetList OADBTestDefDAO.queryInputSets(java.lang.String pTestName)
           
 TestInputSetList OADBTestDefDAO.queryInputSetsByTestId(java.lang.String pTestId)
           
 TestInputSetList OADBTestDefDAO.queryInputSetsByTestId(java.lang.String pTestId, java.lang.String pDefaultFlag)
           
 


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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.