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

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.provider.dao
Interface TestStatsDAO

All Superinterfaces:
BaseDAO
All Known Implementing Classes:
OADBTestStatsDAO

public interface TestStatsDAO
extends BaseDAO


Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.BaseDAO
BaseDAO.DBSessionInfo
 
Method Summary
 TestStats fetch(java.lang.String pTestId)
           
 TestStats getStat(java.lang.String testName)
          Provides Data Access APIs for Test Statistics information.
 void save(TestExec pTestExec)
          Based on a TestExec object, saves a test stats object to the test repository.
 void save(TestStats pTestStats)
          Saves the given test stats object to the test repository.
 
Methods inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.BaseDAO
createSysGuid, getDBSessionInfo, queryNlsParameters, querySysDate, querySysDate
 

Method Detail

getStat

TestStats getStat(java.lang.String testName)
Provides Data Access APIs for Test Statistics information.

Parameters:
testName -
Returns:

fetch

TestStats fetch(java.lang.String pTestId)

save

void save(TestStats pTestStats)
Saves the given test stats object to the test repository. If the test stats already exists, the test stats is updated. Otherwise a new entry is created in the repository.

Parameters:
pTestStats - test status object to save

save

void save(TestExec pTestExec)
Based on a TestExec object, saves a test stats object to the test repository. If the test stats already exists, the test stats is updated. Otherwise a new entry is created in the repository.

Parameters:
pTestExec - TestExec Object

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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.