Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01

A B C D E F G H I J K L M N O P Q R S T U V W X Z _


D

DATABASE - Static variable in class oracle.jbo.common.PropertyGroup
 
DATABASE_ATTR - Static variable in class oracle.jbo.mom.xml.JTXMLTags
 
DATAROW_CREATE - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_CURRENT_ROW - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_CURRENT_ROW_AT_RANGE_INDEX - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_DELETE - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_DELETE_FROM_CLI - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_DELETE_REINIT_ROW - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_FROM_RANGE_REFRESHED - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_FROM_RANGE_SCROLLED - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_INSERT - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_LOCK - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_REFRESH - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_REMOVE_AND_RETAIN - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_REMOVE_FROM_COLLECTION - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_REVERT_DELETE - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_REVERT_UPDATE - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_ROW - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_UPDATE - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATAROW_VALIDATE - Static variable in class oracle.jbo.common.SvcMsgDataRow
 
DATASOURCE_PARAM - Static variable in class oracle.jbo.html.jsp.datatags.DataComponentTag
 
DATA_CONTROL_USAGES - Static variable in class oracle.jbo.uicli.mom.JUTags
 
DATA_ROWKEYTAG - Static variable in class oracle.jbo.server.ViewObjectImpl
 
DATE - Static variable in class oracle.jbo.common.JboTypeMap
 
DATE - Static variable in class oracle.jbo.rules.Variant
 
DATE_FORMATTER - Static variable in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
DATE_FORMATTER - Static variable in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
 
DATE_HISTORY - Static variable in class oracle.jbo.mom.xml.JTXMLTags
 
DB2 - Static variable in interface oracle.jbo.common.PropertyConstants
 
DB2PersistManager - class oracle.jbo.pcoll.pmgr.DB2PersistManager.
 
DB2PersistManager() - Constructor for class oracle.jbo.pcoll.pmgr.DB2PersistManager
 
DB2SQLBuilderImpl - class oracle.jbo.server.DB2SQLBuilderImpl.
DB2 specific implementation of the SQLBuilder interface.
DB2SQLBuilderImpl() - Constructor for class oracle.jbo.server.DB2SQLBuilderImpl
 
DBOBJ_TYPE_OBJTAB - Static variable in class oracle.jbo.server.EntityDefImpl
 
DBOBJ_TYPE_OBJTYP - Static variable in class oracle.jbo.server.EntityDefImpl
 
DBOBJ_TYPE_TABLE - Static variable in class oracle.jbo.server.EntityDefImpl
 
DBOBJ_TYPE_VIEW - Static variable in class oracle.jbo.server.EntityDefImpl
 
DBSequence - class oracle.jbo.domain.DBSequence.
A lightweight, tier-independent wrapper that allows working with attributes that should get their number values from database sequence on insert of a new row.
DBSequence - class oracle.jbo.domain.DBSequence.
A lightweight, tier-independent wrapper that allows working with attributes that should get their number values from database sequence on insert of a new row.
DBSequence() - Constructor for class oracle.jbo.domain.DBSequence
Internal: Applications should not use this constructor.
DBSequence(BigInteger) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(BigDecimal) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(Long) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(Integer) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(Number) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(DBSequence) - Constructor for class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
DBSequence(String) - Constructor for class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
DBSequence(String, ApplicationModule) - Constructor for class oracle.jbo.domain.DBSequence
Uses the given sequence name to get a Sequence value that is stored for the value of this DBSequence instance
DBSequence() - Constructor for class oracle.jbo.domain.DBSequence
Internal: Applications should not use this constructor.
DBSequence(BigInteger) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(BigDecimal) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(Long) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(Integer) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(Number) - Constructor for class oracle.jbo.domain.DBSequence
Create an instance of DBSequence with the given number as it's value.
DBSequence(DBSequence) - Constructor for class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
DBSequence(String) - Constructor for class oracle.jbo.domain.DBSequence
Internal: Applications should not invoke this method.
DBSequence(String, ApplicationModule) - Constructor for class oracle.jbo.domain.DBSequence
Uses the given sequence name to get a Sequence value that is stored for the value of this DBSequence instance
DBTransaction - interface oracle.jbo.server.DBTransaction.
Interface representing the server side of database connections and transactions.
DBTransactionImpl - class oracle.jbo.server.DBTransactionImpl.
The superclass of classes representing connections of middle-tier objects to databases.
DBTransactionImpl(DataSource) - Constructor for class oracle.jbo.server.DBTransactionImpl
 
DBTransactionImpl(DataSource, String, String) - Constructor for class oracle.jbo.server.DBTransactionImpl
 
DBTransactionImpl(Connection) - Constructor for class oracle.jbo.server.DBTransactionImpl
Creates an instance from an existing JDBC connection.
DBTransactionImpl(String) - Constructor for class oracle.jbo.server.DBTransactionImpl
Deprecated. Since 9.0.3. This constructor is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create(), migrates from disconnected to connected state.
DBTransactionImpl(String, Properties) - Constructor for class oracle.jbo.server.DBTransactionImpl
Deprecated. Since 9.0.3. This constructor is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create(), migrates from disconnected to connected state.
DBTransactionImpl(String, String, String) - Constructor for class oracle.jbo.server.DBTransactionImpl
Deprecated. Since 9.0.3. This constructor is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create(), migrates from disconnected to connected state.
DBTransactionImpl(String, String, String, Properties) - Constructor for class oracle.jbo.server.DBTransactionImpl
Deprecated. Since 9.0.3. This constructor is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create(), migrates from disconnected to connected state.
DBTransactionImpl2 - class oracle.jbo.server.DBTransactionImpl2.
Implementation of DBTransaction interface for representing both "connected" and "not connected" state.
DBTransactionImpl2() - Constructor for class oracle.jbo.server.DBTransactionImpl2
 
DB_CONNECTION_PROPERTY - Static variable in class oracle.jbo.client.Configuration
 
DB_CONNECT_STRING_PROPERTY - Static variable in class oracle.jbo.client.Configuration
 
DB_CONNECT_STRING_PROPERTY - Static variable in interface oracle.jbo.common.ampool.ConnectionStrategy
Deprecated. use Configuration.DB_CONNECT_STRING_PROPERTY instead. Since 9.0.4.
DB_DATASOURCE_PASSWD_PROPERTY - Static variable in class oracle.jbo.client.Configuration
Deprecated.  
DB_DATASOURCE_PROPERTY - Static variable in class oracle.jbo.client.Configuration
 
DB_DATASOURCE_USERNAME_PROPERTY - Static variable in class oracle.jbo.client.Configuration
Deprecated.  
DB_PASSWORD_PROPERTY - Static variable in class oracle.jbo.client.Configuration
 
DB_PASSWORD_PROPERTY - Static variable in interface oracle.jbo.common.ampool.ConnectionStrategy
Deprecated. use Configuration.DB_PASSWORD_PROPERTY instead. Since 9.0.4.
DB_USERNAME_PROPERTY - Static variable in class oracle.jbo.client.Configuration
 
DB_USERNAME_PROPERTY - Static variable in interface oracle.jbo.common.ampool.ConnectionStrategy
Deprecated. use Configuration.DB_USERNAME_PROPERTY instead. Since 9.0.4.
DCX_EXTENSION - Static variable in class oracle.jbo.common.JboNameUtil
 
DC_USAGE - Static variable in class oracle.jbo.uicli.mom.JUTags
 
DEBUG - Static variable in class oracle.jbo.server.Debug
 
DEFAULT - Static variable in class oracle.jbo.common.JboTypeMap
 
DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
DEFAULT - Static variable in interface oracle.jbo.server.DBTransaction
interface constant to inicate that row prefetch should be left as driver default
DEFAULT - Static variable in class oracle.jbo.uicli.jui.JUTableDef
 
DEFAULT_ACTIVATE_FLAGS - Static variable in class oracle.jbo.server.Serializer
 
DEFAULT_APPLICATION_NAME - Static variable in class oracle.jbo.common.JboEnvUtil
 
DEFAULT_BINDING - Static variable in interface oracle.jbo.uicli.migration.MigUtil
 
DEFAULT_CONFIG_FILE - Static variable in class oracle.jbo.client.Configuration
 
DEFAULT_CONFIG_FILENAME - Static variable in class oracle.jbo.client.Configuration
 
DEFAULT_CONFIG_FILE_EXT - Static variable in class oracle.jbo.client.Configuration
default name for the configuration file, created by the Wizards.
DEFAULT_CONNECTION_MODE - Static variable in class oracle.jbo.common.JboEnvUtil
 
DEFAULT_CONTROL_TABLE_NAME - Static variable in interface oracle.jbo.common.PropertyConstants
 
DEFAULT_DBTIME_QUERY - Static variable in interface oracle.jbo.common.PropertyConstants
 
DEFAULT_DEF_FULL_NAME - Static variable in interface oracle.jbo.ApplicationModule
The name of the default application module definition (one that represents oracle.jbo.server.ApplicationModuleDefImpl).
DEFAULT_DEF_NAME - Static variable in class oracle.jbo.server.ApplicationModuleImpl
Default Def name for Application Module.
DEFAULT_FORMATTER - Static variable in class oracle.jbo.uicli.jui.JUFormatEditorPropDef
 
DEFAULT_FORMATTER - Static variable in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
 
DEFAULT_HANDLER - Static variable in class oracle.jbo.uicli.binding.JUCtrlValueDef
 
