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

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db
Class OADBTestStatsDAO

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db.OADBBaseDAO
      extended by oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db.OADBTestStatsDAO
All Implemented Interfaces:
BaseDAO, TestStatsDAO

public class OADBTestStatsDAO
extends OADBBaseDAO
implements TestStatsDAO

Provides Oracle Applications Database specific implementations for data access APIs related to Test Statistics.


Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.BaseDAO
BaseDAO.DBSessionInfo
 
Field Summary
 
Fields inherited from class oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db.OADBBaseDAO
langCode
 
Constructor Summary
OADBTestStatsDAO()
           
 
Method Summary
 TestStats fetch(java.lang.String pTestId)
           
 TestStats getStat(java.lang.String pTestName)
          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 class oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db.OADBBaseDAO
close, close, close, createSysGuid, getCLOB, getConnection, getDBSessionInfo, getJdbcBatchSize, getLangCode, getSysDate, getSysDate, getSysGuid, populateWhoColumns, prepareWhoColumns, queryNlsParameters, querySysDate, querySysDate, returnConnection, rollBack, setFetchSize, setSavepoint, setWhoColumnsForInsert, setWhoColumnsForUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.BaseDAO
createSysGuid, getDBSessionInfo, queryNlsParameters, querySysDate, querySysDate
 

Constructor Detail

OADBTestStatsDAO

public OADBTestStatsDAO()
Method Detail

getStat

public TestStats getStat(java.lang.String pTestName)
Description copied from interface: TestStatsDAO
Provides Data Access APIs for Test Statistics information.

Specified by:
getStat in interface TestStatsDAO
Returns:

fetch

public TestStats fetch(java.lang.String pTestId)
Specified by:
fetch in interface TestStatsDAO

save

public void save(TestStats pTestStats)
Description copied from interface: TestStatsDAO
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.

Specified by:
save in interface TestStatsDAO
Parameters:
pTestStats - test status object to save

save

public void save(TestExec pTestExec)
Description copied from interface: TestStatsDAO
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.

Specified by:
save in interface TestStatsDAO
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.