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

E22565-02

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

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

Uses of DiagBObj in oracle.apps.fnd.appltest.diagfwk
 

Methods in oracle.apps.fnd.appltest.diagfwk with parameters of type DiagBObj
protected static void TestBaseDiagfwk.assertEqualsBobj(java.lang.String pMsg, DiagBObj pExpected, DiagBObj pActual)
           
protected static void TestBaseDiagfwk.assertEqualsBobj(java.lang.String pMsg, DiagBObj pExpected, DiagBObj pActual)
           
 

Method parameters in oracle.apps.fnd.appltest.diagfwk with type arguments of type DiagBObj
protected static void TestBaseDiagfwk.assertEqualsBobj(java.lang.String pMsg, DiagBObjList<? extends DiagBObj> pExpected, DiagBObjList<? extends DiagBObj> pActual)
           
protected static void TestBaseDiagfwk.assertEqualsBobj(java.lang.String pMsg, DiagBObjList<? extends DiagBObj> pExpected, DiagBObjList<? extends DiagBObj> pActual)
           
 

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

Classes in oracle.apps.fnd.appltest.diagfwk.engine with type parameters of type DiagBObj
 interface DiagBObjList<T extends DiagBObj>
           
 

Subinterfaces of DiagBObj in oracle.apps.fnd.appltest.diagfwk.engine
 interface Tag
          Models a tag entity
 interface TagValue
           
 interface TagValuePrereq
          Represents a prerequisite entity.
 interface TestDef
          Models the test definition business object.
 interface TestExec
          Models a single test execution
 interface TestInputSet
          Models a set of input name value pairs that has been saved by the user as an "input set" for a particular test.
 interface TestInputSetNV
          Models a single input name value pair that is saved as part of an input set for a test.
 interface TestMoniterable<T>
          Models an entity that is moniterable by a monitor.
 interface TestParam
          Models a test parameter.
 interface TestPrereq
          Represents a prerequisite entity.
 interface TestRun
          Models a test run by the diagnostic engine.
 interface TestStats
          Models the stastical metrics for a single test.
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine with type parameters of type DiagBObj
<T extends DiagBObj>
void
DiagBObjList.copy(DiagBObjList<T> pObjList)
          Copies the contents of the given list into this list.
 

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

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl with type parameters of type DiagBObj
 class DiagBObjListImpl<T extends DiagBObj>
           
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl that implement DiagBObj
 class AppsMsgIdTagValueImpl
          TagValueImpl for the special APPS_MSG_ID tag's auto-created values
 class DiagBObjImpl<T>
          Provides base implementation for the diagnostic business objects.
 class DiagJAXBXMLDoc<T>
          Represents a diagnostics business object that can be represented in XML and marshalled and unmarshalled using JAXB
 class DiagJAXBXMLDocReport<T>
           
 class TagImpl
           
 class TagValueImpl
           
 class TagValuePrereqImpl
           
 class TestDefImpl
           
 class TestExecImpl
           
 class TestInputSetImpl
           
 class TestInputSetNVImpl
           
 class TestParamImpl
           
 class TestPrereqImpl
           
 class TestRunImpl
           
 class TestStatsImpl
           
 class WebAppNameTagValueImpl
          TagValueImpl for the special WEB_APP_NAME tag's auto-created values
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl with type parameters of type DiagBObj
<T extends DiagBObj>
void
DiagBObjListImpl.copy(DiagBObjList<T> pObjList)
           
static
<T extends DiagBObj>
void
DiagBObjListImpl.copyBObjList(DiagBObjList<T> src, DiagBObjList<T> dest)
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl with parameters of type DiagBObj
protected  void DiagBObjImpl.copyCommon(DiagBObj pObj)
           
 

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

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.dao.db with parameters of type DiagBObj
protected static void OADBBaseDAO.populateWhoColumns(DiagBObj pObj, java.sql.ResultSet pRs)
          Populates the common WHO columns for the given diagnostic business object from the given SQL Result set.
protected static void OADBBaseDAO.prepareWhoColumns(DiagBObj pObj)
          Prepares the WHO column values for the given business object by calling the appropriate APIs from the SessionInfoProvider interface.
protected static int OADBBaseDAO.setWhoColumnsForInsert(DiagBObj pObj, java.sql.PreparedStatement pStmt, int pStartIndex)
          Sets the WHO column values namely created_by, last_updated_by and last_update_login from the given business object into the given prepared statement.
protected static int OADBTestRunDAO.setWhoColumnsForInsert(DiagBObj pObj, java.sql.PreparedStatement pStmt, int pStartIndex)
           
protected static int OADBBaseDAO.setWhoColumnsForUpdate(DiagBObj pObj, java.sql.PreparedStatement pStmt, int pStartIndex)
          Sets the WHO column values namely last_updated_by and last_update_login from the given business object into the given prepared statement.
 


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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.