DEFAULT_MAX_ACTIVE_NODES - Static variable in interface oracle.jbo.common.PropertyConstants
 
DEFAULT_MAX_ROWS_PER_NODE - Static variable in interface oracle.jbo.common.PropertyConstants
 
DEFAULT_ORACLE_SID - Static variable in class oracle.jbo.common.JboEnvUtil
 
DEFAULT_PASSIVATE_FLAGS - Static variable in class oracle.jbo.server.Serializer
 
DEFAULT_RANGE_SIZE - Static variable in interface oracle.jbo.html.DataSource
Default size of the range use by the DataWebBean when the ViewObject range is 1.
DEFAULT_ROOT_APP_MOD_NAME - Static variable in interface oracle.jbo.ApplicationModule
The default name of root application module.
DEFAULT_SCALE - Static variable in class oracle.jbo.rules.JboPrecisionScaleValidator
 
DEFAULT_SCALE - Static variable in class oracle.jbo.server.JboPrecisionScaleValidator
 
DEFAULT_SQL92_LOCKTRAILER - Static variable in interface oracle.jbo.common.PropertyConstants
 
DEFAULT_TXN_SEQ_INC - Static variable in interface oracle.jbo.common.PropertyConstants
 
DEFAULT_TXN_SEQ_NAME - Static variable in interface oracle.jbo.common.PropertyConstants
 
DEFAULT_TXN_TABLE_NAME - Static variable in interface oracle.jbo.common.PropertyConstants
 
DEFAULT_USE_CLIENT_SERVICE - Static variable in class oracle.jbo.common.JboEnvUtil
 
DEFAULT_VALUE - Static variable in class oracle.jbo.mom.Tags
 
DEFAULT_XML_CONTEXT - Static variable in interface oracle.jbo.mom.xml.XMLContext
 
DELETE - Static variable in class oracle.jbo.jbotester.NavBar
 
DEPLOY_PLATFORM - Static variable in interface oracle.jbo.JboContext
Platform to which an Application Module is deployed.
DEPLOY_PLATFORM - Static variable in class oracle.jbo.common.PropertyMetadata
 
DEPRECATED - Static variable in class oracle.jbo.common.PropertyGroup
 
DESIGNTIME_PROPERTY - Static variable in class oracle.jbo.uicli.jui.JUIUtil
 
DHTMLAddRow - class oracle.jdeveloper.html.DHTMLAddRow.
 
DHTMLAddRow(String, DHTMLElement) - Constructor for class oracle.jdeveloper.html.DHTMLAddRow
 
DHTMLArray - class oracle.jdeveloper.html.DHTMLArray.
 
DHTMLArray() - Constructor for class oracle.jdeveloper.html.DHTMLArray
 
DHTMLArray(String) - Constructor for class oracle.jdeveloper.html.DHTMLArray
 
DHTMLButton - class oracle.jdeveloper.html.DHTMLButton.
 
DHTMLButton() - Constructor for class oracle.jdeveloper.html.DHTMLButton
 
DHTMLButton(String) - Constructor for class oracle.jdeveloper.html.DHTMLButton
 
DHTMLButtonBar - class oracle.jdeveloper.html.DHTMLButtonBar.
 
DHTMLButtonBar() - Constructor for class oracle.jdeveloper.html.DHTMLButtonBar
 
DHTMLButtonBar(String) - Constructor for class oracle.jdeveloper.html.DHTMLButtonBar
 
DHTMLButtonElement - class oracle.jdeveloper.html.DHTMLButtonElement.
 
DHTMLButtonElement() - Constructor for class oracle.jdeveloper.html.DHTMLButtonElement
 
DHTMLButtonElement(String) - Constructor for class oracle.jdeveloper.html.DHTMLButtonElement
 
DHTMLData - class oracle.jdeveloper.html.DHTMLData.
 
DHTMLData() - Constructor for class oracle.jdeveloper.html.DHTMLData
 
DHTMLData(String, String, String) - Constructor for class oracle.jdeveloper.html.DHTMLData
 
DHTMLDispArray - class oracle.jdeveloper.html.DHTMLDispArray.
 
DHTMLDispArray() - Constructor for class oracle.jdeveloper.html.DHTMLDispArray
 
DHTMLDispArray(String) - Constructor for class oracle.jdeveloper.html.DHTMLDispArray
 
DHTMLElement - class oracle.jdeveloper.html.DHTMLElement.
A class representing the base root class used by all HTML generation classes.
DHTMLElement() - Constructor for class oracle.jdeveloper.html.DHTMLElement
 
DHTMLElementContainer - class oracle.jdeveloper.html.DHTMLElementContainer.
This class serves as a container for HTML elements.
DHTMLElementContainer() - Constructor for class oracle.jdeveloper.html.DHTMLElementContainer
 
DHTMLNoTabControl - class oracle.jdeveloper.html.DHTMLNoTabControl.
 
DHTMLNoTabControl() - Constructor for class oracle.jdeveloper.html.DHTMLNoTabControl
 
DHTMLNoTabControl(String) - Constructor for class oracle.jdeveloper.html.DHTMLNoTabControl
 
DHTMLRow - class oracle.jdeveloper.html.DHTMLRow.
 
DHTMLRow() - Constructor for class oracle.jdeveloper.html.DHTMLRow
 
DHTMLTab - class oracle.jdeveloper.html.DHTMLTab.
 
DHTMLTab() - Constructor for class oracle.jdeveloper.html.DHTMLTab
 
DHTMLTab(String) - Constructor for class oracle.jdeveloper.html.DHTMLTab
 
DHTMLTabControl - class oracle.jdeveloper.html.DHTMLTabControl.
 
DHTMLTabControl() - Constructor for class oracle.jdeveloper.html.DHTMLTabControl
 
DHTMLTabControl(String) - Constructor for class oracle.jdeveloper.html.DHTMLTabControl
 
DHTMLTable - class oracle.jdeveloper.html.DHTMLTable.
 
DHTMLTable() - Constructor for class oracle.jdeveloper.html.DHTMLTable
 
DHTMLTable(String) - Constructor for class oracle.jdeveloper.html.DHTMLTable
 
DHTMLToolBar - class oracle.jdeveloper.html.DHTMLToolBar.
 
DHTMLToolBar() - Constructor for class oracle.jdeveloper.html.DHTMLToolBar
 
DHTMLToolBar(String) - Constructor for class oracle.jdeveloper.html.DHTMLToolBar
 
DHTMLTree - class oracle.jdeveloper.html.DHTMLTree.
 
DHTMLTree() - Constructor for class oracle.jdeveloper.html.DHTMLTree
 
DHTMLTree(String) - Constructor for class oracle.jdeveloper.html.DHTMLTree
 
DH_CONTROL_TYPE - Static variable in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
DH_DISPLAY_HEIGHT - Static variable in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
DH_DISPLAY_HINT - Static variable in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
DH_DISPLAY_WIDTH - Static variable in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
DH_FORMAT - Static variable in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
DH_LABEL - Static variable in class oracle.jbo.uicli.binding.JUCtrlListBinding
Constants to access elements in the map returned in getDisplayHints()
DH_TOOLTIP - Static variable in class oracle.jbo.uicli.binding.JUCtrlListBinding
 
DIAGNOSTIC - Static variable in class oracle.jbo.common.Owner
 
DIAGNOSTIC - Static variable in class oracle.jbo.common.PropertyGroup
 
DIAGNOSTIC_DOT_PROPERTIES - Static variable in class oracle.jbo.common.DiagnosticFactory
 
DIAGNOSTIC_PROPERTIES_RESOURCE - Static variable in class oracle.jbo.common.PropertyManager
 
DISCONNECT - Static variable in class oracle.jbo.jbotester.NavBar
 
DISPLAYRENDERER_PARAM - Static variable in class oracle.jbo.html.jsp.datatags.ShowDefinitionTag
 
DISP_RENDERER_KEY - Static variable in class oracle.jbo.html.HtmlServices
The field type value for Display renderer
DISP_RENDERER_KEY - Static variable in class oracle.jbo.http.ORDRegisterer
The field type value for Display renderer
DMLConstraintException - exception oracle.jbo.DMLConstraintException.
Indicates a failure to post data to a database.
DMLConstraintException(Object[], Exception) - Constructor for class oracle.jbo.DMLConstraintException
 
DMLException - exception oracle.jbo.DMLException.
Indicates a failure to post data to a database.
DMLException(int, Row, int, String, Exception) - Constructor for class oracle.jbo.DMLException
Creates an exception to be localized using CSMessageBundle and error code EXC_DML_POST_ENTITY.
DMLException(int, String, Exception) - Constructor for class oracle.jbo.DMLException
 
DMLException(Class, Row, int, String, Object[], Exception) - Constructor for class oracle.jbo.DMLException
 
DMLException(Class, String, Object[], Exception) - Constructor for class oracle.jbo.DMLException
 
DML_COMMIT - Static variable in class oracle.jbo.DMLException
 
DML_DELETE - Static variable in class oracle.jbo.DMLException
 
DML_DELETE - Static variable in class oracle.jbo.server.EntityImpl
Identifies that a Delete operation is to be performed in the doDML() method.
DML_DELETE - Static variable in interface oracle.jbo.server.SQLBuilder
Constant used to specify the DML mode to be DELETE.
DML_INSERT - Static variable in class oracle.jbo.DMLException
 
