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

C

caches - Variable in class oracle.jbo.common.ApplicationModuleHelper
 
calculateAverages(boolean) - Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
 
CalendarWB - class oracle.jdeveloper.jsp.wb.CalendarWB.
 
CalendarWB() - Constructor for class oracle.jdeveloper.jsp.wb.CalendarWB
 
CallAnalyzer - class oracle.jbo.common.CallAnalyzer.
Provides a method for extracting function-call information from the the current stack.
callBeforeRowNavigated(JUIteratorBinding) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Forces the current control to stop it's editing mode (if any like in JTable).
callBeforeRowNavigated(JUIteratorBinding) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Invoked before any iterator binding performs a navigation call on a BC4J iterator.
callBeforeSaveTransaction(Transaction) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Forces the current control to stop it's editing mode (if any like in JTable).
callBeforeSaveTransaction(Transaction) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Invoked before the ensuing transaction's commit method is invoked by the framework.
callBeforeSetAttribute(JUControlBinding, Row, AttributeDef, Object) - Method in class oracle.jbo.uicli.jui.JUPanelBinding
Calls beforeSetAttribute method to notify all validation listeners.
callBeforeSetAttribute(JUControlBinding, Row, AttributeDef, Object) - Method in class oracle.jbo.uicli.binding.JUFormBinding
Invoked before any control binding performs a setAttribute call on a BC4J row.
CANDLE_STOCK_HI_LO_OPEN_CLOSE - Static variable in interface oracle.jbo.uicli.jui.GraphConstants
 
CANDLE_STOCK_HI_LO_OPEN_CLOSE - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
CANDLE_STOCK_HI_LO_OPEN_CLOSE_VOLUME - Static variable in interface oracle.jbo.uicli.jui.GraphConstants
 
CANDLE_STOCK_HI_LO_OPEN_CLOSE_VOLUME - Static variable in class oracle.jbo.html.databeans.ChartRenderer
 
CANONIZED - Static variable in class oracle.jbo.server.util.Canonizer
 
canonizeExceptionClassName(Exception) - Static method in class oracle.jbo.server.util.Canonizer
 
canonizeMessage(String, boolean, boolean) - Static method in class oracle.jbo.server.util.Canonizer
this method searches through the list of registered messages, and transforms the message if a match is found.
Canonizer - class oracle.jbo.server.util.Canonizer.
This class provides functions to help test harnesses coerce Strings into various canonical forms.
canonizeString(Object) - Static method in class oracle.jbo.server.util.Canonizer
An attempt to insulate the Kava test from the format vagaries of different JDBC drivers.
canonizeWhereClause(String) - Static method in class oracle.jbo.server.util.Canonizer
 
capabilityCanReuseLockStatements() - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
capabilityCanReuseLockStatements() - Method in class oracle.jbo.server.OLiteSQLBuilderImpl
 
capacity() - Method in class oracle.jbo.common.WeakVector
 
capacity() - Method in class oracle.jbo.common.WeakVectorImpl
 
centerWindowOnComponent(Window, Component) - Static method in class oracle.jbo.common.GraphicsUtils
Centers the window over a component (usually another window).
centerWindowOnScreen(Window) - Static method in class oracle.jbo.common.GraphicsUtils
Sets the location of the specified window so that it is centered on screen.
CH_IDENT_DELIM - Static variable in class oracle.jbo.server.util.JboSQLUtil
 
CH_STRING_DELIM - Static variable in class oracle.jbo.server.util.JboSQLUtil
 
changeCurrentRow - Variable in class oracle.jbo.html.jsp.datatags.RowsetIterateTag
 
changedUpdate(DocumentEvent) - Method in class oracle.jbo.server.rules.CompareValidatorCustomizer
Handles a text-change event.
CHAR - Static variable in class oracle.jbo.common.JboTypeMap
 
CharacterEncodingMapping - class oracle.jbo.common.CharacterEncodingMapping.
Provides two static conversion functions to translate between IANA names for character set encodings and JDK names.
ChartRenderer - class oracle.jbo.html.databeans.ChartRenderer.
Chart web bean to render chart as GIF files.
ChartRenderer() - Constructor for class oracle.jbo.html.databeans.ChartRenderer
Constructor
CheckedListResourceBundle - class oracle.jbo.common.CheckedListResourceBundle.
A helper class to aid with keeping our NLSable resources consistent.
CheckedListResourceBundle() - Constructor for class oracle.jbo.common.CheckedListResourceBundle
 
checkEquals(Object, Object) - Static method in class oracle.jbo.domain.TypeFactory
 
checkError() - Method in class oracle.jbo.common.DiagnosticStream
 
checkin(ApplicationModule) - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. Replaced by ApplicationModuleRef.releaseApplicationModule(boolean, boolean). Application developers should invoke SessionCookie.releaseApplicationModule(true, false) instead of this method. A session cookie instance may be acquired by invoking ApplicationPool.createSessionCookie(String, String, Properties).

This change was necessary to support the SessionCookie interface. Please see SessionCookie for more information about using SessionCookies with the application pool.

checkin(ApplicationModule) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. Replaced by ApplicationModuleRef.releaseApplicationModule(boolean, boolean). Application developers should invoke SessionCookie.releaseApplicationModule(true, false) instead of this method. A session cookie instance may be acquired by invoking ApplicationPoolImpl.createSessionCookie(String, String, Properties).

This change was necessary to support the SessionCookie interface. Please see SessionCookie for more information about using SessionCookies with the application pool.

checkinWithSessionState(ApplicationModule) - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. Replaced by ApplicationModuleRef.releaseApplicationModule(boolean, boolean). Application developers should invoke SessionCookie.releaseApplicationModule(true, true) instead of this method. A session cookie instance may be acquired by invoking ApplicationPool.createSessionCookie(String, String, Properties).

This change was necessary to support the SessionCookie interface. Please see SessionCookie for more information about using SessionCookies with the application pool.

checkinWithSessionState(ApplicationModule) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. Replaced by ApplicationModuleRef.releaseApplicationModule(boolean, boolean). Application developers should invoke SessionCookie.releaseApplicationModule(true, true) instead of this method. A session cookie instance may be acquired by invoking ApplicationPoolImpl.createSessionCookie(String, String, Properties).

This change was necessary to support the SessionCookie interface. Please see SessionCookie for more information about using SessionCookies with the application pool.

checkJServerPermissions() - Static method in class oracle.jbo.common.JboEnvUtil
this method checks that getProperties can be executed.
checkout() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. Replaced by ApplicationModuleRef.useApplicationModule(). Application developers should invoke SessionCookie.useApplicationModule() instead of this method. A session cookie instance may be acquired by invoking ApplicationPool.createSessionCookie(String, String, Properties).

This change was necessary to support the SessionCookie interface. Please see SessionCookie for more information about using SessionCookies with the application pool.

checkout() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. Replaced by ApplicationModuleRef.useApplicationModule(). Application developers should invoke SessionCookie.useApplicationModule() instead of this method. A session cookie instance may be acquired by invoking ApplicationPoolImpl.createSessionCookie(String, String, Properties).

This change was necessary to support the SessionCookie interface. Please see SessionCookie for more information about using SessionCookies with the application pool.

checkout(String) - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. Replaced by ApplicationModuleRef.useApplicationModule(). Application developers should invoke SessionCookie.useApplicationModule() instead of this method. A session cookie instance may be acquired by invoking ApplicationPool.createSessionCookie(String, String, Properties).

This change was necessary to support the SessionCookie interface. Please see SessionCookie for more information about using SessionCookies with the application pool.

checkout(String) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. Replaced by ApplicationModuleRef.useApplicationModule(). Application developers should invoke SessionCookie.useApplicationModule() instead of this method. A session cookie instance may be acquired by invoking ApplicationPoolImpl.createSessionCookie(String, String, Properties).

This change was necessary to support the SessionCookie interface. Please see SessionCookie for more information about using SessionCookies with the application pool.

CheckPath() - Static method in class oracle.jbo.server.util.ShowPath
Checks that each element (directory or file) on the path exists, and that it isn't defined twice.
CheckValidName(String) - Static method in class oracle.jdeveloper.html.DHTMLElement
 
childCount - Variable in class oracle.jdeveloper.html.DHTMLRow
 
className - Static variable in class oracle.jbo.html.VHHandlerGenerator
 
cleanupRegistered - Static variable in class oracle.jbo.html.databeans.ChartRenderer
register listener to clean up
clear() - Method in class oracle.jbo.common.WeakHashtable
 
clear() - Method in class oracle.jbo.common.WeakKeyHashtable
 
clear(Properties) - Method in class oracle.jbo.http.HttpContainer
 
