oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db
Class OADBTestStatsDAO
java.lang.Object
   oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db.OADBBaseDAO
oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db.OADBBaseDAO
       oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db.OADBTestStatsDAO
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.
 
 
 
| Fields inherited from class oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db.OADBBaseDAO | 
| langCode | 
 
 
| 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 | 
 
 
OADBTestStatsDAO
public OADBTestStatsDAO()
getStat
public TestStats getStat(java.lang.String pTestName)
- Description copied from interface: TestStatsDAO
- Provides Data Access APIs for Test Statistics information.
 
- 
- Specified by:
- getStatin interface- TestStatsDAO
 
- 
- Returns:
 
fetch
public TestStats fetch(java.lang.String pTestId)
- 
- Specified by:
- fetchin 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:
- savein 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:
- savein interface- TestStatsDAO
 
- 
- Parameters:
- pTestExec- TestExec Object
 
                     Copyright © 2012 Oracle. All Rights Reserved.