DML_INSERT - Static variable in class oracle.jbo.server.EntityImpl
Identifies that an Insert operation is to be performed in the doDML() method.
DML_INSERT - Static variable in interface oracle.jbo.server.SQLBuilder
Constant used to specify the DML mode to be INSERT.
DML_OPERATION_TIMEOUT_WAIT_FOREVER - Static variable in interface oracle.jbo.Transaction
Specifies that the Entity Object DML operation does not time out when executing the statement.
DML_RELEASE_SAVEPOINT - Static variable in class oracle.jbo.DMLException
 
DML_ROLLBACK - Static variable in class oracle.jbo.DMLException
 
DML_ROLLBACK_TO_SAVEPOINT - Static variable in class oracle.jbo.DMLException
 
DML_SAVEPOINT - Static variable in class oracle.jbo.DMLException
 
DML_UPDATE - Static variable in class oracle.jbo.DMLException
 
DML_UPDATE - Static variable in class oracle.jbo.server.EntityImpl
Identifies that an Update operation is to be performed in the doDML() method.
DML_UPDATE - Static variable in interface oracle.jbo.server.SQLBuilder
Constant used to specify the DML mode to be UPDATE.
DOCLICK - Static variable in interface oracle.jbo.uicli.migration.MigUtil
 
DOMAIN - Static variable in class oracle.jbo.mom.xml.JTXMLTags
 
DOMAIN_ATTR - Static variable in class oracle.jbo.mom.xml.JTXMLTags
 
DOMAIN_BIND_SQL_DATE - Static variable in interface oracle.jbo.common.PropertyConstants
 
DOMAIN_BIND_SQL_DATE - Static variable in class oracle.jbo.common.PropertyMetadata
 
DOMAIN_DATE_SUPPRESS_ZERO - Static variable in interface oracle.jbo.common.PropertyConstants
 
DOMAIN_DATE_SUPPRESS_ZERO - Static variable in class oracle.jbo.common.PropertyMetadata
 
DOMSerializer - class oracle.jbo.server.DOMSerializer.
 
DOMSerializer(ApplicationModuleImpl) - Constructor for class oracle.jbo.server.DOMSerializer
 
DOUBLE - Static variable in class oracle.jbo.rules.Variant
 
DO_CONNECTION_POOLING_DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
DO_FAILOVER_DEFAULT - Static variable in interface oracle.jbo.common.PropertyConstants
 
DTAttrsHolder - class oracle.jbo.mom.xml.DTAttrsHolder.
NAME DTAttrsHolder.java - DESCRIPTION NOTES VERSION MODIFIED (MM/DD/YY)
DTAttrsHolder() - Constructor for class oracle.jbo.mom.xml.DTAttrsHolder
 
DTDVersion - class oracle.jbo.mom.xml.DTDVersion.
NAME DTDVersion.java - DESCRIPTION DTDVersion contains the methods to get Latest XML Version NOTES
DTDVersion() - Constructor for class oracle.jbo.mom.xml.DTDVersion
 
DT_COMMONDEPLOYMENTPROFILE - Static variable in class oracle.jbo.client.Configuration
 
DT_DEPLOYMENTPROFILE - Static variable in class oracle.jbo.client.Configuration
name of the designtime deployment profile that created the configuration Currently only supported on ejb.
DT_MIDDLETIERDEPLOYMENTPROFILE - Static variable in class oracle.jbo.client.Configuration
 
DYNAMIC_PACKAGE_NAME - Static variable in class oracle.jbo.common.PropertyMetadata
 
DYNAMIC_PKG_NAME - Static variable in interface oracle.jbo.common.PropertyConstants
 
DataBinder - interface oracle.jbo.html.jsp.datatags.DataBinder.
 
DataCollector - interface oracle.jbo.common.DataCollector.
 
DataComponentTag - class oracle.jbo.html.jsp.datatags.DataComponentTag.
 
DataComponentTag() - Constructor for class oracle.jbo.html.jsp.datatags.DataComponentTag
 
DataControl - interface oracle.binding.DataControl.
An interface through which the Data Binding Facility interacts with a Service.
DataControl - Static variable in class oracle.jbo.uicli.mom.JUTags
 
DataControlConfigs - Static variable in class oracle.jbo.uicli.mom.JUTags
 
DataControlDefinition - interface oracle.binding.meta.DataControlDefinition.
Interface for holding metadata for a DataControl.
DataCreationException - exception oracle.jbo.domain.DataCreationException.
Indicates that a Domain object could not be created.
DataCreationException(String, Object, Exception) - Constructor for class oracle.jbo.domain.DataCreationException
 
DataCreationException(String, String, Exception) - Constructor for class oracle.jbo.domain.DataCreationException
 
DataCreationException(String, Exception) - Constructor for class oracle.jbo.domain.DataCreationException
 
DataCreationException(Class, String, Object[], Exception) - Constructor for class oracle.jbo.domain.DataCreationException
 
DataDocument - class oracle.jbo.common.DataDocument.
 
DataDocument(String) - Constructor for class oracle.jbo.common.DataDocument
 
DataDocumentWriter - interface oracle.jbo.common.DataDocumentWriter.
 
DataGridTag - class oracle.jbo.html.jsp.datatags.DataGridTag.
 
DataGridTag() - Constructor for class oracle.jbo.html.jsp.datatags.DataGridTag
 
DataHandlerTag - class oracle.jbo.html.jsp.datatags.DataHandlerTag.
 
DataHandlerTag() - Constructor for class oracle.jbo.html.jsp.datatags.DataHandlerTag
 
DataRow - interface oracle.svcmsg.DataRow.
This interface is used to marshal row content between client and middle tier.
DataScroller - class oracle.jbo.html.jsp.datatags.DataScroller.
 
DataScroller() - Constructor for class oracle.jbo.html.jsp.datatags.DataScroller
 
DataSource - interface oracle.jbo.html.DataSource.
The DataSource interface is a data provider abstraction used by DataWebBean and DataTags.
DataSourceBoundValue - class oracle.jbo.html.jsp.blaf.DataSourceBoundValue.
 
DataSourceBoundValue(PageContext, String, String) - Constructor for class oracle.jbo.html.jsp.blaf.DataSourceBoundValue
 
DataSourceImpl - class oracle.jbo.html.DataSourceImpl.
 
DataSourceImpl(String) - Constructor for class oracle.jbo.html.DataSourceImpl
 
DataSourceImpl(HttpServletRequest, String) - Constructor for class oracle.jbo.html.DataSourceImpl
 
DataSourceRefTEI - class oracle.jbo.html.jsp.datatags.DataSourceRefTEI.
 
DataSourceRefTEI() - Constructor for class oracle.jbo.html.jsp.datatags.DataSourceRefTEI
Constructor
DataSourceRefTag - class oracle.jbo.html.jsp.datatags.DataSourceRefTag.
 
DataSourceRefTag() - Constructor for class oracle.jbo.html.jsp.datatags.DataSourceRefTag
 
DataSourceTEI - class oracle.jbo.html.jsp.datatags.DataSourceTEI.
 
DataSourceTEI() - Constructor for class oracle.jbo.html.jsp.datatags.DataSourceTEI
Constructor
DataSourceTag - class oracle.jbo.html.jsp.datatags.DataSourceTag.
 
DataSourceTag() - Constructor for class oracle.jbo.html.jsp.datatags.DataSourceTag
 
DataTagBase - class oracle.jbo.html.jsp.datatags.DataTagBase.
 
DataTagBase() - Constructor for class oracle.jbo.html.jsp.datatags.DataTagBase
 
DataTransactionTag - class oracle.jbo.html.jsp.datatags.DataTransactionTag.
 
DataTransactionTag() - Constructor for class oracle.jbo.html.jsp.datatags.DataTransactionTag
 
DataWebBean - interface oracle.jbo.html.DataWebBean.
Defines the base methods for a Data Web Bean.
DataWebBean - interface oracle.jdeveloper.html.DataWebBean.
Defines the base methods for a Data Web Bean.
DataWebBeanImpl - class oracle.jbo.html.DataWebBeanImpl.
Implements the base methods for a Data Web Bean.
DataWebBeanImpl() - Constructor for class oracle.jbo.html.DataWebBeanImpl
 
DataWebBeanImpl - class oracle.jdeveloper.html.DataWebBeanImpl.
Implements the base methods for a Data Web Bean.
DataWebBeanImpl() - Constructor for class oracle.jdeveloper.html.DataWebBeanImpl
 
DataWebBeanTEI - class oracle.jbo.html.jsp.datatags.DataWebBeanTEI.
 
DataWebBeanTEI() - Constructor for class oracle.jbo.html.jsp.datatags.DataWebBeanTEI
Constructor
DataWebBeanTag - class oracle.jbo.html.jsp.datatags.DataWebBeanTag.
 
DataWebBeanTag() - Constructor for class oracle.jbo.html.jsp.datatags.DataWebBeanTag
 
DatabaseTransactionFactory - class oracle.jbo.server.DatabaseTransactionFactory.
The factory for creating DBTransaction instances.
DatabaseTransactionFactory() - Constructor for class oracle.jbo.server.DatabaseTransactionFactory
 