clearAllExceptions() - Method in class oracle.jbo.server.RowImpl
 
clearAttributeException(int) - Method in class oracle.jbo.server.RowImpl
Cleans any exception of an attribute of the given name was set earlier and threw an exception which was cached as the transaction is in deferred mode.
clearAttributeException(int) - Method in class oracle.jbo.server.ViewRowImpl
Cleans any exception of an attribute of the given name was set earlier and threw an exception which was cached as the transaction is in deferred mode.
clearAttributeException(int) - Method in class oracle.jbo.server.EntityImpl
Cleans any exception of an attribute of the given name was set earlier and threw an exception which was cached as the transaction is in deferred mode.
clearAttributeException(String) - Method in class oracle.jbo.server.RowImpl
Cleans any exception of an attribute of the given name was set earlier and threw an exception which was cached as the transaction is in deferred mode.
clearAttributeException(String) - Method in class oracle.jbo.server.ViewRowImpl
Cleans any exception of an attribute of the given name was set earlier and threw an exception which was cached as the transaction is in deferred mode.
clearCache() - Method in interface oracle.jbo.ViewObject
Clears the View Object cache.
clearCache() - Method in class oracle.jbo.server.ViewObjectImpl
Clears the View Object cache.
clearDisplayAttributes() - Method in class oracle.jdeveloper.html.DataWebBeanImpl
Clears the list of display attributes specified for the RowSet.
clearDisplayAttributes() - Method in interface oracle.jdeveloper.html.DataWebBean
Clears the list of display attributes specified for the RowSet.
clearEntityCache(String) - Method in interface oracle.jbo.Transaction
Clears the cache of the specified Entity Object.
clearEntityCache(String) - Method in class oracle.jbo.server.DBTransactionImpl
 
