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

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine
Interface DiagBObj<T>

All Superinterfaces:
DiagConstants
All Known Subinterfaces:
Tag, TagValue, TagValuePrereq, TestDef, TestExec, TestInputSet, TestInputSetNV, TestMoniterable<T>, TestParam, TestPrereq, TestRun, TestStats
All Known Implementing Classes:
AppsMsgIdTagValueImpl, DiagBObjImpl, DiagJAXBXMLDoc, DiagJAXBXMLDocReport, TagImpl, TagValueImpl, TagValuePrereqImpl, TestDefImpl, TestExecImpl, TestInputSetImpl, TestInputSetNVImpl, TestParamImpl, TestPrereqImpl, TestRunImpl, TestStatsImpl, WebAppNameTagValueImpl

public interface DiagBObj<T>
extends DiagConstants

Base interface for all diagnostics framework related business objects.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/engine/DiagBObj.java /main/14 2008/07/31 11:32:54 cshare Exp $
Author:
ppradhan

Nested Class Summary
 
Nested classes/interfaces inherited from interface oracle.apps.fnd.appltest.diagfwk.common.DiagConstants
DiagConstants.ExecutionMode, DiagConstants.Format, DiagConstants.LinkType, DiagConstants.Status
 
Field Summary
 
Fields inherited from interface oracle.apps.fnd.appltest.diagfwk.common.DiagConstants
APPS_MSG_ID_TAG_NAME, CFG_ADR_PROVIDER_CLASS, CFG_CACHE_PROVIDER_CLASS, CFG_CRED_PROVIDER_CLASS, CFG_DAO_FACTORY_CLASS, CFG_DB_CONN_INFO_PROVIDER_CLASS, CFG_DB_CONN_PROVIDER_CLASS, CFG_NLS_PROVIDER_CLASS, CFG_PLSQL_PROVIDER_CLASS, CFG_PROFILE_PROVIDER_CLASS, CFG_SECURITY_PROVIDER_CLASS, CFG_SESSION_INFO_PROVIDER_CLASS, CFG_URL_PROVIDER_FACTORY_CLASS, CFG_WLS_MBEANSRV_CONNINFO_PROVIDER_CLASS, DATA_SECURITY_PERMISSION_ALLOWED, DATA_SECURITY_PERMISSION_NOT_ALLOWED, DELIM_URL, EXEC_MODE_CLI, EXEC_MODE_ESS, EXEC_MODE_INCIDENT, EXEC_MODE_JAVA, EXEC_MODE_UI, EXECUTABLE_TYPE_JAVA, EXECUTABLE_TYPE_PLSQL, EXECUTABLE_TYPE_TESTREF, FORMAT_HTML, FORMAT_XML, GUID_ORACLE_MINUS1, GUID_ORACLE_ZERO, INPUTS_STATUS_ALL_OPT_INPUTS, INPUTS_STATUS_NO_INPUTS, INPUTS_STATUS_REQ_INPUTS_NO_DEFAULTS, INPUTS_STATUS_REQ_INPUTS_W_DEFAULTS, IO_FLAG_I, IO_FLAG_O, JMX_API_BASE_OBJECT_NAME, LINK_EXTERNAL, LINK_INTERNAL, LINK_METALINK, N, NLS_BUNDLE_JAVA_RES, NLS_BUNDLE_MSG_SVC, NLS_BUNDLE_RES_REF, NLS_BUNDLE_XLIFF, NO, NULL, ODF_MBEAN_DOMAIN_NAME, PARAM_MON_INTERVAL, PLSQL_DEBUG_ENABLED_SYSTEM_PROP, PREREQ_TYPE_TAG_VALUE, PREREQ_TYPE_TEST, SECONDS_IN_ONE_DAY, SECONDS_IN_ONE_HOUR, STATUS_CANCELED, STATUS_EXECERROR, STATUS_FAILURE, STATUS_RUNNING, STATUS_SUCCESS, STATUS_WARNING, SYS_PROP_MAX_MONITOR_INTERNVAL, SYS_PROP_MAX_NUM_THREADS, SYSPROP_APPCONNFILE, SYSPROP_DIAG_CONFIG_FILE, TAG_TYPE_DIAG, TAG_TYPE_TAXONOMY, TEST_TYPE_DECL, TEST_TYPE_JAVA, USER_NAME, WEB_APP_NAME_TAG_NAME, Y, YES
 
Method Summary
 void copyT(java.lang.Object pObj)
          Copies the contents of the given object into this object
 java.lang.String getCreatedBy()
          Returns the created by user id
 java.util.Date getCreationDate()
          Returns the date when this object was created
 java.util.Date getLastUpdateDate()
          Returns the date when this object was last updated
 java.lang.String getLastUpdatedBy()
          Returns the guid for the user who last updated this object
 java.lang.String getLastUpdateLogin()
          Returns the login guid for the user who last updated this object
 boolean isCreatedByOracle()
          Checks to see if this object was created by Oracle
 void setCreatedBy(java.lang.String pCreatedBy)
          Sets the user guid for the user who created this object
 void setCreationDate(java.util.Date pCreationDate)
          Sets the date when this object was created
 void setLastUpdateDate(java.util.Date pLastUpdateDate)
          Sets the date when this object was last updated
 void setLastUpdatedBy(java.lang.String pLastUpdatedBy)
          Sets the user guid for the user who last updated this object
 void setLastUpdateLogin(java.lang.String pLastUpdateLogin)
          Sets the login guid for the user who last updated this object
 

Method Detail

getCreatedBy

java.lang.String getCreatedBy()
Returns the created by user id

Returns:
the user guid for the user who created this entity

getLastUpdateDate

java.util.Date getLastUpdateDate()
Returns the date when this object was last updated

Returns:
the data when this object was last updated

getLastUpdatedBy

java.lang.String getLastUpdatedBy()
Returns the guid for the user who last updated this object

Returns:
the guid for the user who last updated this object

getLastUpdateLogin

java.lang.String getLastUpdateLogin()
Returns the login guid for the user who last updated this object

Returns:
the login guid for the user who last updated this object

getCreationDate

java.util.Date getCreationDate()
Returns the date when this object was created

Returns:
the date when this object was created.

setCreatedBy

void setCreatedBy(java.lang.String pCreatedBy)
Sets the user guid for the user who created this object

Parameters:
pCreatedBy - user guid for the user who created this object

setLastUpdateDate

void setLastUpdateDate(java.util.Date pLastUpdateDate)
Sets the date when this object was last updated

Parameters:
pLastUpdateDate - the date when this object was last updated

setLastUpdatedBy

void setLastUpdatedBy(java.lang.String pLastUpdatedBy)
Sets the user guid for the user who last updated this object

Parameters:
pLastUpdatedBy - the user guid for the user who last updated this object

setLastUpdateLogin

void setLastUpdateLogin(java.lang.String pLastUpdateLogin)
Sets the login guid for the user who last updated this object

Parameters:
pLastUpdateLogin - the login guid for the user who last updated this object

setCreationDate

void setCreationDate(java.util.Date pCreationDate)
Sets the date when this object was created

Parameters:
pCreationDate - the date when this object was created

copyT

void copyT(java.lang.Object pObj)
Copies the contents of the given object into this object

Parameters:
pObj - the contents of the given object into this object

isCreatedByOracle

boolean isCreatedByOracle()
Checks to see if this object was created by Oracle

Returns:
true if object was created by Oracle. returns false otherwise.

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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.