Date - class oracle.jbo.domain.Date.
This class extends oracle.sql.DATE, Oracle's Java representation of the DATE database type.
Date - class oracle.jbo.domain.Date.
This class extends oracle.sql.DATE, Oracle's Java representation of the DATE database type.
Date() - Constructor for class oracle.jbo.domain.Date
Creates a default Date Domain object.
Date(byte[]) - Constructor for class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
Date(DATE) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from an Oracle SQL DATE.
Date(Date) - Constructor for class oracle.jbo.domain.Date
Creates a Date identical to an existing Date.
Date(Date) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Date.
Date(Time) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Time object.
Date(Timestamp) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Timestamp object.
Date(Object) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Object.
Date(String) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a Java String.
Date() - Constructor for class oracle.jbo.domain.Date
Creates a default Date Domain object.
Date(byte[]) - Constructor for class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
Date(DATE) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from an Oracle SQL DATE.
Date(Date) - Constructor for class oracle.jbo.domain.Date
Creates a Date identical to an existing Date.
Date(Date) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Date.
Date(Time) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Time object.
Date(Timestamp) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Timestamp object.
Date(Object) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Object.
Date(String) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a Java String.
DateDomain - class oracle.jbo.domain.DateDomain.
Deprecated. This class has been superceeded by Date.

An encapsulation of Oracle SQL DATE objects as immutable Domain objects.

DateDomain() - Constructor for class oracle.jbo.domain.DateDomain
Deprecated.  
DateDomain(Date) - Constructor for class oracle.jbo.domain.DateDomain
Deprecated.  
DateDomain(Timestamp) - Constructor for class oracle.jbo.domain.DateDomain
Deprecated.  
DateDomain(String) - Constructor for class oracle.jbo.domain.DateDomain
Deprecated.  
DateField - class oracle.jdeveloper.html.DateField.
Represents a date field render.
DateField() - Constructor for class oracle.jdeveloper.html.DateField
 
DateFieldContext - interface oracle.jdeveloper.html.DateFieldContext.
 
DateType_S - Static variable in class oracle.jbo.rules.Variant
 
DatumFactory - interface oracle.jbo.domain.DatumFactory.
 
DeadEntityAccessException - exception oracle.jbo.DeadEntityAccessException.
Indicates that a requested object could not be found.
DeadEntityAccessException(String, Key) - Constructor for class oracle.jbo.DeadEntityAccessException
Creates an exception to be localized using CSMessageBundle and error code EXC_DEAD_ENTITY_ACCESS.
DeadViewRowAccessException - exception oracle.jbo.DeadViewRowAccessException.
Indicates that a requested object could not be found.
DeadViewRowAccessException() - Constructor for class oracle.jbo.DeadViewRowAccessException
Deprecated. Deprecated since 9.0.2. Instead, use DeadViewRowAccessException(Object).
DeadViewRowAccessException(Object) - Constructor for class oracle.jbo.DeadViewRowAccessException
 
Debug - exception oracle.jbo.server.Debug.
Internal: Applications should not use this class.
DebugDiagnostic - class oracle.jbo.common.DebugDiagnostic.
Provides tracing and logging methods for use during application development.
DefClass - Static variable in class oracle.jbo.uicli.mom.JUTags
 