clearEntityCache(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
 
clearIterBindings() - Method in class oracle.jbo.uicli.binding.JUFormBinding
Clean all iterator bindings registered with this form.
clearMultiple() - Method in class oracle.jdeveloper.html.HTMLSelect
Disables multiple selection.
clearQueryConditions() - Method in class oracle.jbo.html.databeans.FindForm
Internal: Applications should not use this method.
clearRowExceptions() - Method in class oracle.jbo.server.RowImpl
 
clearSimpleMode() - Method in class oracle.jbo.html.databeans.FindForm
Disables the simple search form UI and enables the advanced search form UI.
clearVOCaches(String, boolean) - Method in interface oracle.jbo.ApplicationModule
Clears the ViewObject cache for all View Objects that use an Entity Object identified by entityName.
clearVOCaches(String, boolean) - Method in class oracle.jbo.server.ApplicationModuleImpl
Clears the caches of all View Objects that use the specified entity.
clickHandler - Variable in class oracle.jdeveloper.html.HTMLTextURL
 
clickHandler - Variable in class oracle.jdeveloper.html.HTMLDocument
 
clickHandler - Variable in class oracle.jdeveloper.html.HTMLImageURL
 
CLIENT_DOMAIN - Static variable in class oracle.jbo.domain.DomainContext
 
ClientDocument - class oracle.jbo.common.ClientDocument.
Internal: Applications should not use this class.
ClientDocument() - Constructor for class oracle.jbo.common.ClientDocument
Internal: Applications should not use this constructor.
ClientDocument(ClientElement) - Constructor for class oracle.jbo.common.ClientDocument
Designates an XML element as the root of an XML hierarchy.
ClientElement - class oracle.jbo.common.ClientElement.
Internal: Applications should not use this class.
ClientElement() - Constructor for class oracle.jbo.common.ClientElement
Creates an empty ClientElement instance.
ClientElement(String) - Constructor for class oracle.jbo.common.ClientElement
Creates a named ClientElement instance.
clone() - Method in class oracle.jbo.server.util.JboNamedData
 
clone() - Method in class oracle.jbo.server.util.Variant
 
close() - Method in class oracle.jbo.common.DiagnosticStream
 
close() - Method in class oracle.jbo.common.JboInitialContext
 
close() - Method in class oracle.jbo.server.ViewRowSetImpl
Closes the view row set.
closeConn() - Static method in class oracle.jbo.server.JDBCInteract
 
closeFreedStatements() - Method in class oracle.jbo.server.ViewObjectImpl
 
closeOutputStream() - Method in interface oracle.jbo.domain.LobStreamInterface
Closes and cleansup internal reference to output stream.
closeRowSet() - Method in interface oracle.jbo.RowSet
Closes the row set.
closeRowSet() - Method in class oracle.jbo.server.ViewObjectImpl
 
closeRowSet() - Method in class oracle.jbo.server.ViewRowSetImpl
 
closeRowSetIterator() - Method in interface oracle.jbo.RowSetIterator
Closes this row set iterator.
closeRowSetIterator() - Method in class oracle.jbo.server.ViewObjectImpl
 
closeRowSetIterator() - Method in class oracle.jbo.server.ViewRowSetImpl
 
closeRowSetIterator() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
closeStmt(Statement) - Static method in class oracle.jbo.server.JDBCInteract
 
closeTransaction() - Method in class oracle.jbo.server.DBTransactionImpl
Internal: Applications should not use this method.
closeTransaction() - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
closeTransaction() - Method in interface oracle.jbo.server.DBTransaction
Closes this transaction's JDBC connection.
collapse() - Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
Collapses the detail nodes of this node and closes this node.
collectBindings(String, PrintWriter) - Static method in class oracle.jbo.html.VHHandlerGenerator
 
colName - Variable in class oracle.jbo.html.databeans.QueryRowDefinition
 
COLOCATE - Static variable in interface oracle.jbo.ConnectionModeConstants
Indicates that client and server are executing in the same JVM.
colPrompt - Variable in class oracle.jbo.html.databeans.QueryRowDefinition
 
colTitles - Variable in class oracle.jbo.html.databeans.RowSetBrowser
 
COLUMNNAME_PARAM - Static variable in class oracle.jbo.html.jsp.datatags.ShowDefinitionTag
 
COLUMNNAMEFORQUERY_PARAM - Static variable in class oracle.jbo.html.jsp.datatags.ShowDefinitionTag
 
columnTypeToAttrType(String) - Static method in class oracle.jbo.common.JboTypeMap
 
columnTypeToJavaType(String) - Static method in class oracle.jbo.common.JboTypeMap
 
columnTypeToSQLType(String) - Static method in class oracle.jbo.common.JboTypeMap
 
columnTypeToSQLTypeId(String, int) - Static method in class oracle.jbo.common.JboTypeMap
 
commit() - Method in interface oracle.jbo.Transaction
Commits all changes in this transaction to the database, making them visible to other users and transactions.
commit() - Method in class oracle.jbo.server.DBTransactionImpl
Commits all changes in this transaction to the database, making them visible to other users and transactions.
commit() - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
commit() - Static method in class oracle.jbo.server.JDBCInteract
 
commit() - Method in class oracle.jbo.html.jsp.datatags.JServerUserTransactionBean
 
commitAndSaveChangeSet() - Method in interface oracle.jbo.Transaction
Commits the transaction and writes updated EntityImpls to the persistent store.
commitAndSaveChangeSet() - Method in class oracle.jbo.server.DBTransactionImpl
 
commitAndSaveChangeSet() - Method in class oracle.jbo.server.NullDBTransactionImpl
 
commitAndSyncCache(ApplicationModule) - Method in interface oracle.jbo.common.ampool.ApplicationPool
Given an intitial Application Module instance, synchronizes the caches of all Application Module instances in the pool.
commitAndSyncCache(ApplicationModule) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
CommitTag - class oracle.jbo.html.jsp.datatags.CommitTag.
 
CommitTag() - Constructor for class oracle.jbo.html.jsp.datatags.CommitTag
 
commitTransaction() - Method in class oracle.jbo.uicli.binding.JUApplication
Helper method that invokes beforeSaveTransaction event on all JUPanelBinding objects and then invokes the BC4J transaction's commit() method to save all changes to the database.
COMMON - Static variable in class oracle.jbo.client.Configuration
name of the common package
CommonMessageBundle - class oracle.jbo.common.CommonMessageBundle.
 
CommonMessageBundle_en - class oracle.jbo.common.CommonMessageBundle_en.
 
CommonMessageBundle_en_US - class oracle.jbo.common.CommonMessageBundle_en_US.
 
CommonMessageBundle_en_US() - Constructor for class oracle.jbo.common.CommonMessageBundle_en_US
 
CommonMessageBundle_en() - Constructor for class oracle.jbo.common.CommonMessageBundle_en
 
CommonMessageBundle() - Constructor for class oracle.jbo.common.CommonMessageBundle
 
commonScriptName - Variable in class oracle.jbo.html.databeans.ChartRenderer
name of the common jsp file which is shared by all chart objects The common jsp file invokes the render method.
compareConnectionMetadata(ConnectionMetadata, ConnectionMetadata) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Invoked by the application pool implementation when an application module instance is recycled for use by a session different than the session that had previously used that instance.
compareTo(Variant) - Method in class oracle.jbo.server.util.Variant
 
CompareTypeEditor - class oracle.jbo.server.rules.CompareTypeEditor.
An example validation property editor.
CompareTypeEditor() - Constructor for class oracle.jbo.server.rules.CompareTypeEditor
 
CompareValidatorCustomizer - class oracle.jbo.server.rules.CompareValidatorCustomizer.
An example JavaBean customizer.
CompareValidatorCustomizer() - Constructor for class oracle.jbo.server.rules.CompareValidatorCustomizer
Creates and initializes a compare validator customizer.
component - Static variable in class oracle.jbo.common.GraphicsUtils
 
componentAdded(ContainerObjectEvent) - Method in interface oracle.jbo.server.ContainerObjectListener
Called by an event publisher to report that a component has been added to a container.
ComponentObject - interface oracle.jbo.ComponentObject.
Provides access to component objects by name.
ComponentObjectImpl - class oracle.jbo.server.ComponentObjectImpl.
Abstract class for ComponentObjectImpl.
ComponentObjectImpl() - Constructor for class oracle.jbo.server.ComponentObjectImpl
 
ComponentObjectListener - interface oracle.jbo.ComponentObjectListener.
 
componentRemoved(ContainerObjectEvent) - Method in interface oracle.jbo.server.ContainerObjectListener
Called by an event publisher to report that a component has been removed from a container.
ComponentTag - class oracle.jbo.html.jsp.datatags.ComponentTag.
 
ComponentTag() - Constructor for class oracle.jbo.html.jsp.datatags.ComponentTag
 
composeName(Name, Name) - Method in class oracle.jbo.common.JboInitialContext
 
composeName(String, String) - Method in class oracle.jbo.common.JboInitialContext
 
condition - Variable in class oracle.jbo.html.databeans.QueryRowDefinition
 
configDocument - Variable in class oracle.jbo.client.Configuration
 
Configuration - class oracle.jbo.common.Configuration.
Deprecated. since 5.0 Use Configuration instead.
Configuration - class oracle.jbo.client.Configuration.
Class to manage 'Configuration' file created during the design time.
Configuration - Static variable in class oracle.jbo.uicli.mom.JUTags
 
Configuration() - Constructor for class oracle.jbo.common.Configuration
Deprecated.  
Configuration() - Constructor for class oracle.jbo.client.Configuration
 
connect(ApplicationModule, Hashtable) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. Replaced by oracle.jbo.common.ampool.ConnectionStrategy#connect(ApplicationModule, SessionCookie). All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends DefaultConnectionStrategy.
connect(ApplicationModule, SessionCookie, EnvInfoProvider) - Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
 
connect(ApplicationModule, SessionCookie, EnvInfoProvider) - Method in interface oracle.jbo.common.ampool.ConnectionStrategy
Connect an application module.
connect(Connection) - Method in class oracle.jbo.server.DBTransactionImpl
Deprecated.  
connect(Connection) - Method in class oracle.jbo.server.NullDBTransactionImpl
Deprecated.  
connect(Connection) - Method in interface oracle.jbo.server.DBTransaction
Deprecated.  
connect(String) - Method in interface oracle.jbo.Transaction
Attempts to establish a connection to a database identified by a URL.
connect(String) - Method in class oracle.jbo.server.DBTransactionImpl
Uses this JDBC Connection object to connect to the database for all operations via this transaction.
connect(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
connect(String) - Static method in class oracle.jbo.server.JDBCInteract
 
connect(String, Properties) - Method in interface oracle.jbo.Transaction
Attempts to establish a connection to a database identified by a URL.
connect(String, Properties) - Method in class oracle.jbo.server.DBTransactionImpl
Internal: Applications should not use this method.
connect(String, Properties) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
connect(String, Properties) - Static method in class oracle.jbo.server.JDBCInteract
 
connect(String, String, String) - Method in interface oracle.jbo.Transaction
Attempts to establish a connection to a database identified by a URL.
connect(String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl
Internal: Applications should not use this method.
connect(String, String, String) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
connect(String, String, String) - Static method in class oracle.jbo.server.JDBCInteract
 
CONNECTION_DEF_NAME - Static variable in class oracle.jbo.client.Configuration
 
CONNECTION_MODE - Static variable in interface oracle.jbo.JboContext
Specifies how to connect to Application Module server.
CONNECTION_MODE - Static variable in class oracle.jbo.common.PropertyMetadata
 
CONNECTION_PORT - Static variable in interface oracle.jbo.JboContext
Port number where the ORB listens for IIOP requests.
CONNECTION_PORT - Static variable in class oracle.jbo.common.PropertyMetadata
 
ConnectionCredentials - class oracle.jbo.server.ConnectionCredentials.
Internal: Applications should not use this class.
ConnectionCredentials() - Constructor for class oracle.jbo.server.ConnectionCredentials
 
ConnectionInfo - class oracle.jbo.html.jsp.ConnectionInfo.
Represents the connection information used by the ApplicationPool class in order to instantiate an ApplicationModule.
ConnectionInfo() - Constructor for class oracle.jbo.html.jsp.ConnectionInfo
Constructor
ConnectionInfo(Hashtable) - Constructor for class oracle.jbo.html.jsp.ConnectionInfo
This constructor provides a convenient way to initialize the ConnectionInfo's variables by providing a Hashtable with the values for the various properties.
connectionManager - Static variable in class oracle.jbo.client.Configuration
 
ConnectionMetadata - class oracle.jbo.ConnectionMetadata.
A structure that stores JDBC connection metadata.
ConnectionMetadata(String, String, String) - Constructor for class oracle.jbo.ConnectionMetadata
 
ConnectionModeConstants - interface oracle.jbo.ConnectionModeConstants.
Defines connection modes.
ConnectionPoolManager - interface oracle.jbo.server.ConnectionPoolManager.
Declares ConnectionPoolManager operations.
ConnectionPoolManagerFactory - class oracle.jbo.server.ConnectionPoolManagerFactory.
A factory for creating instances of the designated ConnectionPoolManager implementation.
ConnectionPoolManagerImpl - class oracle.jbo.server.ConnectionPoolManagerImpl.
Default BC4J implementation of the connection pool manager.
ConnectionPoolManagerImpl() - Constructor for class oracle.jbo.server.ConnectionPoolManagerImpl
Constructor
ConnectionStrategy - interface oracle.jbo.common.ampool.ConnectionStrategy.
Declares application module creation and connection operations.
connectToDataSource(DataSource, boolean) - Method in class oracle.jbo.server.DBTransactionImpl
 
connectToDataSource(DataSource, boolean) - Method in class oracle.jbo.server.NullDBTransactionImpl
 
connectToDataSource(DataSource, boolean) - Method in interface oracle.jbo.server.DBTransaction
 
connectToDataSource(DataSource, String, String, boolean) - Method in class oracle.jbo.server.DBTransactionImpl
 
connectToDataSource(DataSource, String, String, boolean) - Method in class oracle.jbo.server.NullDBTransactionImpl
 
connectToDataSource(DataSource, String, String, boolean) - Method in interface oracle.jbo.server.DBTransaction
 
connectToDataSource(Hashtable, String, boolean) - Method in interface oracle.jbo.Transaction
Looks up a datasource from a jndi tree and acquires the jdbc connection from the looked up datasource using the javax.sql.Datasource.getConnection(String user, String passwd) method.
connectToDataSource(Hashtable, String, boolean) - Method in class oracle.jbo.server.DBTransactionImpl
 
connectToDataSource(Hashtable, String, boolean) - Method in class oracle.jbo.server.NullDBTransactionImpl
 
connectToDataSource(Hashtable, String, String, String, boolean) - Method in interface oracle.jbo.Transaction
Looks up a datasource from a jndi tree and acquires the jdbc connection from the looked up datasource using the javax.sql.Datasource.getConnection(String user, String passwd) method.
connectToDataSource(Hashtable, String, String, String, boolean) - Method in class oracle.jbo.server.DBTransactionImpl
 
connectToDataSource(Hashtable, String, String, String, boolean) - Method in class oracle.jbo.server.NullDBTransactionImpl
 
connectToDataSource(String, String, String, String) - Method in interface oracle.jbo.Transaction
Looks up a datasource from Oracle 8i namespace using the jdbc_access protocol and acquires the default jdbc connection from the looked up datasource using the javax.sql.Datasource.getConnection() method.
connectToDataSource(String, String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl
 
connectToDataSource(String, String, String, String) - Method in class oracle.jbo.server.NullDBTransactionImpl
 
connectToDataSource(String, String, String, String, String, String) - Method in interface oracle.jbo.Transaction
Looks up a datasource from Oracle 8i namespace using the jdbc_access protocol and acquires the jdbc connection from the looked up datasource using the javax.sql.Datasource.getConnection(String user, String password) method.
connectToDataSource(String, String, String, String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl
 
connectToDataSource(String, String, String, String, String, String) - Method in class oracle.jbo.server.NullDBTransactionImpl
 
ConsoleDiagnosticImpl - class oracle.jbo.common.ConsoleDiagnosticImpl.
The superclass for classes that display diagnostics in a console.
ConsoleDiagnosticImpl() - Constructor for class oracle.jbo.common.ConsoleDiagnosticImpl
Creates an instance.
container - Variable in class oracle.jbo.html.databeans.ToolBarButton
 
CONTAINERMANAGED_SERVICE_SB - Static variable in interface oracle.jbo.common.PropertyConstants
 
CONTAINERMANAGED_SESSIONBEAN - Static variable in interface oracle.jbo.common.PropertyConstants
 
ContainerObject - interface oracle.jbo.server.ContainerObject.
Implemented by classes that provide server-side containers for components.
ContainerObjectEvent - class oracle.jbo.server.ContainerObjectEvent.
The events generated when a component is added to or removed from a ContainerObject.
ContainerObjectEvent(ContainerObject, ComponentObject) - Constructor for class oracle.jbo.server.ContainerObjectEvent
Creates a ContainerObject event.
ContainerObjectImpl - class oracle.jbo.server.ContainerObjectImpl.
The implementation of the ContainerObject interface.
ContainerObjectImpl() - Constructor for class oracle.jbo.server.ContainerObjectImpl
 
ContainerObjectListener - interface oracle.jbo.server.ContainerObjectListener.
Implemented by subscribers to container object events.
contains(Object) - Method in class oracle.jbo.common.WeakVector
 
contains(Object) - Method in class oracle.jbo.common.WeakVectorImpl
 
contains(Object) - Method in class oracle.jbo.server.JboEventObject
Tests for the presence of an entry having the given value in this event object's hash table.
containsKey(String) - Method in class oracle.jbo.server.JboEventObject
Tests for the presence of an entry having the given key in this event object's hash table.
contentFrameName - Static variable in interface oracle.jdeveloper.html.WebBean
 
contents - Variable in class oracle.jbo.common.ArrayResourceBundle
 
ContextMetaObjectManager - class oracle.jbo.server.ContextMetaObjectManager.
 
ContextMetaObjectManager() - Constructor for class oracle.jbo.server.ContextMetaObjectManager
 
ContextPoolManager - class oracle.jbo.common.ampool.ContextPoolManager.
 
ContextPoolManager() - Constructor for class oracle.jbo.common.ampool.ContextPoolManager
 
convertArrayListToVector(ArrayList) - Static method in class oracle.jbo.common.JboEnvUtil
 
convertFlags(boolean, boolean, boolean, boolean) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
convertHashMapToHashTable(HashMap) - Static method in class oracle.jbo.common.JboEnvUtil
 
convertHashTableToHashMap(Hashtable) - Static method in class oracle.jbo.common.JboEnvUtil
 
convertHexStringToByte(String) - Static method in class oracle.jbo.common.RepConversion
 
convertIanaToJdk(String) - Static method in class oracle.jbo.common.CharacterEncodingMapping
Wrapper function for the sun.io.CharacterEncoding.alaisName function (undocumented) provided by Sun to translate from IANA encoding names to JDK encoding names.
convertJdkToIana(String) - Static method in class oracle.jbo.common.CharacterEncodingMapping
Reverse mapping of IANA to JDK character encoding names.
convertOperType(String) - Static method in class oracle.jbo.server.rules.JboCompareValidator
Interprets a string as one of the comparison operator constants defined in this class.
convertOracleExceptionToSQLException(SQLException) - Static method in class oracle.jbo.server.util.SQLExceptionConverter
Convert an oracle.jdbc.driver.OracleSQLException to java.sql.SQLException
convertStringToElement(String) - Static method in class oracle.jbo.common.JboXMLUtil
 
convertToBoolean(Object) - Static method in class oracle.jbo.uicli.binding.JUDefBase
 
convertToInt(Object) - Static method in class oracle.jbo.uicli.binding.JUDefBase
 
convertToIntArray(Object[]) - Static method in class oracle.jbo.uicli.binding.JUDefBase
 
convertToJava(Object) - Method in class oracle.jbo.server.AttributeDefImpl
Converts a value from the database type to its corresponding Java type and returns the result.
convertToStorage(Object, DBTransactionImpl) - Method in class oracle.jbo.server.AttributeDefImpl
Internal: Application should not use this method.
convertToText(Vector, String) - Static method in class oracle.jbo.server.util.JboNamedData
 
convertToVector(String) - Static method in class oracle.jbo.server.rules.JboListValidator
Converts a string representation of values to a vector.
convertToVector(String, String) - Static method in class oracle.jbo.server.util.JboNamedData
 
convertValue(Class, Class, Object[], int) - Method in class oracle.jbo.common.JboTypeMapEntries
 
convertValue(Class, Class, Object, int) - Static method in class oracle.jbo.common.JboTypeMap
 
convertValueList() - Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
*** For internal framework use only ***
convertValueToWhereFragment(AttributeDef, String) - Method in class oracle.jbo.server.BaseSQLBuilderImpl
 
convertVectorToArrayList(Vector) - Static method in class oracle.jbo.common.JboEnvUtil
 
cookieUpdated() - Method in interface oracle.jbo.common.ampool.SessionCookieListener
 
cookieUpdated() - Method in class oracle.jbo.http.HttpContainer
 
copy(JboNamedData) - Method in class oracle.jbo.server.util.JboNamedData
 
copyInto(Object[]) - Method in class oracle.jbo.common.WeakVector
 
copyInto(Object[]) - Method in class oracle.jbo.common.WeakVectorImpl
 
copyInto(SessionCookie) - Method in interface oracle.jbo.common.ampool.SessionCookie
Copies the state of this cookie into the target cookie.
copyInto(SessionCookie) - Method in class oracle.jbo.common.ampool.SessionCookieImpl
 
create() - Method in interface oracle.jbo.ApplicationModuleHome
Creates an ApplicationModule.
create() - Method in class oracle.jbo.common.StringManagerFactory
Instantiates a StringManager object.
create() - Method in class oracle.jbo.server.ComponentObjectImpl
 
create() - Static method in class oracle.jbo.server.SQLBuilderFactory
Creates instances of a designated implementation of the SQLBuilder interface.
create(AttributeList) - Method in class oracle.jbo.server.RowImpl
This method is called to let subclasses of RowImpl set programmatic default values for attributes.
create(AttributeList) - Method in class oracle.jbo.server.ViewRowImpl
Initialization method to be over-ridden in generated code for custom defaulting.
create(AttributeList) - Method in class oracle.jbo.server.EntityImpl
This method should be subclassed to supply programmatic default values to various attributes of a new Entity Object.
create(Connection) - Method in class oracle.jbo.server.DatabaseTransactionFactory
Deprecated.  
create(DataSource) - Method in class oracle.jbo.server.DatabaseTransactionFactory
 
create(DataSource, String, String) - Method in class oracle.jbo.server.DatabaseTransactionFactory
 
create(String) - Method in interface oracle.jbo.SharedHandle
Creates a Shared data handle for the HashTable in MetaObject Manager for Def Objects, none of the parameters for create are passed through this interface since it is internal to MOM and not to be called by client
create(String) - Static method in class oracle.jbo.server.SQLBuilderFactory
 
create(String) - Method in class oracle.jbo.server.DatabaseTransactionFactory
Instantiates a DBTransactionImpl object.
create(String, Properties) - Method in class oracle.jbo.server.DatabaseTransactionFactory
Instantiates a DBTransactionImpl object.
create(String, String, int, String, int, int) - Static method in class oracle.jbo.ApplicationModuleFactory
 
create(String, String, String) - Method in class oracle.jbo.server.DatabaseTransactionFactory
Instantiates a DBTransactionImpl object.
create(String, String, String, int, String, int, int) - Static method in class oracle.jbo.ApplicationModuleFactory
 
create(String, String, String, Properties) - Method in class oracle.jbo.server.DatabaseTransactionFactory
Instantiates a DBTransactionImpl object.
createActionBinding(JUPanelBinding, Component, String, String, String, int) - Static method in class oracle.jbo.uicli.jui.JUButtonBinding
Use this method to bind an AbstractButton to a BC4J ViewObject and assign one of the enumerated set of actions to this Button, so that when this button is pressed (on actionPerformed) the desired action(method) is invoked on the associated RowSet.
createAndLoadFromXML(DefElementImpl) - Static method in class oracle.jbo.uicli.binding.JUDefBase
 
createAndLoadFromXML(DefElementImpl) - Static method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
createApplicationDefinition(String) - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
createApplicationModule(Hashtable) - Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
 
createApplicationModule(Hashtable) - Method in interface oracle.jbo.common.ampool.ConnectionStrategy
Create an application module.
createApplicationModule(SessionCookie, EnvInfoProvider) - Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
 
createApplicationModule(SessionCookie, EnvInfoProvider) - Method in interface oracle.jbo.common.ampool.ConnectionStrategy
Create an application module.
createApplicationModule(String) - Method in class oracle.jbo.server.DBTransactionImpl
 
createApplicationModule(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createApplicationModule(String) - Method in interface oracle.jbo.server.DBTransaction
Creates an Application Module.
createApplicationModule(String, String) - Method in interface oracle.jbo.ApplicationModule
Creates a nested Application Module in this Application Module from the Application Module definition.
createApplicationModule(String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Creates an instance of an Application Module within this Application Module; that is, a nested Application Module.
createApplicationModule(String, String) - Method in class oracle.jbo.server.DBTransactionImpl
Creates an instance of an nested Application Module within this Transaction For example,
createApplicationModule(String, String) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createApplicationModule(String, String) - Method in interface oracle.jbo.server.DBTransaction
Creates an instance of an nested Application Module within this Transaction For example,
createApplicationObject(String) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
createApplicationObject(String, Properties) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
createApplicationObject(String, Properties, EnvInfoProvider) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
createAttributeBinding(JUFormBinding, JLabel, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JULabelBinding
This method is used by the JDeveloper designtime wizards for binding a label with an attribute of rows of a ViewObject/RowIterator.
createAttributeBinding(JUFormBinding, JScrollBar, String, String, String, String, int, int, int) - Static method in class oracle.jbo.uicli.jui.JUScrollBarAttrBinding
Creates a binding for the JScrollBar control.
createAttributeBinding(JUFormBinding, JSlider, String, String, String, String, int, int, int) - Static method in class oracle.jbo.uicli.jui.JUSliderAttrBinding
Creates a binding for the JSlider control.
createAttributeBinding(JUFormBinding, JTextComponent, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JUTextFieldBinding
This method is used by the JDeveloper designtime wizards for binding a text component with an attribute of rows of a ViewObject/RowIterator.
createAttributeBinding(JUFormBinding, JUDefaultControlInterface, String, String, String, String) - Static method in class oracle.jbo.uicli.jui.JUDefaultControlBinding
Creates an instance of this binding as per the given binding information.
createAttributeBinding(JUPanelBinding, JProgressBar, String, String, String, String, int, int) - Static method in class oracle.jbo.uicli.jui.JUProgressBarAttrBinding
Creates a binding for the JProgressBar control.
createAttributeListBinding(JUPanelBinding, JTable, String, String, String, String[]) - Static method in class oracle.jbo.uicli.jui.JUTableBinding
Creates an instance of JUTableBinding to return.
createBean(EntityBean, Object) - Method in class oracle.jbo.server.EJBEntityDefImpl
 
createBeanInstance() - Method in class oracle.jbo.server.EJBEntityDefImpl
 
createBlankInstance(DBTransaction) - Method in class oracle.jbo.server.EntityDefImpl
Internal: Applications should not use this method.
createBooleanBinding(JUFormBinding, AbstractButton, String, String, String, String, Object[], boolean) - Static method in class oracle.jbo.uicli.jui.JUButtonBinding
Use this method to bind an AbstractButton to a BC4J Attribute when the Application usage determines the attribute values for true and false states to be used to set the attribute values.
createButtons(Object[]) - Method in interface oracle.jbo.uicli.jui.JUButtonGroupControlInterface
Creates buttons for each object in the given list and adds it to the control's display.
createButtons(Object[]) - Method in class oracle.jbo.uicli.controls.JURadioButtonGroupPanel
 
createCallableStatement(String, int) - Method in class oracle.jbo.server.DBTransactionImpl
 
createCallableStatement(String, int) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createCallableStatement(String, int) - Method in interface oracle.jbo.server.DBTransaction
Creates a JDBC CallableStatement instance.
createComponentObject(String, String) - Method in interface oracle.jbo.ApplicationModule
Creates a Component Object in this Application Module from the Component Object definition.
createComponentObject(String, String) - Method in class oracle.jbo.server.ContainerObjectImpl
 
createComponentObject(String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Creates a Component object in the context of this Application Module.
createComponentObject(String, String) - Method in interface oracle.jbo.server.ContainerObject
Create a component Object from the container
createContainerDefObject(boolean) - Method in class oracle.jbo.server.MetaObjectManager
 
createContainerDefObject(boolean) - Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
createContainerType(String) - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
createControl() - Method in class oracle.jbo.uicli.jui.JUActionDef
 
createControl() - Method in class oracle.jbo.uicli.jui.JUButtonGroupDef
 
createControl() - Method in class oracle.jbo.uicli.jui.JUButtonDef
 
createControl() - Method in class oracle.jbo.uicli.jui.JUTextFieldDef
 
createControl() - Method in class oracle.jbo.uicli.jui.JULabelDef
 
createControl() - Method in class oracle.jbo.uicli.jui.JUScrollBarDef
 
createControl() - Method in class oracle.jbo.uicli.jui.JUTreeDef
 
createControl() - Method in class oracle.jbo.uicli.jui.JUComboBoxDef
 
createControl() - Method in class oracle.jbo.uicli.binding.JUControlDef
 
createControlBinding(JUFormBinding) - Method in class oracle.jbo.uicli.binding.JUControlDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUActionDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUButtonGroupDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUButtonDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUTextFieldDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JULabelDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUTableDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUDefaultControlDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUListSingleSelDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUScrollBarDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUTreeDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.jui.JUComboBoxDef
 
createControlBinding(Object, JUFormBinding) - Method in class oracle.jbo.uicli.binding.JUControlDef
 
createControlDef(HashMap) - Method in class oracle.jbo.uicli.binding.JUFormDef
 
createControlDef(String, HashMap) - Method in class oracle.jbo.uicli.jui.JUPanelDef
 
createCubeDataDirector() - Method in class oracle.jbo.uicli.jui.JUSingleTableGraphBinding
 
createCubeDataDirector() - Method in class oracle.jbo.uicli.jui.JUMasterDetailGraphBinding
 
createDateField() - Method in class oracle.jdeveloper.html.DateField
 
createDatum(CallableStatement, int) - Method in interface oracle.jbo.domain.DatumFactory
 
createDatum(ResultSet, int) - Method in interface oracle.jbo.domain.DatumFactory
 
createDef() - Method in class oracle.jbo.server.EntityDefImpl
This method should be used to perform custom-metadata initialization in a subclass of EntityDefImpl.
createDefaultFieldRenderers() - Method in class oracle.jbo.html.databeans.EditCurrentRecord
Deprecated. Deprecated since 5.0. Field renderer are now created lazily
createDetailRowSet(String, String) - Method in interface oracle.jbo.RowSetIterator
Creates a detail row set.
createDetailRowSet(String, String) - Method in class oracle.jbo.server.ViewObjectImpl
Creates and returns an new detail row set for this row set iterator.
createDetailRowSet(String, String) - Method in class oracle.jbo.server.ViewRowSetImpl
Creates and returns an new detail row set for this row set iterator.
createDetailRowSet(String, String) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Creates and returns an new detail row set for this row set iterator.
createDiagnostic() - Static method in class oracle.jbo.common.DiagnosticFactory
Creates an instance of an implementation of the IDiagnostic interface.
createDomainFromXMLElement(Element) - Method in interface oracle.jbo.domain.XMLDomainFactory
 
createEntities() - Method in class oracle.jbo.server.ViewRowImpl
Creates blank instances of the Entity Objects that this row is composed of.
createEntityInstance(EntityDefImpl, AttributeList) - Method in class oracle.jbo.server.DBTransactionImpl
Creates an EntityImpl object based on the given defintion, in the context of the root Application Module.
createEntityInstance(EntityDefImpl, AttributeList) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createEntityInstance(EntityDefImpl, AttributeList) - Method in interface oracle.jbo.server.DBTransaction
Creates an EntityImpl instance based on the given defintion.
createEntityInstance(String, AttributeList) - Method in class oracle.jbo.server.DBTransactionImpl
Creates an EntityImpl object based on the given defintion, in the context of the root Application Module.
createEntityInstance(String, AttributeList) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createEntityInstance(String, AttributeList) - Method in interface oracle.jbo.server.DBTransaction
Creates an EntityImpl instance based on the named defintion.
createEnumerationBinding(JUFormBinding, AbstractButton[], String, String, String, String, Object[]) - Static method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
Given a list of buttons (that display the values for the given valueList), bind to an attribute of a ViewObject such that on selection of one of the buttons in the list, the value of the selected attribute in the current row of the ViewObject is updated with the equivalent value in the valueList array.
createEnumerationBinding(JUFormBinding, JComboBox, String, String, String, String, Object[]) - Static method in class oracle.jbo.uicli.jui.JUComboBoxBinding
Use this method to bind a combobox control to a ViewObject/RowSet identified by voInstanceName when a static list of values are displayed in the combobox, and the combobox is used to display update the same attribute in the same viewobject.
createEnumerationBinding(JUFormBinding, JList, String, String, String, String, Object[]) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
Use this method to bind a list control to a ViewObject/RowSet identified by voInstanceName when a static list of values are displayed in the listbox, and the listbox is used to display update the same attribute in the same viewobject.
createFormBinding(ApplicationModule) - Method in class oracle.jbo.uicli.binding.JUFormDef
 
createFormBinding(RowSetIterator[]) - Method in class oracle.jbo.uicli.binding.JUFormDef
 
createFormBinding(String, String, boolean) - Method in class oracle.jbo.uicli.binding.JUApplication
*** For internal framework use only ***
createGraphDataFromCol(Graph, JUIteratorBinding, String[], int, String) - Method in class oracle.jbo.uicli.jui.JUMasterDetailGraphBinding
 
createHTMLSelect(boolean) - Method in class oracle.jdeveloper.html.StaticPickList
 
createIconCell(String, String, String, String, String, String, String, String, String) - Method in class oracle.jdeveloper.html.DHTMLTable
 
createImageIcon(Image) - Static method in class oracle.jbo.common.GraphicsUtils
 
createInitialContextEnv() - Method in class oracle.jbo.html.jsp.datatags.JServerUserTransactionBean
 
createInstance(DBTransaction, AttributeList) - Method in class oracle.jbo.server.EntityDefImpl
Instantiate an instance of the Entity.
createInstance(ViewRowSetImpl, AttributeList) - Method in class oracle.jbo.server.ViewObjectImpl
Creates a view row instance.
createInstanceFromResultSet(QueryCollection, ResultSet) - Method in class oracle.jbo.server.ViewObjectImpl
Internal: Applications should not use this method.
createInstanceWithAM(String, ApplicationModule) - Static method in class oracle.jbo.server.SQLValueImpl
 
createInstanceWithAM(String, ApplicationModule) - Static method in class oracle.jbo.server.SequenceImpl
A class method that may be invoked to retrieve the next value from a database sequence.
createIterBinding(ApplicationModule) - Method in class oracle.jbo.uicli.binding.JUIteratorDef
 
createIterBinding(ApplicationModule) - Method in class oracle.jbo.uicli.binding.JUIterRowDef
 
createIterBinding(ApplicationModule) - Method in class oracle.jbo.uicli.binding.JUIterRangeDef
 
createIterBinding(RowSetIterator) - Method in class oracle.jbo.uicli.binding.JUIteratorDef
 
createIterBinding(RowSetIterator) - Method in class oracle.jbo.uicli.binding.JUIterRowDef
 
createIterBinding(RowSetIterator) - Method in class oracle.jbo.uicli.binding.JUIterRangeDef
 
createJboHome(String) - Method in class oracle.jbo.common.JboInitialContext
 
createJboHome(String) - Method in class oracle.jbo.server.InitialContextImpl
Factory method for creating ApplicationModuleHome pertinent for the local platfrom.
createJTATransactionHandler() - Method in class oracle.jbo.server.DefaultTxnHandlerFactoryImpl
 
createJTATransactionHandler() - Method in interface oracle.jbo.server.TransactionHandlerFactory
 
createKey(AttributeList) - Method in class oracle.jbo.ViewCriteria
Given a list of name-value pairs, creates a Key object that matches the key structure for the ViewObject for this RowItertor.
createKey(AttributeList) - Method in interface oracle.jbo.RowIterator
Given a list of name-value pairs, creates a Key object that matches the key structure for the ViewObject for this RowItertor.
createKey(AttributeList) - Method in class oracle.jbo.server.ViewObjectImpl
Given a set of attribute values (name-value pairs), creates a key object for this ViewObject.
createKey(AttributeList) - Method in class oracle.jbo.server.EntityDefImpl
Given a set of attribute values (name-value pairs), creates a Primary key object for this Entity.
createKey(AttributeList) - Method in class oracle.jbo.server.ViewRowSetImpl
 
createKey(AttributeList) - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
 
createKey(AttributeList, AttributeDef[]) - Static method in class oracle.jbo.common.RowSetIteratorHelper
 
createLayout() - Method in class oracle.jbo.uicli.jui.JULayoutDefXY
 
createLayoutCons() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXY
 
createLayoutCons() - Method in class oracle.jbo.uicli.jui.JULayoutConsDefXYGroup
 
createLayoutConsDef(String, HashMap) - Method in class oracle.jbo.uicli.jui.JUPanelDef
 
createLayoutDef(String, HashMap) - Method in class oracle.jbo.uicli.jui.JUPanelDef
 
createLinkCell(String, String, String, String, String, String, String) - Method in class oracle.jdeveloper.html.DHTMLTable
 
createLovBinding(JUFormBinding, AbstractButton, String, String, String, String[], String, String[], String[]) - Static method in class oracle.jbo.uicli.jui.JULovButtonBinding
This method should be used to create a JULovButtonBinding and bind it to a JButton control.
createLovBinding(JUFormBinding, JComboBox, String, String, String, String[], String, String[], String[], ListCellRenderer, ComboBoxEditor) - Static method in class oracle.jbo.uicli.jui.JUComboBoxBinding
Use this binding when two ViewObjects are to be used in this combobox, one for displaying the list of values and the other ViewObject, rows of which are updated.
createLovBinding(JUFormBinding, JList, String, String, String, String[], String) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
 
createLovBinding(JUFormBinding, JList, String, String, String, String[], String, String[], String[], ListCellRenderer) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
Use this binding when two ViewObjects are to be used in this list control, one for displaying the list of values and the other ViewObject, rows of which are updated.
createLovBinding(JUFormBinding, JUButtonGroupControlInterface, String, String, String, String[], String, String[], String) - Static method in class oracle.jbo.uicli.jui.JUButtonGroupBinding
This method should be used to create a JUButtonGroupBinding and bind it to a control.
createLovDialog() - Method in interface oracle.jbo.uicli.jui.JULovPanelInterface
Create a JDialog and return a JULovDialogInterface that performs interaction with the JULovButtonBinding for display of Lov Data.
createLOVField() - Method in class oracle.jdeveloper.html.LOVField
 
createMessage(String) - Method in interface oracle.jbo.server.JboMessageManager
 
createMultilineTextField() - Method in class oracle.jdeveloper.html.TextArea
Adds a textarea text field with a target number of rows.
createNavigationBinding(JUFormBinding, JComboBox, String, String, String, String[], ListCellRenderer, ComboBoxEditor) - Static method in class oracle.jbo.uicli.jui.JUComboBoxBinding
Use this binding when the given combobox is used as a navigation control to iterate through a range or rows in a RowSet.
createNavigationBinding(JUFormBinding, JList, String, String, String, String[], ListCellRenderer) - Static method in class oracle.jbo.uicli.jui.JUListSingleSelBinding
Use this binding when the given list control is used as a navigation control to iterate through a range or rows in a RowSet.
createNewConnectionEntry(String, Properties) - Method in class oracle.jbo.client.Configuration
 
createNewInstance() - Method in interface oracle.jbo.common.ampool.ApplicationPool
Deprecated. Replaced by ConnectionStrategy.createApplicationModule(SessionCookie, EnvInfoProvider). All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends DefaultConnectionStrategy.
createNewInstance() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
Deprecated. Replaced by ConnectionStrategy.createApplicationModule(SessionCookie, EnvInfoProvider). All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends DefaultConnectionStrategy.
createNewInstance(String) - Static method in class oracle.jbo.uicli.binding.JUUtil
*** For internal framework use only ***
createNewRow() - Method in class oracle.jbo.html.databeans.EditCurrentRecord
Directs the EditCurrentRecord Web Bean to create a new row in the RowSet and to give focus to this row when generating the edit form.
createNewRowForCollection(Object) - Method in class oracle.jbo.server.ViewObjectImpl
 
createNullTransaction() - Method in class oracle.jbo.server.DatabaseTransactionFactory
 
createPanelBinding(JUPanelBinding, JUNavigationBar) - Static method in class oracle.jbo.uicli.controls.JUNavigationBar
 
createPanelBinding(JUPanelBinding, JUStatusBar) - Static method in class oracle.jbo.uicli.controls.JUStatusBar
 
createPasswordField() - Method in class oracle.jdeveloper.html.PasswordField
 
createPool(String) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
createPool(String, Properties) - Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
 
createPool(String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.PoolMgr
Create a new Application Module pool, throws an exception if the pool is already registered.
createPool(String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
createPool(String, String, String, Properties) - Method in class oracle.jbo.common.ampool.PoolMgr
Creates a new Application Module pool, throws an exception if the pool is already registered.
createPool(String, String, String, Properties) - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
createPool(String, String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.PoolMgr
Create a new Application Module pool, throws an exception if the pool is already registered.
createPool(String, String, String, String, Hashtable) - Method in class oracle.jbo.common.ampool.ContextPoolManager
 
createPoolLogger() - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
createPosition(int) - Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
Method delegates to the swing Document object of the associated text component.
createPreparedStatement(String, int) - Method in class oracle.jbo.server.DBTransactionImpl
 
createPreparedStatement(String, int) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createPreparedStatement(String, int) - Method in interface oracle.jbo.server.DBTransaction
Creates a JDBC PreparedStatement instance.
createRef(String, byte[]) - Method in interface oracle.jbo.Transaction
Internal: Applications should not use this method.
createRef(String, byte[]) - Method in class oracle.jbo.server.DBTransactionImpl
Internal: Applications should not use this method.
createRef(String, byte[]) - Method in class oracle.jbo.server.NullDBTransactionImpl
 
createRef(String, DefObject) - Static method in class oracle.jbo.server.ComponentObjectImpl
 
createRelationalDataDirector() - Method in class oracle.jbo.uicli.jui.JUSingleTableGraphBinding
 
createRelationalDataDirector() - Method in class oracle.jbo.uicli.jui.JUMasterDetailGraphBinding
 
createRootApplication(Hashtable, String, Object, String, Properties) - Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
 
createRootApplicationModule() - Method in class oracle.jbo.uicli.binding.JUApplication
*** Advanced method ***
createRootApplicationModule(String, Session) - Static method in class oracle.jbo.server.ApplicationModuleImpl
Internal: Applications should not call this method.
createRootApplicationModule(String, String) - Static method in class oracle.jbo.client.Configuration
Creates and connects an application module using the specified configuration.
createRootApplicationModule(String, String, EnvInfoProvider) - Static method in class oracle.jbo.client.Configuration
Creates and connects an application module using the specified configuration.
createRow() - Method in class oracle.jbo.ViewCriteria
Creates a new Row object, but does not insert it into the row set.
createRow() - Method in interface oracle.jbo.RowIterator
Creates a new Row object, but does not insert it into the row set.
createRow() - Method in class oracle.jbo.server.ViewObjectImpl
Creates a new view row.
createRow() - Method in class oracle.jbo.server.ViewRowSetImpl
Creates a new view row.
createRow() - Method in class oracle.jbo.server.ViewRowSetIteratorImpl
Creates a new view row.
createRowFromResultSet(Object, ResultSet) - Method in class oracle.jbo.server.ViewObjectImpl
 
createRowSet(String) - Method in interface oracle.jbo.ViewObject
Creates and returns a new (secondary) Row Ret for this View Object.
createRowSet(String) - Method in class oracle.jbo.server.ViewObjectImpl
Creates and returns a new (secondary) row set for this View Object.
createRowSetIterator(String) - Method in interface oracle.jbo.RowSet
Creates an iterator for the row set.
createRowSetIterator(String) - Method in class oracle.jbo.server.ViewObjectImpl
Creates and returns a new (secondary) row set iterator for this row set.
createRowSetIterator(String) - Method in class oracle.jbo.server.ViewRowSetImpl
Creates and returns a new row set iterator on this row set.
createSessionCookie(String, String, ApplicationPool, Properties) - Method in class oracle.jbo.common.ampool.DefaultSessionCookieFactory
 
createSessionCookie(String, String, ApplicationPool, Properties) - Method in interface oracle.jbo.common.ampool.SessionCookieFactory
Returns a SessionCookie instance.
createSessionCookie(String, String, ApplicationPool, Properties) - Method in class oracle.jbo.http.SharedSessionCookieFactory
 
createSessionCookie(String, String, ApplicationPool, Properties) - Method in class oracle.jbo.http.HttpSessionCookieFactory
Creates a HttpSessionCookieImpl instance.
createSessionCookie(String, String, Properties) - Method in interface oracle.jbo.common.ampool.ApplicationPool
Create a session cookie for access to this pool.
createSessionCookie(String, String, Properties) - Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
createSharedDataHandle() - Static method in class oracle.jbo.server.ApplicationModuleImpl
Internal: Applications should not call this method.
createSharedDataHandle() - Static method in class oracle.jbo.server.MetaObjectManager
 
createStatement() - Static method in class oracle.jbo.server.JDBCInteract
 
createStatement(int) - Method in class oracle.jbo.server.DBTransactionImpl
 
createStatement(int) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createStatement(int) - Method in interface oracle.jbo.server.DBTransaction
Creates a JDBC Statement instance.
createStream(boolean) - Static method in class oracle.jbo.common.TypeMarshaller
Serializes a Java boolean value.
createStream(byte) - Static method in class oracle.jbo.common.TypeMarshaller
Serializes an 8-bit Java integer value.
createStream(char) - Static method in class oracle.jbo.common.TypeMarshaller
Serializes a Java character.
createStream(Class, Object) - Static method in class oracle.jbo.common.TypeMarshaller
Serializes a Java object of a specified class.
createStream(Class, Object[]) - Static method in class oracle.jbo.common.ArrayMarshaller
NEW Convert an array of objects into byte stream.
createStream(double) - Static method in class oracle.jbo.common.TypeMarshaller
Serializes a 64-bit Java floating-point value.
createStream(float) - Static method in class oracle.jbo.common.TypeMarshaller
Serializes a 32-bit Java floating-point value.
createStream(int) - Static method in class oracle.jbo.common.TypeMarshaller
Serializes a 32-bit Java integer value.
createStream(int[]) - Static method in class oracle.jbo.common.ArrayMarshaller
NEW Convert an integer array into byte stream.
createStream(long) - Static method in class oracle.jbo.common.TypeMarshaller
Serializes a 64-bit Java integer value.
createStream(Object) - Static method in class oracle.jbo.common.TypeMarshaller
 
createStream(short) - Static method in class oracle.jbo.common.TypeMarshaller
Serializes a 16-bit Java integer value.
createSubcontext(Name) - Method in class oracle.jbo.common.JboInitialContext
 
createSubcontext(String) - Method in class oracle.jbo.common.JboInitialContext
 
createTextCell(String, String, String, String) - Method in class oracle.jdeveloper.html.DHTMLTable
 
createToolBarButtonForCommand(int) - Method in class oracle.jbo.html.databeans.BaseNavigatorBar
 
createTransactionHandler() - Method in class oracle.jbo.server.DefaultTxnHandlerFactoryImpl
Uses the current database connection to create a transaction handler for a non-EJB platform.
createTransactionHandler() - Method in interface oracle.jbo.server.TransactionHandlerFactory
Uses the current database connection to create a transaction handler.
createTreeNodeTypeBinding(JUFormBinding, JTree, String, String, String, JUCtrlHierTypeBinding[]) - Static method in class oracle.jbo.uicli.jui.JUTreeBinding
This method is used by the JClient model-binding editors to bind a JTree to this binding.
createViewBinding(JUFormBinding, JScrollBar, String, String, String, boolean, boolean) - Static method in class oracle.jbo.uicli.jui.JUScrollBarBinding
Binds a JScrollBar control to a BC4J ViewObject such that JScrollBar can be used to navigate rows in the ViewObject.
createViewBinding(JUPanelBinding, JProgressBar, String, String, String, boolean, boolean) - Static method in class oracle.jbo.uicli.jui.JUProgressBarBinding
Binds a JProgressBar control to a BC4J ViewObject such that JProgressBar can be used to navigate rows in the ViewObject.
createViewBinding(JUPanelBinding, JSlider, String, String, String, boolean, boolean) - Static method in class oracle.jbo.uicli.jui.JUSliderBinding
Binds a JSlider control to a BC4J ViewObject such that JSlider can be used to navigate rows in the ViewObject.
createViewBinding(JUPanelBinding, JUNavigationBar, String, String, String) - Static method in class oracle.jbo.uicli.controls.JUNavigationBar
 
createViewBinding(JUPanelBinding, String, String, String) - Static method in class oracle.jbo.uicli.controls.JUStatusBar
 
createViewCriteria() - Method in interface oracle.jbo.ViewObject
Creates a new view criteria (that is, "Query by Example") object for this View Object.
createViewCriteria() - Method in class oracle.jbo.server.ViewObjectImpl
Creates a new view criteria object for this View Object.
createViewCriteriaRow() - Method in class oracle.jbo.ViewCriteria
Creates a new criteria row as a ViewCriteriaRow object.
createViewLink(String, String, ViewObject, ViewObject) - Method in interface oracle.jbo.ApplicationModule
Creates a View Link in this Application Module from the View Link definition.
createViewLink(String, String, ViewObject, ViewObject) - Method in class oracle.jbo.server.ApplicationModuleImpl
Creates a View Link, given the View Link name, the Def name, and the names of the master and detail View Objects.
createViewLink(String, ViewObject, ViewObject) - Method in class oracle.jbo.server.DBTransactionImpl
Creates an anonymous View Link.
createViewLink(String, ViewObject, ViewObject) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createViewLink(String, ViewObject, ViewObject) - Method in interface oracle.jbo.server.DBTransaction
Creates a View Link.
createViewLinkBetweenViewObjects(String, String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in interface oracle.jbo.ApplicationModule
Creates a View Link in this Application Module.
createViewLinkBetweenViewObjects(String, String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Creates a View Link given either a View Link Definition or an Entity Association.
createViewLinkBetweenViewObjects(String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in class oracle.jbo.server.DBTransactionImpl
Creates an anonymous View Link.
createViewLinkBetweenViewObjects(String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createViewLinkBetweenViewObjects(String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) - Method in interface oracle.jbo.server.DBTransaction
Creates a View Link.
createViewLinkFromEntityAssocName(String, String, ViewObject, ViewObject) - Method in interface oracle.jbo.ApplicationModule
Creates a View Link in this Application Module from an Entity Association.
createViewLinkFromEntityAssocName(String, String, ViewObject, ViewObject) - Method in class oracle.jbo.server.ApplicationModuleImpl
Creates a View Link, given the View Objects and an Entity Association.
createViewLinkFromEntityAssocName(String, ViewObject, ViewObject) - Method in class oracle.jbo.server.DBTransactionImpl
Creates a View Link.
createViewLinkFromEntityAssocName(String, ViewObject, ViewObject) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createViewLinkFromEntityAssocName(String, ViewObject, ViewObject) - Method in interface oracle.jbo.server.DBTransaction
Creates a View Link.
createViewObject(String) - Method in class oracle.jbo.server.DBTransactionImpl
Creates an anonymous query definition from the name of a ViewObject class.
createViewObject(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createViewObject(String) - Method in interface oracle.jbo.server.DBTransaction
Creates a ViewObject instance based on the named defintion.
createViewObject(String, String) - Method in interface oracle.jbo.ApplicationModule
Creates a View Object in this Application Module from the View Object definition.
createViewObject(String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Creates an updateable View Object.
createViewObject(String, ViewDefImpl) - Method in class oracle.jbo.server.ApplicationModuleImpl
 
createViewObjectFromQueryClauses(String, String, String, String, String) - Method in class oracle.jbo.server.DBTransactionImpl
Creates an updatable query definition.
createViewObjectFromQueryClauses(String, String, String, String, String) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createViewObjectFromQueryClauses(String, String, String, String, String) - Method in interface oracle.jbo.server.DBTransaction
Creates an updatable View Object.
createViewObjectFromQueryClauses(String, String, String, String, String, String) - Method in interface oracle.jbo.ApplicationModule
Creates an View Object in this Application Module from an Entity Object and additional SQL clauses.
createViewObjectFromQueryClauses(String, String, String, String, String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Creates an updateable View Object.
createViewObjectFromQueryStmt(String) - Method in class oracle.jbo.server.DBTransactionImpl
Creates an anonymous query definition from an SQL statement.
createViewObjectFromQueryStmt(String) - Method in class oracle.jbo.server.NullDBTransactionImpl
Implementation of the DBTransaction interface.
createViewObjectFromQueryStmt(String) - Method in interface oracle.jbo.server.DBTransaction
Creates a View Object from a SQL statement.
createViewObjectFromQueryStmt(String, String) - Method in interface oracle.jbo.ApplicationModule
Creates a View Object in this Application Module based on a SQL statement.
createViewObjectFromQueryStmt(String, String) - Method in class oracle.jbo.server.ApplicationModuleImpl
Creates a read-only View Object, given a query statement and a name for the View Object.
CreateViewObjectTag - class oracle.jbo.html.jsp.datatags.CreateViewObjectTag.
 
CreateViewObjectTag() - Constructor for class oracle.jbo.html.jsp.datatags.CreateViewObjectTag
 
createXMLDefinition(int) - Method in class oracle.jbo.server.RowImpl
Creates a StringWriter and calls printXMLDefinition to generate proper DTD for this row and all containees (if depthCount > 0)
createXMLDefinition(int) - Method in class oracle.jbo.server.ViewObjectImpl
Creates a DTD definition for the View Object and all its contents (including contained RowSets if depthCount is non-zero).
createXMLSharedDataHandle() - Static method in class oracle.jbo.server.ApplicationModuleImpl
Call this function to register a shared data handle with MetaObjectManager and use it later.
CREATION_POLICY_ROUND_ROBIN - Static variable in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
CREATION_POLICY_SERIAL - Static variable in class oracle.jbo.common.ampool.ApplicationPoolImpl
 
CriteriaRowTag - class oracle.jbo.html.jsp.datatags.CriteriaRowTag.
 
CriteriaRowTag() - Constructor for class oracle.jbo.html.jsp.datatags.CriteriaRowTag
 
CriteriaRowTagTEI - class oracle.jbo.html.jsp.datatags.CriteriaRowTagTEI.
 
CriteriaRowTagTEI() - Constructor for class oracle.jbo.html.jsp.datatags.CriteriaRowTagTEI
 
CriteriaTag - class oracle.jbo.html.jsp.datatags.CriteriaTag.
 
CriteriaTag() - Constructor for class oracle.jbo.html.jsp.datatags.CriteriaTag
 
CSMessageBundle - class oracle.jbo.CSMessageBundle.
Defines the error codes and default error messages for operations on business objects.
CSMessageBundle_en - class oracle.jbo.CSMessageBundle_en.
 
CSMessageBundle_en_US - class oracle.jbo.CSMessageBundle_en_US.
 
CSMessageBundle_en_US() - Constructor for class oracle.jbo.CSMessageBundle_en_US
 
CSMessageBundle_en() - Constructor for class oracle.jbo.CSMessageBundle_en
 
CSMessageBundle() - Constructor for class oracle.jbo.CSMessageBundle
 
CTLTYPE_DATE - Static variable in interface oracle.jbo.AttributeHints
 
CTLTYPE_DEFAULT - Static variable in interface oracle.jbo.AttributeHints
 
CTLTYPE_EDIT - Static variable in interface oracle.jbo.AttributeHints
 
CTLTYPE_IMAGE - Static variable in interface oracle.jbo.AttributeHints
 
CTLTYPE_LIST - Static variable in interface oracle.jbo.AttributeHints
 
CTLTYPE_LOV - Static variable in interface oracle.jbo.AttributeHints
 
CTLTYPE_TOGGLE - Static variable in interface oracle.jbo.AttributeHints
 
CustomClassNotFoundException - exception oracle.jbo.CustomClassNotFoundException.
Indicates a failure to find the named custom component/definition/row class.
CustomClassNotFoundException(Class, String, Object[]) - Constructor for class oracle.jbo.CustomClassNotFoundException
Creates an exception to be localized using CSMessageBundle and error code EXC_DML_POST_ENTITY.
CustomClassNotFoundException(String, Exception) - Constructor for class oracle.jbo.CustomClassNotFoundException
Creates an exception to be localized using CSMessageBundle and error code EXC_CUSTOM_CLASS_NOT_FOUND.

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