DefDocument - interface oracle.jbo.mom.xml.DefDocument.
Encapsulates the behavior of a document that is to be placed in the MOM cache.
DefDocumentImpl - class oracle.jbo.mom.xml.DefDocumentImpl.
A document created by a DefXMLParser.
DefDocumentImpl() - Constructor for class oracle.jbo.mom.xml.DefDocumentImpl
Constructor.
DefDocumentImplMDS - class oracle.jbo.mom.xml.DefDocumentImplMDS.
A document created by MDS.
DefDocumentImplMDS(MetadataObject) - Constructor for class oracle.jbo.mom.xml.DefDocumentImplMDS
Constructor.
DefElement - interface oracle.jbo.mom.xml.DefElement.
This interface represents an element in a read-only representation (e.g.
DefElementImpl - class oracle.jbo.mom.xml.DefElementImpl.
This class extends the JBO implementation of the XMLElement class.
DefElementImpl(String) - Constructor for class oracle.jbo.mom.xml.DefElementImpl
 
DefLocaleContext - class oracle.jbo.common.DefLocaleContext.
 
DefLocaleContext(Locale) - Constructor for class oracle.jbo.common.DefLocaleContext
Constructor
DefLocaleContext() - Constructor for class oracle.jbo.common.DefLocaleContext
 
DefNode - interface oracle.jbo.mom.xml.DefNode.
This interface represents a node in a read-only representation (e.g.
DefPersistable - interface oracle.jbo.mom.xml.DefPersistable.
NAME DefPersistable .java - DESCRIPTION NOTES VERSION MODIFIED (MM/DD/YY) draju 02/20/98 - Created the interface.
DefPersistenceException - exception oracle.jbo.mom.xml.DefPersistenceException.
NAME DefPersistenceException .java - DESCRIPTION NOTES VERSION MODIFIED (MM/DD/YY) draju 02/20/98 - Created the class.
DefPersistenceException(Class, String, Object[]) - Constructor for class oracle.jbo.mom.xml.DefPersistenceException
 
DefPersistenceException(Exception) - Constructor for class oracle.jbo.mom.xml.DefPersistenceException
 
DefPersistenceException(String) - Constructor for class oracle.jbo.mom.xml.DefPersistenceException
 
DefPersistenceException() - Constructor for class oracle.jbo.mom.xml.DefPersistenceException
 
DefWriter - interface oracle.jbo.mom.xml.DefWriter.
NAME DefWriter.java - DESCRIPTION NOTES VERSION MODIFIED (MM/DD/YY) draju 03/04/98 - Created the initial interface.
DefXMLParser - class oracle.jbo.mom.xml.DefXMLParser.
NAME DefXMLParser.java - DESCRIPTION DefXMLParser has utility functions to Parse and read an XML file.
DefXMLParser(DefinitionManager) - Constructor for class oracle.jbo.mom.xml.DefXMLParser
Constructor
DefaultAppModuleSessionBeanImpl - class oracle.jbo.server.ejb.DefaultAppModuleSessionBeanImpl.
 
DefaultAppModuleSessionBeanImpl() - Constructor for class oracle.jbo.server.ejb.DefaultAppModuleSessionBeanImpl
 
DefaultConnectionStrategy - class oracle.jbo.common.ampool.DefaultConnectionStrategy.
A default strategy class for application module creation and connection.
DefaultConnectionStrategy() - Constructor for class oracle.jbo.common.ampool.DefaultConnectionStrategy
 
DefaultCurrencyFormatter - class oracle.jbo.format.DefaultCurrencyFormatter.
Formatter class which understands how to format currency values.
DefaultCurrencyFormatter() - Constructor for class oracle.jbo.format.DefaultCurrencyFormatter
Constructor
DefaultDateFormatter - class oracle.jbo.format.DefaultDateFormatter.
Formatter class used to format date values.
DefaultDateFormatter() - Constructor for class oracle.jbo.format.DefaultDateFormatter
Constructor
DefaultDefinitionContext - class oracle.binding.meta.DefaultDefinitionContext.
The DefaultDefinitionContext class can be used for storing and lookup of control bindings and datacontrols metadata.
DefaultDefinitionContext() - Constructor for class oracle.binding.meta.DefaultDefinitionContext
Default Constructor.
DefaultJTATxnHandlerImpl - class oracle.jbo.server.DefaultJTATxnHandlerImpl.
 
DefaultJTATxnHandlerImpl() - Constructor for class oracle.jbo.server.DefaultJTATxnHandlerImpl
 
DefaultMessageFormatter - class oracle.jbo.format.DefaultMessageFormatter.
A generic formatter class.
DefaultMessageFormatter() - Constructor for class oracle.jbo.format.DefaultMessageFormatter
Constructor
DefaultMomContextFactory - class oracle.jbo.mom.xml.DefaultMomContextFactory.
 
DefaultMomContextFactory() - Constructor for class oracle.jbo.mom.xml.DefaultMomContextFactory
 
DefaultNumberFormatter - class oracle.jbo.format.DefaultNumberFormatter.
Helper class used to format Decimal numbers.
DefaultNumberFormatter() - Constructor for class oracle.jbo.format.DefaultNumberFormatter
Constructor
DefaultPercentageFormatter - class oracle.jbo.format.DefaultPercentageFormatter.
Helper class used to format percentage values
DefaultPercentageFormatter() - Constructor for class oracle.jbo.format.DefaultPercentageFormatter
Constructor
DefaultSessionCookieFactory - class oracle.jbo.common.ampool.DefaultSessionCookieFactory.
Factory for SessionCookieImpl instances.
DefaultSessionCookieFactory() - Constructor for class oracle.jbo.common.ampool.DefaultSessionCookieFactory
 
DefaultTxnHandlerFactoryImpl - class oracle.jbo.server.DefaultTxnHandlerFactoryImpl.
The default implementation of the TransactionHandlerFactory interface.
DefaultTxnHandlerFactoryImpl() - Constructor for class oracle.jbo.server.DefaultTxnHandlerFactoryImpl
 
DefaultTxnHandlerImpl - class oracle.jbo.server.DefaultTxnHandlerImpl.
The default implementation of the TransactionHandler interface.
DefaultTxnHandlerImpl() - Constructor for class oracle.jbo.server.DefaultTxnHandlerImpl
Creates a transaction handler on a JDBC connection.
Definition - interface oracle.binding.meta.Definition.
This is a a marker interface.
DefinitionChangedException - exception oracle.jbo.DefinitionChangedException.
Thrown when the evaluation of a SQL statement fails.
DefinitionChangedException(Exception) - Constructor for class oracle.jbo.DefinitionChangedException
 
DefinitionClass - Static variable in class oracle.jbo.uicli.mom.JUTags
 
DefinitionContainer - interface oracle.binding.meta.DefinitionContainer.
Interface used as container of multiple Definitions.
DefinitionContext - interface oracle.binding.meta.DefinitionContext.
Marker interface that provides a namespace for looking up metadata for control bindings and datacontrols.
DefinitionContext - class oracle.jbo.mom.DefinitionContext.
This abstract class encapsulates the thread-specific behavior and state needed by the DefinitionManager class.
DefinitionContextAgeable - class oracle.jbo.mom.DefinitionContextAgeable.
This class provides an implementation of the abstract DefinitionContext class in which the MOM cache supports ageing.
DefinitionContextStandard - class oracle.jbo.mom.DefinitionContextStandard.
This class provides a "standard" implementation of the abstract DefinitionContext class.
DefinitionManager - class oracle.jbo.mom.DefinitionManager.
A static class used for accessing meta-objects.
DefinitionManager() - Constructor for class oracle.jbo.mom.DefinitionManager
 
DefinitionMgrListener - interface oracle.jbo.mom.DefinitionMgrListener.
 
DefinitionObject - class oracle.jbo.mom.DefinitionObject.
Default implementation of DefInterface implemented by all of JBO Definition classes.
DefinitionObject() - Constructor for class oracle.jbo.mom.DefinitionObject
 
DefinitionObjectInfo - class oracle.jbo.mom.DefinitionObjectInfo.
 
DefinitionProviderDataControl - interface oracle.binding.DefinitionProviderDataControl.
This interface is implemented by data controls that may return definitions.
DeleteEvent - class oracle.jbo.DeleteEvent.
An event generated by RowSetIterator to inform its listeners when a row is deleted.
DeleteEvent(NavigatableRowIterator, Row, int, int, int) - Constructor for class oracle.jbo.DeleteEvent
Creates an event for a row being deleted.
DeleteEvent(NavigatableRowIterator, Row, int, int, int, boolean) - Constructor for class oracle.jbo.DeleteEvent
Creates an event for a row being deleted.
Description - Variable in class oracle.jdeveloper.html.HTMLScriptFunction
 
DesignTimeClass - Static variable in class oracle.jbo.uicli.mom.JUTags
 
Diagnostic - class oracle.jbo.common.Diagnostic.
The Diagnostic class contains static tracing methods.
DiagnosticFactory - class oracle.jbo.common.DiagnosticFactory.
Creates instances of implementations of the IDiagnostic interface.
DiagnosticStream - class oracle.jbo.common.DiagnosticStream.
This class allows you to pass an instance of itself to code that expects to be using a PrintStream, and to indirect through the Diagnostic facility: hence the output can be controlled using the system properties jbo.diagnostic.logging etcetera.
DiagnosticStream() - Constructor for class oracle.jbo.common.DiagnosticStream
 
DisplayArrayField - class oracle.jdeveloper.html.DisplayArrayField.
Represents a read-only field generator.
DisplayArrayField() - Constructor for class oracle.jdeveloper.html.DisplayArrayField
 
DomainAttributeDef - class oracle.jbo.domain.DomainAttributeDef.
 
DomainAttributeDef(String, String, int, Class, int, String, int, int, boolean) - Constructor for class oracle.jbo.domain.DomainAttributeDef
 
DomainAttributeDef(String, String, int, Class, int, String, int, int, boolean, String) - Constructor for class oracle.jbo.domain.DomainAttributeDef
 
DomainContext - class oracle.jbo.domain.DomainContext.
 
DomainContext() - Constructor for class oracle.jbo.domain.DomainContext
 
DomainDefImpl - class oracle.jbo.server.DomainDefImpl.
 
DomainDefImpl() - Constructor for class oracle.jbo.server.DomainDefImpl
 
DomainInterface - interface oracle.jbo.domain.DomainInterface.
Implemented by domain classes to save data to, and extract data from, a domain class.
DomainOwnerInterface - interface oracle.jbo.domain.DomainOwnerInterface.
 
DomainStructureDef - class oracle.jbo.domain.DomainStructureDef.
 
DomainStructureDef(AttributeDef[]) - Constructor for class oracle.jbo.domain.DomainStructureDef
 
DomainValidationException - exception oracle.jbo.domain.DomainValidationException.
Indicates that a Domain object cannot be created because validation has failed.
DomainValidationException(String) - Constructor for class oracle.jbo.domain.DomainValidationException
 
DotNetXmlDocumentReader - class oracle.jbo.server.DotNetXmlDocumentReader.
 
DotNetXmlDocumentReader(Document) - Constructor for class oracle.jbo.server.DotNetXmlDocumentReader
 
DotNetXmlDocumentWriter - class oracle.jbo.server.DotNetXmlDocumentWriter.
 
DotNetXmlDocumentWriter() - Constructor for class oracle.jbo.server.DotNetXmlDocumentWriter
 
DotNetXmlDocumentWriter(Document) - Constructor for class oracle.jbo.server.DotNetXmlDocumentWriter
 
DoubleType_S - Static variable in class oracle.jbo.rules.Variant
 
dataAttr - Variable in class oracle.jdeveloper.html.PickList
 
dataAttributes - Variable in class oracle.jdeveloper.html.LOVField
 
dataChanged(Object) - Method in class oracle.jbo.uicli.controls.JUArrayComboBox
Updates the display of elements with the new Array object that is passed in into this method.
dataChanged(Object) - Method in class oracle.jbo.uicli.controls.JUImageControl
Updates the image based on the new value of the dataitem.
dataChanged(Object) - Method in interface oracle.jbo.uicli.jui.JUDefaultControlInterface
This method is invoked by the binding to notify the control to update the display with the new data.
dataExpr - Variable in class oracle.jbo.html.jsp.graph.GraphTag
 
dataName - Variable in class oracle.jdeveloper.html.DHTMLAddRow
 
dataPanel - class oracle.jbo.uicli.controls.dataPanel.
This class is used in JDeveloper DT.
dataPanel() - Constructor for class oracle.jbo.uicli.controls.dataPanel
The default constructor for panel
dataPanel(JUPanelBinding) - Constructor for class oracle.jbo.uicli.controls.dataPanel
Constructor that takes a shared panel binding
dataSource - Variable in class oracle.jdeveloper.html.DHTMLTable
 
dataSource - Variable in class oracle.jdeveloper.html.DHTMLTree
 
dataitem - Variable in class oracle.jbo.html.jsp.datatags.ShowTagBase
 
datasource - Variable in class oracle.jbo.html.jsp.datatags.ShowTagBase
 
dateSymbols - Variable in class oracle.jdeveloper.jsp.wb.CalendarWB
 
dateValue() - Method in class oracle.jbo.domain.Timestamp
Convert to a Date representation of the Timestamp object
dateValue() - Method in class oracle.jbo.domain.Timestamp
Convert to a Date representation of the Timestamp object
dattrs - Variable in class oracle.jbo.html.jsp.datatags.AttributeIterateTag
 
decodeRequestParameter(String, String, byte[]) - Static method in class oracle.jbo.http.HttpUtil
Given a parameter string and the name of a character encoding, fixes the string.
decrement() - Method in class oracle.jbo.domain.Number
Subtracts 1 from this.
decrement() - Method in class oracle.jbo.domain.Number
Subtracts 1 from this.
decrementRefCount(Object) - Method in class oracle.jbo.pool.ResourcePool
 
defaultButton - Variable in class oracle.jdeveloper.html.DHTMLButtonElement
 
defaultCaboBase - Static variable in interface oracle.jdeveloper.html.WebBean
 
defaultCaboImageBase - Static variable in interface oracle.jdeveloper.html.WebBean
 
defaultImageBase - Static variable in interface oracle.jdeveloper.html.WebBean
 
defaultJSPBase - Static variable in interface oracle.jdeveloper.html.WebBean
 
defaultNLSFormat - Static variable in interface oracle.jdeveloper.html.WebBean
 
defaultUrl - Static variable in class oracle.jbo.html.jsp.datatags.ComponentTag
 
defaultUrl - Static variable in class oracle.jbo.html.jsp.datatags.DataGridTag
 
defaultUrl - Static variable in class oracle.jbo.html.jsp.datatags.DataHandlerTag
 
defaultUrl - Static variable in class oracle.jbo.html.jsp.datatags.DataTransactionTag
 
defaultUrl - Static variable in class oracle.jbo.html.jsp.datatags.EditRecordTag
 
defaultUrl - Static variable in class oracle.jbo.html.jsp.datatags.NavBarTag
 
defaultUrl - Static variable in class oracle.jbo.html.jsp.datatags.ScrollBarTag
 
defaultUrl - Static variable in class oracle.jbo.html.jsp.datatags.SearchTag
 
defaultUrl - Static variable in class oracle.jbo.html.jsp.datatags.ShowRecordTag
 
defineNamedWhereClauseParam(String, Object, int[]) - Method in interface oracle.jbo.RowSet
Defines a named bind variable to use with the view object's where-clause.
defineNamedWhereClauseParam(String, Object, int[]) - Method in class oracle.jbo.client.remote.ViewUsageImpl
 
defineNamedWhereClauseParam(String, Object, int[]) - Method in class oracle.jbo.common.ws.WSRowSetImpl
 
defineNamedWhereClauseParam(String, Object, int[]) - Method in class oracle.jbo.common.ws.WSViewObjectImpl
 
defineNamedWhereClauseParam(String, Object, int[]) - Method in class oracle.jbo.server.EntityCacheOverRowSet
 
defineNamedWhereClauseParam(String, Object, int[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
defineNamedWhereClauseParam(String, Object, int[]) - Method in class oracle.jbo.server.ViewRowSetImpl
 
definition - Variable in class oracle.jbo.html.jsp.datatags.ApplicationModuleTag
 
delete(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class oracle.jbo.html.struts11.actions.EditAction
"delete" dispatch method
delete(long, int) - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
delete(long, int) - Method in class oracle.jbo.pcoll.JTAPersistManager
 
delete(long, int) - Method in class oracle.jbo.pcoll.OraclePersistManager
 
delete(long, int) - Method in interface oracle.jbo.pcoll.PersistManager
 
deleteAll(int) - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
deleteAll(int) - Method in class oracle.jbo.pcoll.JTAPersistManager
 
deleteAll(int) - Method in class oracle.jbo.pcoll.OraclePersistManager
 
deleteAll(int) - Method in interface oracle.jbo.pcoll.PersistManager
 
deleteControlRow(String, String) - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
deleteMessage(String) - Method in interface oracle.jbo.server.JboMessageManager
 
deleteOldChunksDataRow(String, long, int, int, int) - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
deliverEntityEvent(EntityEvent) - Method in class oracle.jbo.server.EntityCache
 
destination - Variable in class oracle.jbo.server.ViewLinkImpl
 
destroy() - Method in class oracle.jbo.jbotester.MainWindow
 
destroySubcontext(String) - Method in class oracle.jbo.common.JboInitialContext
 
destroySubcontext(Name) - Method in class oracle.jbo.common.JboInitialContext
 
destroySubcontext(String) - Method in class oracle.jbo.mom.xml.XMLContextImpl
 
destroySubcontext(Name) - Method in class oracle.jbo.mom.xml.XMLContextImpl
 
destroySubcontext(String) - Method in class oracle.jbo.server.xml.XMLContextCustImpl
 
destroySubcontext(Name) - Method in class oracle.jbo.server.xml.XMLContextCustImpl
 
detach() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
detach() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
detach() - Method in interface oracle.jbo.common.ws.WSApplicationModuleMarshaller
 
detach() - Method in class oracle.jbo.server.ApplicationModuleImpl
Internal: Applications should not use this method.
detach() - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
determineLocale(ServletRequest) - Static method in class oracle.jbo.http.HttpUtil
Returns the locale to be used for a request, based on Accept-Language and Accept-Charset HTTP headers.
determineType(boolean) - Method in class oracle.jbo.expr.JIToken
 
diagCleanURL(String) - Static method in class oracle.jbo.server.DBTransactionImpl
 
diffInMonths(Date) - Method in class oracle.jbo.domain.Date
Calculates the difference between two dates in months.
diffInMonths(DATE) - Method in class oracle.jbo.domain.Date
Calculates the difference between two dates in months.
diffInMonths(Date) - Method in class oracle.jbo.domain.Date
Calculates the difference between two dates in months.
diffInMonths(DATE) - Method in class oracle.jbo.domain.Date
Calculates the difference between two dates in months.
disabledHint - Variable in class oracle.jdeveloper.html.DHTMLTab
 
disconnect(boolean) - Method in class oracle.jbo.ApplicationPoolSvcMsgContext
 
disconnect() - Method in interface oracle.jbo.Transaction
Closes the JDBC connection object and removes this transaction from the root application module.
disconnect(boolean) - Method in interface oracle.jbo.Transaction
Closes the JDBC connection object.
disconnect() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
Performe clean-up when client is disconnecting by dereferencing the remote instances.
disconnect(boolean) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
disconnect(ApplicationModule, boolean, Hashtable) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. Replaced by ConnectionStrategy.disconnect(ApplicationModule, boolean, SessionCookie). All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends DefaultConnectionStrategy.
disconnect(ApplicationModule, boolean, SessionCookie) - Method in interface oracle.jbo.common.ampool.ConnectionStrategy
Disconnect an application module
disconnect(ApplicationModule, boolean, SessionCookie) - Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
 
disconnect(boolean) - Method in interface oracle.jbo.server.DBTransaction
Closes the JDBC connection object and removes this transaction from the root application module.
disconnect(boolean) - Method in class oracle.jbo.server.DBTransactionImpl
Closes the JDBC connection object.
disconnect() - Method in class oracle.jbo.server.DBTransactionImpl
Closes the JDBC connection object and removes this transaction from the root application module.
disconnect(boolean) - Method in class oracle.jbo.server.DBTransactionImpl2
Implementation of disconnect method.
disconnect() - Method in class oracle.jbo.server.DefaultJTATxnHandlerImpl
 
disconnect() - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated. Implementation of the DBTransaction interface.
disconnect(boolean) - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated. Closes the JDBC connection object and removes this transaction from the root application module.
disconnectFromDataSource() - Method in class oracle.jbo.server.ejb.SessionBeanImpl
Releases the jdbc connection by acquired by #connectToDataSource().
disconnectWithRetainState(boolean) - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
disconnected() - Method in class oracle.jbo.jbotester.MainFrame
 
discrValuesQualify(Object[]) - Method in class oracle.jbo.server.RowDef
 
dispAttrs - Variable in class oracle.jbo.html.jsp.datatags.AttributeIterateTag
 
dispAttrs - Variable in class oracle.jdeveloper.html.DataWebBeanImpl
 
dispatchMethod(Object, String, String[], Object[]) - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
displayAttributes - Variable in class oracle.jdeveloper.html.LOVField
 
displayError(Frame, String) - Static method in class oracle.jbo.jbotester.ErrorHandler
 
displayError(Frame, Throwable) - Static method in class oracle.jbo.jbotester.ErrorHandler
 
displayError(Frame, Throwable, ViewObject) - Static method in class oracle.jbo.jbotester.ErrorHandler
 
displayInShortForm(LocaleContext) - Method in interface oracle.jbo.AttributeHints
Returns true if the attribute is to displayed in the short(summary) form.
displayInShortForm(LocaleContext) - Method in class oracle.jbo.client.remote.AttributeDefImpl
 
displayInShortForm(LocaleContext) - Method in class oracle.jbo.common.VariableImpl
 
displayInShortForm(LocaleContext) - Method in class oracle.jbo.domain.DomainAttributeDef
 
displayInShortForm(LocaleContext) - Method in class oracle.jbo.server.AttributeDefImpl
 
displayInShortForm(LocaleContext) - Method in class oracle.jbo.uicli.binding.JUCtrlParameterDef
 
displayInShortForm() - Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
Returns true if the attribute is to displayed in the short(summary) form.
displayInShortForm(String, String, LocaleContext) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Returns true if the attribute is to displayed in the short(summary) form.
displayInWindow(JPanel) - Method in class oracle.jbo.jbotester.ResultWindow
displayInWindow is used to show the data window and navigation bar in a separate window
displayStatus(JUIteratorBinding, String, Object[]) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Helper method to display the given message and params via the JUApplication's displayStatus method.
displayStatus(String) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Helper method to display the given message string via the JUApplication's displayStatus method.
displayStatus(DCIteratorBinding, String, Object[]) - Method in class oracle.jbo.uicli.controls.JUStatusBar
 
displayStatus(String) - Method in class oracle.jbo.uicli.controls.JUStatusBar
 
div(NUMBER) - Method in class oracle.jbo.domain.Number
Divides this by another number.
div(NUMBER) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(Number) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(double) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(int) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(NUMBER) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(Number) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(double) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(int) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(NUMBER) - Method in class oracle.jbo.domain.Number
Divides this by another number.
doAction(int) - Method in class oracle.jbo.uicli.controls.JUNavigationBar
public method to call the NavigationBar button actions programmatically expected values are BUTTON_FIRST, BUTTON_PREV, BUTTON_NEXT, BUTTON_LAST, BUTTON_INSERT, BUTTON_DELETE, BUTTON_COMMIT, BUTTON_ROLLBACK, BUTTON_FIND, BUTTON_EXECUTE
doAfterBody() - Method in class oracle.jbo.html.jsp.datatags.AttributeIterateTag
 
doAfterBody() - Method in class oracle.jbo.html.jsp.datatags.RowsetIterateTag
 
doAfterBody() - Method in class oracle.jbo.html.jsp.datatags.ViewCriteriaIterateTag
 
doCancel() - Method in class oracle.jbo.server.WaitThread
 
doClearButtonAction() - Method in class oracle.jbo.uicli.controls.JUImageControl
execute the clear button action
doCommit() - Method in class oracle.jbo.server.DBTransactionImpl
Called by the commit method to issue the commit call.
doDML(int, TransactionEvent) - Method in class oracle.jbo.server.EntityImpl
Performs INSERT/UPDATE/DELETE processing for the row.
doDML(int, TransactionEvent) - Method in class oracle.jbo.server.ejb.facade.EntityFacadeImpl
Overrides the base implementation of doDML(int, oracle.jbo.server.TransactionEvent).
doDMLForCascadeUpdate(TransactionEvent, ArrayList, ArrayList, boolean) - Method in class oracle.jbo.server.EntityImpl
Advanced method: Applications should typically not use this method.
doDMLWithLOBs(int, TransactionEvent) - Method in class oracle.jbo.server.EntityImpl
Performs INSERT/UPDATE/DELETE processing for Entity Objects that contain LOBs.
doEndTag() - Method in class oracle.jbo.html.jsp.blaf.JboAddTableRowTag
doEndTag
doEndTag() - Method in class oracle.jbo.html.jsp.blaf.JboTableDetailTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.ApplicationModuleTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.AttributeIterateTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.ComponentTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.CreateRowSetTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.CreateViewObjectTag
doEndTag
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.CriteriaRowTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.CriteriaTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.DataSourceRefTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.DataSourceTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.DataTagBase
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.ExecuteSQLTag
doEndTag
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.FormEventTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.InputDateTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.InputSelectBase
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.InputSelectLOVTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.InputSelectTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.InputTagBase
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.InputTextAreaTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.OnEventTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.ReleasePageResourcesTag
Perform clean up tasks related to the end of a page request.
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.RowTag
doEndTag
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.RowsetIterateTag
Process the end tag.
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.RowsetNavigateTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.SetAttributeTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.SetHtmlAttributeTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.SetWhereClauseParamTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.ShowCriteriaTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.ShowTagBase
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.UrlEventTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.ViewCriteriaIterateTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.ViewCriteriaTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.ViewObjectTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.datatags.WebBeanTag
 
doEndTag() - Method in class oracle.jbo.html.jsp.graph.GraphTag
Graph tag body will include SingleTableGraph/MasterDetailGraph, which will supply the required data
doEndTag() - Method in class oracle.jbo.html.jsp.graph.ImageMapTagBase
Graph tag body will include SingleTableGraph/MasterDetailGraph, which will supply the required data
doEntityDML(EntityImpl, int, TransactionEvent) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doEntityDML(EntityImpl, int, TransactionEvent) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
doEntityDML(EntityImpl, int, TransactionEvent) - Method in interface oracle.jbo.server.SQLBuilder
Performs the appropriate SQL Data Manipulation Language (DML) operations on the database to reflect an update, delete or insert operation on an Entity Object.
doEntitySelect(EntityImpl, boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doEntitySelect(EntityImpl, boolean) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
doEntitySelect(EntityImpl, boolean) - Method in interface oracle.jbo.server.SQLBuilder
Perform the appropriate SQL operations to execute a select operation on an Entity Object.
doEntityToVOMapping(ApplicationModule, ViewObject[]) - Method in class oracle.jbo.AttrValException
 
doEntityToVOMapping(ApplicationModule, ViewObject[]) - Method in class oracle.jbo.JboException
 
doEntityToVOMapping(ApplicationModule, ViewObject[]) - Method in class oracle.jbo.RowDMLException
 
doEntityToVOMapping(ApplicationModule, ViewObject[]) - Method in class oracle.jbo.RowValException
 
doExecuteButtonAction() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Override this method to perform any application logic before or after the ViewObjects referenced in this panel are executed.
doFindButtonAction() - Method in class oracle.jbo.uicli.controls.JUNavigationBar
Override this method to perform any application logic before or after the panel is set to Find Mode or cancelling out of find mode.
doFinish(boolean) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class oracle.jbo.html.jsp.graph.GraphGeneratorServlet
 
doHandleDatabaseState(ApplicationModule, ApplicationPoolSvcMsgContext) - Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
 
doHelp() - Method in class oracle.jbo.jbotester.ConnectionDialogBase
 
doHelp() - Method in class oracle.jbo.jbotester.JTDialog
 
doInit() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
doInsertRow(Row, boolean) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
INTERNAL: Applications should not use this method.
doIt() - Method in class oracle.jbo.uicli.binding.JUCtrlActionBinding
Performs the action that this binding is selected to perform.
doLoadBulkFromResultSet(AttributeDefImpl[], int, ResultSet, int, DBTransactionImpl) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doLoadBulkFromResultSet(AttributeDefImpl[], int, ResultSet, int, DBTransactionImpl) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
doLoadBulkFromResultSet(AttributeDefImpl[], int, ResultSet, int, DBTransactionImpl) - Method in interface oracle.jbo.server.SQLBuilder
Loads an array of objects from a result set.
doLoadFromResultSet(Object, Object, Class, byte, ResultSet, int, DBTransactionImpl) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doLoadFromResultSet(Object, Object, Class, byte, ResultSet, int, DBTransactionImpl) - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
doLoadFromResultSet(Object, Object, Class, byte, ResultSet, int, DBTransactionImpl) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
doLoadFromResultSet(Object, Object, Class, byte, ResultSet, int, DBTransactionImpl) - Method in interface oracle.jbo.server.SQLBuilder
Loads an object from a result set.
doLoadFromStatement(Object, Object, Class, PreparedStatement, int, Transaction) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doLoadFromStatement(Object, Object, Class, PreparedStatement, int, Transaction) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
doLoadFromStatement(Object, Object, Class, PreparedStatement, int, Transaction) - Method in interface oracle.jbo.server.SQLBuilder
Loads an object from a result set.
doMessage(ServiceMessage) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
doMessage(ServiceMessage) - Method in class oracle.jbo.client.remote.PooledRequestHandler
 
doMessage(ServiceMessage) - Method in class oracle.jbo.client.remote.ejb.ApplicationModuleDelegate
 
doMessage(ServiceMessage) - Method in class oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl
 
doMessage(ServiceMessage) - Method in class oracle.jbo.client.remote.ejb.NestedApplicationModuleImpl
 
doMessage(ServiceMessage) - Method in class oracle.jbo.client.remote.ejb.RootApplicationModuleImpl
 
doMessage(ServiceMessage) - Method in interface oracle.jbo.common.AppModuleRequestHandler
 
doMessage(ServiceMessage) - Method in class oracle.jbo.common.colo.ColoApplicationModuleImpl
 
doMessage(ServiceMessage) - Method in interface oracle.jbo.common.ejb.LocalApplicationModule
Synchronizes data changes in the thin client with the middle-tier.
doMessage(ServiceMessage) - Method in interface oracle.jbo.common.remote.ejb.RemoteApplicationModule
Synchronizes data changes in the thin client with the middle-tier.
doMessage(ServiceMessage) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
doMessage(ServiceMessage) - Method in class oracle.jbo.server.ejb.SessionBeanImpl
 
doMessage(ServiceMessage) - Method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
 
doMessage(ServiceMessage) - Method in class oracle.jbo.server.remote.ejb.NestedApplicationModuleImpl
 
doMessage(ServiceMessage) - Method in class oracle.jbo.server.remote.ejb.ServerApplicationModuleImpl
 
doMessage(ServiceMessage) - Method in interface oracle.svcmsg.SvcMsgReceiver
Processes a service message sent by SvcMsgSender.
doMessagePooled(ServiceMessage, SessionCookie) - Method in class oracle.jbo.server.remote.ejb.ServerApplicationModuleImpl
 
doNewButtonAction() - Method in class oracle.jbo.uicli.controls.JUImageControl
execute the new button action
doPoolMessage(ApplicationPoolSvcMsgContext) - Method in interface oracle.jbo.ApplicationModule
Internal use only.
doPoolMessage(ApplicationPoolSvcMsgContext) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
doPoolMessage(ApplicationPoolSvcMsgContext) - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
doPoolMessage(ApplicationPoolSvcMsgContext) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
doPoolMessage() - Method in class oracle.jbo.server.ApplicationPoolMessageHandler
 
doPoolMessage(ApplicationPoolSvcMsgContext) - Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class oracle.jbo.html.jsp.graph.GraphGeneratorServlet
 
doPostChanges() - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
doPreparedStatementDefineColumnType(PreparedStatement, int, int) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doPreparedStatementDefineColumnType(PreparedStatement, int, int) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
doPreparedStatementDefineColumnType(PreparedStatement, int, int) - Method in interface oracle.jbo.server.SQLBuilder
Performs the equivalent of defineColumnType() on a prepared statement.
doPreparedStatementDefines(PreparedStatement, AttributeDefImpl[]) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doPreparedStatementDefines(PreparedStatement, AttributeDefImpl[]) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
doPreparedStatementDefines(PreparedStatement, AttributeDefImpl[]) - Method in interface oracle.jbo.server.SQLBuilder
Defines the column types of the attributes based on the meta-data.
doRefreshSQL(EntityImpl, int, AttributeDefImpl[], AttributeDefImpl[]) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doRefreshSQL(int, ArrayList) - Method in class oracle.jbo.server.EntityImpl
This method is called after the entity is posted to the database to refresh the required attributes.
doRefreshSQL(EntityImpl, int, AttributeDefImpl[], AttributeDefImpl[]) - Method in interface oracle.jbo.server.SQLBuilder
Refreshes the entity after an update on the database.
doRegister() - Method in class oracle.jbo.server.DefaultJTATxnHandlerImpl
 
doRegister() - Method in class oracle.jbo.server.JTATxnHandlerImpl
 
doRegister() - Method in class oracle.jbo.server.ejb.ContainerManagedTxnHandlerImpl
 
doRegisterDefaultDriver(String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doRegisterDefaultDriver(String) - Method in interface oracle.jbo.server.SQLBuilder
Registers the JDBC driver associated with this type of JDBC connection.
doRegisterDefaultDriver(String) - Method in class oracle.jbo.server.WLSQLBuilderImpl
 
doRollback() - Method in class oracle.jbo.server.DBTransactionImpl
Called by the rollback method to issue the rollback call.
doSelect(boolean) - Method in class oracle.jbo.server.EntityImpl
Advanced: Most applications should not use this method.
doSelect(boolean) - Method in class oracle.jbo.server.ejb.facade.EntityFacadeImpl
Overrides the base implementation of doSelect(boolean).
doStartTag() - Method in class oracle.jbo.html.jsp.blaf.JboTableTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ApplicationModuleTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.AttributeIterateTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.CommitTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ComponentTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.CreateRowSetTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.CreateViewObjectTag
doStartTag
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.CriteriaRowTag
Process the start tag for this instance.
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.CriteriaTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.DataSourceRefTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.DataSourceTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.DataTagBase
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ExecuteSQLTag
doStartTag
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.FormEventTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.InputTagBase
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.OnEventTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.PostChangesTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.RefreshDataSourceTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.RenderValueTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.RollbackTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.RowTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.RowsetIterateTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.RowsetNavigateTag
Process the start tag for this instance.
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.SetAttributeTag
doStartTag
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.SetDomainRendererTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.SetFieldRendererTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.SetHtmlAttributeTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.SetWhereClauseParamTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ShowCriteriaTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ShowDefinitionTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ShowHintTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ShowTagBase
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ShowValueTag
Process the start tag for this instance.
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.UrlEventTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.UseBindingContainerTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ViewCriteriaIterateTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ViewCriteriaTag
Process the start tag for this instance.
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.ViewObjectTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.datatags.WebBeanTag
 
doStartTag() - Method in class oracle.jbo.html.jsp.graph.GraphTag
Process the start tag for this instance.
doStartTag() - Method in class oracle.jbo.html.jsp.graph.ImageMapTagBase
Process the start tag for this instance.
doStatementSetBindingStyle(Statement, int) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doStatementSetBindingStyle(Statement, int) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
doStatementSetBindingStyle(Statement, int) - Method in interface oracle.jbo.server.SQLBuilder
Sets the binding style for the statement.
doStatementSetBindingStyleDefault(Statement) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doStatementSetBindingStyleDefault(Statement) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
doStatementSetBindingStyleDefault(Statement) - Method in interface oracle.jbo.server.SQLBuilder
Sets the binding style to the default value of the database type.
doStatementSetRowPrefetch(Statement, int) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
doStatementSetRowPrefetch(Statement, int) - Method in class oracle.jbo.server.OracleSQLBuilderImpl
 
doStatementSetRowPrefetch(Statement, int) - Method in interface oracle.jbo.server.SQLBuilder
Performs the equivalent of setRowPrefetch() on a statement.
doTest() - Method in class oracle.jbo.common.ampool.PoolTester
 
doTest() - Method in class oracle.jbo.format.Application1
 
doWork() - Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
 
doWriteString(String, String) - Method in class oracle.jbo.mom.xml.XMLOutputStream
 
doesRowFilterMatch(Row[], Object[]) - Method in interface oracle.jbo.common.ws.WSRowSetMarshaller
 
doesRowFilterMatch(Row[], Object[]) - Method in class oracle.jbo.server.ViewObjectImpl
 
doesRowFilterMatch(Row[], Object[]) - Method in class oracle.jbo.server.ViewRowSetImpl
 
domParser - Variable in class oracle.jbo.client.Configuration
 
domainToBeModified(DomainInterface) - Method in class oracle.jbo.client.remote.RowImpl
 
domainToBeModified(DomainInterface) - Method in class oracle.jbo.domain.Array
Notification method that this domain calls whenever any of its attribute values are about to be modified.
domainToBeModified(DomainInterface) - Method in class oracle.jbo.domain.Array
Notification method that this domain calls whenever any of its attribute values are about to be modified.
domainToBeModified(DomainInterface) - Method in interface oracle.jbo.domain.DomainOwnerInterface
Notification method that this domain calls whenever any of its attribute values are about to be modified.
domainToBeModified(DomainInterface) - Method in class oracle.jbo.domain.Struct
Notification method that this domain calls whenever any of its attribute values are about to be modified.
domainToBeModified(DomainInterface) - Method in class oracle.jbo.domain.Struct
Notification method that this domain calls whenever any of its attribute values are about to be modified.
domainToBeModified(DomainInterface) - Method in class oracle.jbo.server.EntityImpl
Locks the domain object and notifies the Domain owner that the value is about to be modified.
doneCommit(TransactionStateEvent) - Method in interface oracle.jbo.TransactionStateListener
 
doneCommit(TransactionStateEvent) - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
donePostingAll(TransactionEvent) - Method in class oracle.jbo.server.EntityImpl
 
doneRollback(TransactionStateEvent) - Method in interface oracle.jbo.TransactionStateListener
 
doneRollback(TransactionStateEvent) - Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
 
doubleValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a double.
doubleValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a double.
dowCount - Variable in class oracle.jdeveloper.jsp.wb.CalendarWB
 
drawHighlightBorder(Graphics, int, int, int, int, boolean, Color, Color) - Static method in class oracle.jbo.common.GraphicsUtils
Draws a single-line highlight border rectangle.
drill(int, int, int, int) - Method in class oracle.jbo.uicli.graph.BIBeanDataAccessAdapter
Drills in the data, from a single member.
dropOutdatedControlTable() - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
dropTable(String) - Method in class oracle.jbo.pcoll.JDBCPersistManager
 
dropTable(String) - Method in class oracle.jbo.pcoll.pmgr.DB2PersistManager
 
ds - Variable in class oracle.jbo.html.jsp.datatags.AttributeIterateTag
 
ds - Variable in class oracle.jbo.html.jsp.datatags.DataScroller
 
ds - Variable in class oracle.jbo.html.jsp.datatags.DataSourceTag
 
ds - Variable in class oracle.jbo.html.jsp.datatags.DataTagBase
 
ds - Variable in class oracle.jbo.html.jsp.datatags.RowTag
 
ds - Variable in class oracle.jbo.html.jsp.datatags.RowsetIterateTag
 
ds - Variable in class oracle.jbo.html.jsp.datatags.ShowTagBase
 
ds - Variable in class oracle.jdeveloper.html.DataWebBeanImpl
 
ds - Variable in class oracle.jdeveloper.html.HTMLFieldRendererImpl
 
dsName - Variable in class oracle.jbo.html.jsp.datatags.FormEventTag
 
dsName - Variable in class oracle.jbo.html.jsp.datatags.OnEventTag
 
dsName - Variable in class oracle.jbo.html.jsp.datatags.UrlEventTag
 
dsParamNames - Static variable in class oracle.jbo.html.jsp.datatags.DataComponentTag
 
dumpConstraint(Object[]) - Static method in class oracle.jbo.server.BaseSQLBuilderImpl
debug method to be called by all implementors of getConstraints - provides formatted output of the complex constraint struct.
dumpDefObjInfo(DefinitionManager, int, Object, DefinitionObjectInfo, boolean, PrintWriter) - Method in class oracle.jbo.mom.DefinitionContextAgeable
 
dumpDefObjInfo(int, Object, DefinitionObjectInfo, boolean, PrintWriter) - Method in class oracle.jbo.mom.DefinitionManager
 
dumpDefObjInfo(DefinitionManager, int, Object, DefinitionObjectInfo, boolean, PrintWriter) - Method in interface oracle.jbo.mom.DefinitionMgrListener
 
dumpEntityCaches(Writer) - Method in class oracle.jbo.server.DBTransactionImpl
Iterates over the currently populated caches of entities, and write a representation of them to a charater stream.
dumpEventDetails(PrintStream) - Static method in class oracle.jbo.common.EventGroup
print out the details of all events
dumpMOM(Writer, boolean) - Method in class oracle.jbo.mom.DefinitionManager
See DefinitionContext#dumpMOM.
dumpMOM() - Method in class oracle.jbo.mom.DefinitionManager
 
dumpPoolStatistics(PrintWriter) - Method in interface oracle.jbo.common.ampool.ApplicationPool
 
dumpPoolStatistics(PrintWriter) - Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
 
dumpPoolStatistics(PrintWriter) - Method in class oracle.jbo.pool.ResourcePool
Dump pool statistics to the specified printwriter.
dumpPoolStatistics(PrintWriter) - Method in class oracle.jbo.pool.ResourcePoolLogger
 
dumpQCs() - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
dumpQueryResult(String, String, String[]) - Method in interface oracle.jbo.Transaction
Writes the result of the query to a (potentially very long) string.
dumpQueryResult(String, String, String[]) - Method in class oracle.jbo.client.remote.ApplicationModuleImpl
 
dumpQueryResult(String, String, String[]) - Method in class oracle.jbo.server.ApplicationModuleImpl
Writes the result of the query to a (potentially very long) string.
dumpQueryResult(String, String, String[]) - Method in class oracle.jbo.server.DBTransactionImpl
Writes the result of the query to a (potentially very long) string.
dumpQueryResult(String, String, String[]) - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated. Implementation of the DBTransaction interface.
dumpQueryResult(ResultSet, String[]) - Method in class oracle.jbo.server.QueryDumpRunProg
 
dumpViewRowCache(RowSetIterator, Writer) - Static method in class oracle.jbo.server.ViewRowSetImpl
Internal: Applications should not use this method.

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01

A B C D E F G H I J K L M N O P Q R S T U V W X Z _


Copyright © 1997, 2005, Oracle. All rights reserved.