|
Business Components 9.0.5 | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ClientElement
instance.
ClientElement
instance.
Configuration
instead.ContainerObject
.ContainerObject
event.
ContainerObject
interface.BC4JContext
instance
will be stored.
CSMessageBundle
and error code EXC_CUSTOM_CLASS_NOT_FOUND
.
- 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
.
- cacheCleared(ViewClearCacheEvent) -
Method in interface oracle.jbo.ViewClearCacheListener
- This event is fired when View Object caches are cleared.
- cacheCleared(ViewClearCacheEvent) -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- cacheException(JboException) -
Method in class oracle.adf.model.binding.DCBindingContainer
-
- caches -
Variable in class oracle.jbo.common.ApplicationModuleHelper
-
- calcAccessorPath(DCIteratorBinding, StringBuffer) -
Method in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
- Advanced internal.
- calculateAverages(boolean) -
Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
-
- callBeforeRowNavigated(DCIteratorBinding) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Forces the current control to stop its editing mode (if used, like in JTable).
- callBeforeRowNavigated(DCIteratorBinding) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Forces the current control to stop its editing mode (if used, like in JTable).
- callBeforeSaveTransaction(DCDataControl) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Forces the current control to stop its editing mode (if used, like in JTable).
- callBeforeSaveTransaction(DCDataControl) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Forces the current control to stop its editing mode (if used, like in JTable).
- callBeforeSaveTransaction(Transaction) -
Method in class oracle.jbo.uicli.jui.JUPanelBinding
- Deprecated. since 9.0.5, Use callBeforeSaveTransaction(DCDataControl)
- callBeforeSetAttribute(DCControlBinding, Row, AttributeDef, Object) -
Method in class oracle.adf.model.binding.DCBindingContainer
- Invoked before any control binding performs a setAttribute call on a BC4J row.
- callCommitTransaction() -
Method in class oracle.adf.model.binding.DCDataControl
- Helper method that invokes beforeSaveTransaction event on all DCPanelBinding
objects and then invokes the BC4J transaction's commit() method to save
all changes to the database.
- callMethod(DCDataControl, ArrayList) -
Method in class oracle.adf.model.binding.DCInvokeMethodDef
-
- 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.
- 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.
- 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.
- checkConnected() -
Method in class oracle.jbo.server.DBTransactionImpl
-
- checkEntityLocked(Row) -
Static method in class oracle.jbo.server.EntityDefImpl
- Internal: Applications should not use this method.
Called by BaseLobDomain to check for entity's locked state in local mode
using reflection rather than direct call as Domains need to be "server" independent.
- checkEquals(Object, Object) -
Static method in class oracle.jbo.domain.TypeFactory
-
- checkError() -
Method in class oracle.jbo.common.DiagnosticStream
-
- checkJServerPermissions() -
Static method in class oracle.jbo.common.JboEnvUtil
- this method checks that getProperties can be executed.
- checkModel() -
Method in class oracle.jbo.uicli.jui.JUTableSortModel
- If no sorting is to be done or when the base model has different
row count, resets the indices map so that sorting is done again.
- checkPassivateViewAttributes() -
Method in class oracle.jbo.server.ViewObjectImpl
- Applications should override this method to indicate if all
View Attribute (Transient, SQLDerived or Dynamic) needs to
be passivated when this ViewObject is passivated.
- checkTableNameForQuotes(String) -
Method in class oracle.jbo.server.BaseSQLBuilderImpl
-
- checkTableNameForQuotes(String) -
Method in interface oracle.jbo.server.SQLBuilder
- add quotes to any table name that may need it.
- checkin(ApplicationModule) -
Method in interface oracle.jbo.common.ampool.ApplicationPool
- Deprecated. Replaced by:
SessionCookie.releaseApplicationModule(int)
.
Application developers should invoke:
SessionCookie.releaseApplicationModule(SessionCookie.SHARED_UNMANAGED_RELEASE_MODE)
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:
SessionCookie.releaseApplicationModule(int)
.
Application developers should invoke:
SessionCookie.releaseApplicationModule(SessionCookie.SHARED_UNMANAGED_RELEASE_MODE)
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:
SessionCookie.releaseApplicationModule(int)
.
Application developers should invoke:
SessionCookie.releaseApplicationModule(SessionCookie.SHARED_MANAGED_RELEASE_MODE)
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:
SessionCookie.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.
- 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(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() -
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 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.
- childCount -
Variable in class oracle.jdeveloper.html.DHTMLRow
-
- cleanup() -
Method in class oracle.adf.model.binding.DCDataControl
-
- cleanupRegistered -
Static variable in class oracle.jbo.html.databeans.ChartRenderer
- Deprecated. register listener to clean up
- clear() -
Method in class oracle.adf.model.BindingContext
-
- clear() -
Method in class oracle.jbo.NameValuePairs
-
- 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
-
- clear() -
Method in class oracle.jbo.server.EntityRowSetImpl
-
- clear() -
Method in class oracle.svcmsg.ServiceMessage
-
- clearAll(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) -
Method in class oracle.jbo.html.struts11.actions.QueryAction
- "clearAll" dispatch method called by LookupDispatchAction
- clearAllExceptions() -
Method in class oracle.jbo.server.RowImpl
-
- 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(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(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.
- 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.
- clearCache() -
Method in interface oracle.jbo.ViewObject
- Clears the View Object cache.
- clearCache() -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- clearCache() -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- clearCache() -
Method in class oracle.jbo.server.EntityCache
-
- clearCache() -
Method in class oracle.jbo.server.ViewObjectImpl
- Clears the View Object cache.
- clearClientSide() -
Method in class oracle.jbo.client.remote.ViewLinkImpl
-
- clearCurrentData() -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
- for internal framework use only.
- clearDisplayAttributes() -
Method in interface oracle.jdeveloper.html.DataWebBean
- Clears the list of display attributes specified for the RowSet.
- clearDisplayAttributes() -
Method in class oracle.jdeveloper.html.DataWebBeanImpl
- 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.client.remote.ApplicationModuleImpl
-
- clearEntityCache(String) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- clearEntityCache(String) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- clearIterBindings() -
Method in class oracle.jbo.uicli.binding.JUFormBinding
- Clean all iterator bindings registered with this form.
- clearIteratorBindings() -
Method in class oracle.adf.model.binding.DCBindingContainer
- *** For internal framework use only ***
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
-
- clearServiceMessage() -
Method in interface oracle.jbo.server.ApplicationModuleRemoteAdapter
-
- clearServiceMessage() -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- clearServiceMessage() -
Method in class oracle.jbo.server.remote.PiggybackManager
-
- 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 View Object cache for all View Objects that use an Entity Object
identified by
entityName
.
- clearVOCaches(String, boolean) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- clearVOCaches(String, boolean) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- clearVOCaches(String, boolean) -
Method in class oracle.jbo.server.ApplicationModuleImpl
- Clears the caches of all View Objects that use the specified entity.
- clearVOCaches(String, boolean) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- clickHandler -
Variable in class oracle.jdeveloper.html.HTMLDocument
-
- clickHandler -
Variable in class oracle.jdeveloper.html.HTMLImageURL
-
- clickHandler -
Variable in class oracle.jdeveloper.html.HTMLTextURL
-
- clone() -
Method in class oracle.adf.model.binding.DCInvokeMethodDef
- Internal: Applications should not use this method.
- clone() -
Method in class oracle.adf.model.binding.DCMethodParameterDef
-
- clone() -
Method in class oracle.jbo.common.ampool.Statistics
-
- clone() -
Method in class oracle.jbo.server.ConnectionCredentials
-
- clone() -
Method in class oracle.jbo.server.util.Variant
-
- close() -
Method in class oracle.jbo.client.remote.ClobDomainCharacterOutputStream
-
- close() -
Method in class oracle.jbo.client.remote.ClobDomainCharacterStream
- Close the stream.
- close() -
Method in class oracle.jbo.client.remote.LobDomainInputStream
-
- close() -
Method in class oracle.jbo.client.remote.LobDomainOutputStream
-
- 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.
- closeCharacterOutputStream() -
Method in interface oracle.jbo.domain.LobStreamInterface
- Closes and cleansup internal reference to writer.
- closeCharacterStream() -
Method in interface oracle.jbo.domain.LobStreamInterface
- Closes the character-reader object.
- closeConn() -
Static method in class oracle.jbo.server.JDBCInteract
-
- closeFreedStatements() -
Method in class oracle.jbo.server.ViewObjectImpl
-
- closeInputStream() -
Method in interface oracle.jbo.domain.LobStreamInterface
- Closes the InputStream object.
- closeLob(int, int, String, boolean, boolean) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- closeOutputStream() -
Method in interface oracle.jbo.domain.LobStreamInterface
- Closes the OutputStream object.
- closeRowSet() -
Method in interface oracle.jbo.RowSet
- Closes the row set.
- closeRowSet() -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- closeRowSet() -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- closeRowSet() -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- closeRowSet() -
Method in class oracle.jbo.server.ViewObjectImpl
-
- closeRowSet() -
Method in class oracle.jbo.server.ViewRowSetImpl
-
- closeRowSetIterator() -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
-
- closeRowSetIterator() -
Method in interface oracle.jbo.RowSetIterator
- Closes this row set iterator.
- closeRowSetIterator() -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- closeRowSetIterator() -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- closeRowSetIterator() -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- closeRowSetIterator() -
Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
-
- closeRowSetIterator() -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- closeRowSetIterator() -
Method in class oracle.jbo.server.ViewObjectImpl
-
- closeRowSetIterator() -
Method in class oracle.jbo.server.ViewRowSetImpl
-
- closeRowSetIterator() -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
-
- closeStatements() -
Method in class oracle.jbo.server.EntityCache
-
- closeStmt(Statement) -
Static method in class oracle.jbo.server.JDBCInteract
-
- closeTransaction() -
Method in interface oracle.jbo.server.DBTransaction
- Closes this transaction's JDBC connection.
- closeTransaction() -
Method in class oracle.jbo.server.DBTransactionImpl
- Internal: Applications should not use this method.
- closeTransaction() -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- colName -
Variable in class oracle.jbo.html.databeans.QueryRowDefinition
-
- colPrompt -
Variable in class oracle.jbo.html.databeans.QueryRowDefinition
-
- colTitles -
Variable in class oracle.jbo.html.databeans.RowSetBrowser
-
- collapse() -
Method in class oracle.jbo.uicli.jui.JUTreeNodeBinding
- Collapses the detail nodes of this node and closes this node.
- collectDataRows(AccessorTraversal, int) -
Method in interface oracle.jbo.common.DataCollector
-
- collectDataRows(AccessorTraversal, int) -
Method in class oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo
-
- 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.client.remote.ApplicationModuleImpl
- Execute a commit of the server to the database.
- commit() -
Method in class oracle.jbo.html.jsp.datatags.JServerUserTransactionBean
-
- commit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) -
Method in class oracle.jbo.html.struts11.actions.TransactionAction
- "commit" dispatch method called by DispatchAction
- commit(BC4JContext) -
Method in class oracle.jbo.html.struts11.actions.TransactionAction
-
- 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.DefaultJTATxnHandlerImpl
-
- commit() -
Static method in class oracle.jbo.server.JDBCInteract
-
- commit() -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- commit() -
Method in class oracle.jbo.server.ejb.StatelessSessionBeanImpl
-
- commitAndSaveChangeSet() -
Method in interface oracle.jbo.Transaction
- Commits the transaction and writes updated EntityImpls to the
persistent store.
- commitAndSaveChangeSet() -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- commitAndSaveChangeSet() -
Method in class oracle.jbo.server.DBTransactionImpl
-
- commitAndSaveChangeSet() -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- 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
-
- commitTransaction() -
Method in class oracle.adf.model.bc4j.DCJboDataControl
-
- commitTransaction() -
Method in class oracle.adf.model.binding.DCDataControl
- Invokes the BC4J transaction's commit() method to save
all changes to the database.
- commitTransaction() -
Method in class oracle.adf.model.generic.DCGenericDataControl
-
- commitTransaction() -
Method in class oracle.adf.model.generic.toplink.ToplinkDataControl
- This method handles committing client changes in the TopLink UnitOfWork, creating
a new UnitOfWork for the next transaction, restoring all RowSetIterators, and
delegating to DCGenericDataControl to handle any bean level commit responsibilities.
- commitTransaction() -
Method in class oracle.jbo.server.ejb.StatefulSessionBeanImpl
- Posts the changes in bc4j cache, commits
the transaction associated with the bean and then releases
the jdbc connection.
- commitTransaction() -
Method in class oracle.jbo.server.ejb.sb.BeanManagedServiceBean
- Posts the changes in bc4j cache, commits
the transaction associated with the bean and then releases
the jdbc connection.
- commonScriptName -
Variable in class oracle.jbo.html.databeans.ChartRenderer
- Deprecated. name of the common jsp file which is shared by all chart objects
The common jsp file invokes the render method.
- compareAndSetAttribute(int, Object) -
Method in class oracle.jbo.uicli.binding.JUCtrlValueBinding
- Advanced 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.
- compareFetchedValue(AttributeDefImpl, Object, Object) -
Method in class oracle.jbo.server.BaseSQLBuilderImpl
-
- compareFetchedValue(AttributeDefImpl, Object, Object) -
Method in class oracle.jbo.server.OracleSQLBuilderImpl
- Override for Oracle because in OracleDB, in cache we may have "" string that was
posted and DB assumes that string as null and returns null on fetch again.
- compareFetchedValue(AttributeDefImpl, Object, Object) -
Method in interface oracle.jbo.server.SQLBuilder
- Compare the cacheValue with fetchedValue and if they are equal return true
This api is used when comparing cached entity with a faulted in entity.
- compareObjectTypes(Object, Object) -
Method in class oracle.jbo.uicli.jui.JUTableSortModel
- Converts unknown Object types to String and compares the Strings.
- compareRows(int, int) -
Method in class oracle.jbo.uicli.jui.JUTableSortModel
- Compares the sort-column values in two rows.
- compareRowsByColumn(int, int, int) -
Method in class oracle.jbo.uicli.jui.JUTableSortModel
- Compares the values in two rows at the given column.
- compareTo(Variant) -
Method in class oracle.jbo.rules.Variant
-
- compareTo(Variant) -
Method in class oracle.jbo.server.util.Variant
-
- 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.
- 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.
- composeName(Name, Name) -
Method in class oracle.jbo.common.JboInitialContext
-
- composeName(String, String) -
Method in class oracle.jbo.common.JboInitialContext
-
- computeAppModuleAgeHistograms(Statistics) -
Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
-
- computeResourceAgeHistogram(ResourcePoolStatistics) -
Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
-
- computeSessionAgeHistogram(Statistics) -
Method in class oracle.jbo.common.ampool.ApplicationPoolLogger
-
- condition -
Variable in class oracle.jbo.html.databeans.QueryRowDefinition
-
- configDocument -
Variable in class oracle.jbo.client.Configuration
-
- configName -
Variable in class oracle.jbo.html.jsp.datatags.ApplicationModuleTag
-
- connect() -
Method in class oracle.adf.model.bc4j.DCJboDataControl
- *** For internal framework use only ***
If this application is root, this method invokes the corresponding BC4J Transaction's
connect() method to create a database connection.
- connect() -
Method in class oracle.adf.model.binding.DCDataControl
- If this DCDataControl is root, this method invokes the corresponding BC4J Transaction's
connect() method to create a database connection.
- connect() -
Method in class oracle.jbo.ApplicationPoolSvcMsgContext
-
- connect(String) -
Method in interface oracle.jbo.Transaction
- Attempts to establish a connection to a database identified by a URL.
- connect(String, Properties) -
Method in interface oracle.jbo.Transaction
- Attempts to establish a connection to a database identified by a URL.
- connect(String, String, 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.client.remote.ApplicationModuleImpl
- Make a physical connection to a database server.
- connect(String, Properties) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
- Make a physical connection to a database server.
- connect(String, String, String) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
- Make a physical connection to a database server.
- 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 interface oracle.jbo.common.ampool.ConnectionStrategy
- Connect an application module.
- connect(ApplicationModule, SessionCookie, EnvInfoProvider) -
Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
-
- connect(Connection) -
Method in interface oracle.jbo.server.DBTransaction
- Deprecated.
- connect(Connection) -
Method in class oracle.jbo.server.DBTransactionImpl
- Deprecated.
- 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, Properties) -
Method in class oracle.jbo.server.DBTransactionImpl
- Internal: Applications should not use this method.
- connect(String, String, String) -
Method in class oracle.jbo.server.DBTransactionImpl
- Internal: Applications should not use this method.
- connect(Connection) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connect
method.
- connect(String) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connect
method.
- connect(String, Properties) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connect
method.
- connect(String, String, String) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation
of
connect
method.
- connect(String) -
Static method in class oracle.jbo.server.JDBCInteract
-
- connect(String, Properties) -
Static method in class oracle.jbo.server.JDBCInteract
-
- connect(String, String, String) -
Static method in class oracle.jbo.server.JDBCInteract
-
- connect(Connection) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connect(String) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- connect(String, Properties) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- connect(String, String, String) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- connectToDataSource(String, String, String, String) -
Method in interface oracle.jbo.Transaction
- Deprecated. Since Jdeveloper 9.0.2. No replacement
- connectToDataSource(String, String, String, String, String, String) -
Method in interface oracle.jbo.Transaction
- Deprecated. Since Jdeveloper 9.0.2. No replacement
- 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, 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(String, String, String, String) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- connectToDataSource(String, String, String, String, String, String) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- connectToDataSource(Hashtable, String, String, String, boolean) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- connectToDataSource(Hashtable, String, boolean) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- connectToDataSource(DataSource, boolean) -
Method in interface oracle.jbo.server.DBTransaction
-
- connectToDataSource(DataSource, String, String, boolean) -
Method in interface oracle.jbo.server.DBTransaction
-
- connectToDataSource(String, String, String, String) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(String, String, String, String, String, String) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(DataSource, boolean) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(DataSource, String, String, boolean) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(Hashtable, String, String, String, boolean) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(Hashtable, String, boolean) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- connectToDataSource(String, String, String, String) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Deprecated. Since Jdeveloper 9.0.2
- connectToDataSource(String, String, String, String, String, String) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Deprecated. Since Jdeveloper 9.0.2
- connectToDataSource(DataSource, boolean) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connectToDataSource
method.
- connectToDataSource(DataSource, String, String, boolean) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
connectToDataSource
method.
- connectToDataSource(Hashtable, String, String, String, boolean) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation
of
connectToDataSource
method.
- connectToDataSource(Hashtable, String, boolean) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation
of
connectToDataSource
method.
- connectToDataSource(String, String, String, String) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(String, String, String, String, String, String) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(DataSource, boolean) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(DataSource, String, String, boolean) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(Hashtable, String, String, String, boolean) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource(Hashtable, String, boolean) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- connectToDataSource() -
Method in class oracle.jbo.server.ejb.SessionBeanImpl
- Convenenince method for acquiring the jdbc connection from the dataSource name specified in
useDataSource
.
- connectionManager -
Static variable in class oracle.jbo.client.Configuration
-
- container -
Variable in class oracle.jbo.html.databeans.ToolBarButton
-
- container -
Variable in class oracle.jbo.html.jsp.datatags.AttributeIterateTag
-
- 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.EntityRowSetImpl
-
- 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.
- containsAll(Collection) -
Method in class oracle.jbo.server.EntityRowSetImpl
-
- containsException(Throwable) -
Method in class oracle.jbo.JboException
- Returns true if this exception contains the given Throwable object in it's
details or if one of it's details contains the Throwable object.
- containsKey(Object) -
Method in class oracle.adf.model.BindingContext
-
- 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.
- containsRow(Row) -
Method in class oracle.adf.model.generic.DCGenericRowSetIteratorImpl
-
- containsRow(Row) -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
-
- containsValue(Object) -
Method in class oracle.adf.model.BindingContext
-
- contentFrameName -
Static variable in interface oracle.jdeveloper.html.WebBean
-
- contents -
Variable in class oracle.jbo.common.ArrayResourceBundle
-
- convert(Class, Class, Object) -
Method in class oracle.jbo.domain.TypeConvMapEntry
-
- convertArrayListToVector(ArrayList) -
Static method in class oracle.jbo.common.JboEnvUtil
-
- convertAttributeValue(AttributeDef, Object, int, String) -
Static method in class oracle.jbo.domain.TypeFactory
-
- 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.rules.JboCompareValidator
- Interprets a string as one of the comparison operator
constants defined in this class.
- 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.adf.model.binding.DCDefBase
-
- convertToInt(Object) -
Static method in class oracle.adf.model.binding.DCDefBase
-
- convertToIntArray(Object[]) -
Static method in class oracle.adf.model.binding.DCDefBase
-
- convertToJava(AttributeDef, Object) -
Method in class oracle.jbo.rules.AbstractValidator
-
- 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.
- convertToVector(String) -
Static method in class oracle.jbo.rules.JboListValidator
- Converts a string representation of values to a vector.
- convertToVector(String) -
Static method in class oracle.jbo.server.rules.JboListValidator
- Converts a string representation of values to a vector.
- convertUpdateableStringToFlag(String) -
Static method in class oracle.jbo.common.AttributeDefHelper
- Convert Attribute Updateable value to byte.
- convertValue(Class, Class, Object, int) -
Static method in class oracle.jbo.common.JboTypeMap
-
- convertValue(Class, Class, Object[], int) -
Method in class oracle.jbo.common.JboTypeMapEntries
-
- convertValue(Class, Class, Object[], int) -
Method in class oracle.jbo.common.OracleTypeMapEntries
-
- convertValueList() -
Method in class oracle.jbo.uicli.binding.JUCtrlListBinding
- *** For internal framework use only ***
- convertValueToStorageType(Object) -
Method in class oracle.jbo.server.BaseSQLBuilderImpl
- Abstraction to allow domain types to be not converted if they're jdbc known types.
- convertValueToStorageType(Object) -
Method in class oracle.jbo.server.OracleSQLBuilderImpl
- Abstraction to allow domain types to be not converted if they're jdbc known types.
- convertValueToStorageType(Object) -
Method in interface oracle.jbo.server.SQLBuilder
-
- convertValueToWhereFragment(AttributeDef, String) -
Method in class oracle.jbo.server.BaseSQLBuilderImpl
-
- convertValueToWhereFragment(ViewObject, ViewCriteria, 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(DCMethodParameterDef) -
Method in class oracle.adf.model.binding.DCMethodParameterDef
-
- 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
-
- copyTo(ServiceMessage) -
Method in class oracle.jbo.common.JboServiceMessage
-
- copyTo(ServiceMessage) -
Method in class oracle.svcmsg.ServiceMessage
-
- create(String, String, int, String, int, int) -
Static method in class oracle.jbo.ApplicationModuleFactory
-
- create(String, String, String, int, String, int, int) -
Static method in class oracle.jbo.ApplicationModuleFactory
-
- create() -
Method in interface oracle.jbo.ApplicationModuleHome
- Creates an
ApplicationModule
.
- 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() -
Method in class oracle.jbo.client.remote.corba.CORBAApplicationModuleHomeImpl
-
- create(EJBHome, Hashtable) -
Static method in class oracle.jbo.client.remote.ejb.ApplicationModuleProxy
-
- create() -
Method in class oracle.jbo.common.StringManagerFactory
- Instantiates a StringManager object.
- create(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) -
Method in class oracle.jbo.html.struts11.actions.EditAction
- "create" dispatch method
- create() -
Method in class oracle.jbo.server.ComponentObjectImpl
-
- create() -
Method in class oracle.jbo.server.DatabaseTransactionFactory
- Instantiates a DBTransactionImpl2 instance.
- create(String) -
Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3.
This method is no longer called
to create a connected DBTransaction instance.
Instead, DBTransactionImpl2 instance, created by
create()
, migrates from
disconnected to connected state.
- create(String, String, String) -
Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3.
This method is no longer called
to create a connected DBTransaction instance.
Instead, DBTransactionImpl2 instance, created by
create()
, migrates from
disconnected to connected state.
- create(String, String, String, Properties) -
Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3.
This method is no longer called
to create a connected DBTransaction instance.
Instead, DBTransactionImpl2 instance, created by
create()
, migrates from
disconnected to connected state.
- create(Connection) -
Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3.
This method is no longer called
to create a connected DBTransaction instance.
Instead, DBTransactionImpl2 instance, created by
create()
, migrates from
disconnected to connected state.
- create(String, Properties) -
Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3.
This method is no longer called
to create a connected DBTransaction instance.
Instead, DBTransactionImpl2 instance, created by
create()
, migrates from
disconnected to connected state.
- create(DataSource) -
Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3.
This method is no longer called
to create a connected DBTransaction instance.
Instead, DBTransactionImpl2 instance, created by
create()
, migrates from
disconnected to connected state.
- create(DataSource, String, String) -
Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3.
This method is no longer called
to create a connected DBTransaction instance.
Instead, DBTransactionImpl2 instance, created by
create()
, migrates from
disconnected to connected state.
- 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() -
Static method in class oracle.jbo.server.SQLBuilderFactory
- Creates instances of a designated implementation of the SQLBuilder interface.
- create(String) -
Static method in class oracle.jbo.server.SQLBuilderFactory
-
- create(AttributeList) -
Method in class oracle.jbo.server.ViewRowImpl
- Initialization method to be over-ridden in generated code
for custom defaulting.
- create() -
Method in class oracle.jbo.server.remote.colo.ColoApplicationModuleHomeImpl
-
- create(SessionInfo) -
Method in class oracle.jbo.server.remote.corba.RemoteApplicationModuleHomeImpl
-
- createAccessorRowSetIterator(RowSetIterator, DCIteratorBinding, String, String) -
Method in class oracle.adf.model.bc4j.DCJboDataControl
-
- createAccessorRowSetIterator(RowSetIterator, DCIteratorBinding, String, String) -
Method in class oracle.adf.model.binding.DCDataControl
- creates a accessor RSI using the current or the first row of the masterRSI and calling
the get
method on it to get the RSI dataprovider.
- createAccessorRowSetIterator(RowSetIterator, Row, DCIteratorBinding, String, String) -
Method in class oracle.adf.model.binding.DCDataControl
-
- 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.
- createAndInitRow(AttributeList) -
Method in class oracle.adf.model.generic.DCGenericRowSetIteratorImpl
-
- createAndInitRow(AttributeList) -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
-
- createAndInitRow(AttributeList) -
Method in interface oracle.jbo.RowIterator
- Creates and initializes a new Row object, but does not insert it into
the Row Set.
- createAndInitRow(AttributeList) -
Method in class oracle.jbo.ViewCriteria
- Creates a new Row object, but does not insert it into the row set.
- createAndInitRow(AttributeList) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- createAndInitRow(AttributeList) -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- createAndInitRow(AttributeList) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- createAndInitRow(AttributeList) -
Method in class oracle.jbo.server.ViewRowSetImpl
-
- createAndInitRow(AttributeList) -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
-
- createAndLoadFromXML(DefElementImpl) -
Static method in class oracle.adf.model.binding.DCConfigurationDef
-
- createAndLoadFromXML(DefElementImpl, String) -
Static method in class oracle.adf.model.binding.DCDefBase
-
- createAndLoadFromXML(DefElementImpl) -
Static method in class oracle.adf.model.generic.StructureDefImpl
-
- createAndLoadFromXML(DefElementImpl) -
Static method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
-
- createAndLoadFromXML(DefElementImpl, String) -
Static method in class oracle.jbo.uicli.mom.JUDataControlDefImpl
-
- createApplicationDefinition(String) -
Method in class oracle.jbo.uicli.mom.JUMetaObjectManager
-
- 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.client.remote.AbstractAppModuleRequestHandler
-
- createApplicationModule(String, String) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
- Create a ApplicationModule using its class name and specify its name
- createApplicationModule(String, String) -
Method in class oracle.jbo.client.remote.PooledRequestHandler
-
- createApplicationModule(String, String) -
Method in class oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl
-
- createApplicationModule(Hashtable) -
Method in interface oracle.jbo.common.ampool.ConnectionStrategy
- Create an application module.
- createApplicationModule(SessionCookie, EnvInfoProvider) -
Method in interface oracle.jbo.common.ampool.ConnectionStrategy
- Create an application module.
- createApplicationModule(SessionCookie, EnvInfoProvider) -
Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
-
- createApplicationModule(Hashtable) -
Method in class oracle.jbo.common.ampool.DefaultConnectionStrategy
-
- createApplicationModule(String, String) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- 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 interface oracle.jbo.server.DBTransaction
- Creates an instance of an nested Application Module within this
Transaction
For example,
- createApplicationModule(String) -
Method in interface oracle.jbo.server.DBTransaction
- Creates an 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) -
Method in class oracle.jbo.server.DBTransactionImpl
- Creates an anonymous Application Module.
- createApplicationModule(String, String) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createApplicationModule(String) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createApplicationModule(String, String) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createApplicationModule(Hashtable) -
Method in class oracle.jbo.server.ejb.SessionBeanImpl
-
- createApplicationModule(String, Hashtable) -
Method in class oracle.jbo.server.ejb.SessionBeanImpl
- Convenience method for creating the aggregated application module instance
using the jndi environment properties.
- createApplicationModule(String, String) -
Method in class oracle.jbo.server.ejb.sb.ServiceBean
- Convenience method for creating the aggregated application module instance
using a LOCAL mode configuration.
- createApplicationModule(String) -
Method in class oracle.jbo.server.ejb.sb.ServiceBean
- Convenience method for creating the aggregated application module instance.
- createApplicationModule(String, String) -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- 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
-
- createAssociationAccessorRS(ViewObjectImpl, Row, Object[]) -
Method in class oracle.jbo.server.AssociationDefImpl
-
- createAssociationAccessorRS(ViewObjectImpl, Row, Object[]) -
Method in class oracle.jbo.server.ejb.facade.CmrAccessorDefImpl
-
- createAssociationAccessorVO(ApplicationModuleImpl, String, EntityAssociation) -
Method in class oracle.jbo.server.AssociationDefImpl
-
- createAssociationAccessorVO(ApplicationModuleImpl, String, EntityAssociation) -
Method in class oracle.jbo.server.ejb.facade.CmrAccessorDefImpl
-
- createAttributeBinding(JUFormBinding, Object, String, String, String, String) -
Static method in class oracle.jbo.uicli.binding.JUCtrlAttrsBinding
- 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, JUArrayComboBox, String, String, String, String, JUArrayElementEditorInterface) -
Static method in class oracle.jbo.uicli.controls.JUArrayComboBox
- This method is used by the JDeveloper designtime wizards for binding a JComboBox component
with an attribute of type Array in 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 based on the given binding information.
- createAttributeBinding(JUFormBinding, JFormattedTextField, MaskFormatter, String, String, String, String) -
Static method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
-
- createAttributeBinding(JUFormBinding, JFormattedTextField, NumberFormatter, String, String, String, String) -
Static method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
-
- createAttributeBinding(JUFormBinding, JFormattedTextField, DateFormatter, String, String, String, String) -
Static method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
-
- createAttributeBinding(JUFormBinding, JFormattedTextField, JFormattedTextField.AbstractFormatter, JUFormattedTextFieldBinding.Convertor, String, String, String, String) -
Static method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
-
- createAttributeBinding(JUFormBinding, JFormattedTextField, JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter, String, String, String, String) -
Static method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
-
- createAttributeBinding(JUFormBinding, JFormattedTextField, JFormattedTextField.AbstractFormatterFactory, String, String, String, String) -
Static method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
-
- createAttributeBinding(JUFormBinding, JFormattedTextField, JFormattedTextField.AbstractFormatterFactory, JUFormattedTextFieldBinding.Convertor, String, String, String, String) -
Static method in class oracle.jbo.uicli.jui.JUFormattedTextFieldBinding
- 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, JLabel, String, String, String, String) -
Static method in class oracle.jbo.uicli.jui.JULabelBinding
- This method is used by the JDeveloper design time wizards for binding a label
with an attribute of rows of a ViewObject/RowIterator.
- 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.
- 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.
- createAttributeListBinding(JUPanelBinding, JTable, String, String, String, String[]) -
Static method in class oracle.jbo.uicli.jui.JUTableBinding
- Creates an instance of JUTableBinding to return.
- createAttributeListBinding(JUPanelBinding, JTable, String, String, String, String[], boolean, JUTableSortModel) -
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
-
- createBean(EntityFacadeImpl) -
Method in class oracle.jbo.server.ejb.facade.EntityFacadeCollImpl
- Creates an Entity Bean instance.
- createBeanInstance() -
Method in class oracle.jbo.server.EJBEntityDefImpl
-
- createBindingContainer(BindingContext) -
Method in class oracle.adf.model.binding.DCBindingContainerDef
-
- createBindingContainer(ApplicationModule) -
Method in class oracle.adf.model.binding.DCBindingContainerDef
-
- createBindingContainer(String, String, boolean) -
Method in class oracle.adf.model.binding.DCDataControl
- Create a DCBindingContainer instance using the given name and form definition.
- createBindingContainerInstance(String) -
Method in class oracle.adf.model.binding.DCDataControl
-
- 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 class oracle.jbo.uicli.controls.JURadioButtonGroupPanel
-
- 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.
- createCallableStatement(String, int) -
Method in interface oracle.jbo.server.DBTransaction
- Creates a JDBC CallableStatement instance.
- createCallableStatement(String, int) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- createCallableStatement(String, int) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createCallableStatement
method.
- createCallableStatement(String, int) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createClientAdapter(RemoteApplicationModule) -
Method in class oracle.jbo.client.remote.corba.CORBAApplicationModuleHomeImpl
- Create the client side adapter for a remote ApplicationModule.
- 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.client.remote.ApplicationModuleImpl
- Create a ComponentUsage using the name of a ComponentObject class.
- createComponentObject(String, String) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- 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
- createComponentObject(String, String) -
Method in class oracle.jbo.server.ContainerObjectImpl
-
- createComponentObject(String, String) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- 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
-
- createContainerType(String) -
Method in class oracle.jbo.uicli.mom.JUDataControlDefImpl
-
- createControl() -
Method in class oracle.adf.model.binding.DCControlBindingDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUActionDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUButtonDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUComboBoxDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUDefaultControlDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JULabelDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUProgressBarAttrDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUProgressBarDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUScrollBarAttrDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUScrollBarDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUSliderAttrDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUSliderDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUTextFieldDef
-
- createControl() -
Method in class oracle.jbo.uicli.jui.JUTreeDef
-
- createControlBinding(Object, DCBindingContainer) -
Method in class oracle.adf.model.binding.DCControlBindingDef
-
- createControlBinding(DCBindingContainer) -
Method in class oracle.adf.model.binding.DCControlBindingDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.adf.model.binding.DCControlBindingDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.binding.JUCtrlActionDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.binding.JUCtrlAttrsDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.binding.JUCtrlHierDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.binding.JUCtrlHierTypeBinding
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.binding.JUCtrlListDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.binding.JUCtrlRangeDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUActionDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUButtonDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUButtonGroupDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUComboBoxDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUDefaultControlDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUFormattedTextFieldDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JULabelDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUListSingleSelDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JULovButtonDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUMasterDetailGraphDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUProgressBarAttrDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUProgressBarDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUScrollBarAttrDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUScrollBarDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUSliderAttrDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUSliderDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUSpinnerDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUTableDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUTextFieldDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.jui.JUTreeDef
-
- createControlBindingInstance(Object, DCBindingContainer) -
Method in class oracle.jbo.uicli.uix.JUCtrlHGridDef
-
- createControlDef(HashMap) -
Method in class oracle.adf.model.binding.DCBindingContainerDef
-
- createControlDef(String) -
Method in interface oracle.adf.model.binding.DCDefFactory
-
- createControlDef(String) -
Method in class oracle.jbo.uicli.binding.JUBindingDefFactoryImpl
-
- createControlDef(String) -
Method in class oracle.jbo.uicli.jui.JUDefFactoryImpl
-
- createControlDef(String, HashMap) -
Method in class oracle.jbo.uicli.jui.JUPanelDef
-
- createControls(DCBindingContainer) -
Method in class oracle.adf.model.binding.DCBindingContainerDef
-
- createDOMParser(boolean) -
Static method in class oracle.jbo.common.JboXMLUtil
-
- createDataControl(String, String, Object, boolean) -
Method in class oracle.adf.model.generic.DataControlFactoryImpl
- Override this method to supply custom generic-based data control
- createDataSource(PageContext, String, String, String, String, boolean) -
Static method in class oracle.jbo.html.jsp.datatags.Utils
-
- 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
- createDeletedRowNodeIterator(ViewObjectImpl, Node) -
Method in class oracle.jbo.server.DotNetXmlDocumentReader
-
- createDeletedRowNodeIterator(ViewObjectImpl, Node) -
Method in class oracle.jbo.server.XmlDocumentReader
-
- createDetailRowSet(String, String) -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
- Create a row set for the view link.
- createDetailRowSet(String, String) -
Method in interface oracle.jbo.RowSetIterator
- Creates a detail Row Set.
- createDetailRowSet(int, String, String) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
- Create a detail RowSet (ViewObject) using the name of a ViewObject class.
- createDetailRowSet(String, String) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
- Create a row set for the view link.
- createDetailRowSet(String, String) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- createDetailRowSet(String, String) -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- createDetailRowSet(String, String) -
Method in class oracle.jbo.common.ws.WSRowSetIteratorImpl
-
- createDetailRowSet(String, String) -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- createDetailRowSet(String, String) -
Method in class oracle.jbo.server.ViewObjectImpl
- Creates a detail Row Set.
- 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 a detail Row Set.
- createDiagnostic() -
Static method in class oracle.jbo.common.DiagnosticFactory
- Creates an instance of an implementation of the
IDiagnostic
interface.
- createDomainFromSerializedXML(Element) -
Method in interface oracle.jbo.domain.XMLDomainReaderFactory
-
- 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 interface oracle.jbo.server.DBTransaction
- Creates an EntityImpl instance based on the given defintion.
- createEntityInstance(String, AttributeList) -
Method in interface oracle.jbo.server.DBTransaction
- Creates an EntityImpl instance based on the named defintion.
- 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(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(EntityDefImpl, AttributeList) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createEntityInstance
method.
- createEntityInstance(String, AttributeList) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createEntityInstance
method.
- createEntityInstance(EntityDefImpl, AttributeList) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createEntityInstance(String, AttributeList) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- 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.
- createEnumerationBinding(JUFormBinding, JSpinner, String, String, String, String, Object[]) -
Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this method to bind a JSpinner control to a ViewObject/RowSet, identified by voInstanceName.
- createEnumerationBinding(JUFormBinding, JSpinner, String, String, String, String, SpinnerListModel) -
Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this method to bind a JSpinner control to a ViewObject/RowSet, identified by voInstanceName.
- createEnumerationBinding(JUFormBinding, JSpinner, String, String, String, String, SpinnerDateModel) -
Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this method to bind a JSpinner control to a ViewObject/RowSet, identified by voInstanceName.
- createEnumerationBinding(JUFormBinding, JSpinner, String, String, String, String, SpinnerNumberModel) -
Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this method to bind a JSpinner control to a ViewObject/RowSet, identified by voInstanceName.
- createFinderUserData() -
Method in class oracle.jbo.server.ejb.facade.CmrAccessorViewImpl
-
- createFinderUserData() -
Method in class oracle.jbo.server.ejb.facade.FinderViewImpl
-
- createFormBinding(String, String, boolean) -
Method in class oracle.jbo.uicli.binding.JUApplication
- *** For internal framework use only ***
- createHTMLSelect(boolean) -
Method in class oracle.jdeveloper.html.StaticPickList
-
- createIOR(RemoteApplicationModule) -
Method in class oracle.jbo.server.remote.corba.RemoteApplicationModuleHomeImpl
-
- 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(ResponseValues) -
Static method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- createInstance(ResponseValues, SessionCookie) -
Static method in class oracle.jbo.client.remote.PooledRequestHandler
-
- 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.
- createInstance(Hashtable, String, TransactionHandlerFactory) -
Static method in class oracle.jbo.server.remote.ejb.ServerApplicationModuleImpl
-
- 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(BindingContext, DCBindingContainer, ApplicationModule) -
Method in class oracle.adf.model.binding.DCIteratorBindingDef
-
- createIterBinding(BindingContext, DCBindingContainer) -
Method in class oracle.adf.model.binding.DCIteratorBindingDef
-
- createIterBinding(DCDataControl, DCBindingContainer, RowSetIterator) -
Method in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
-
- createIterBinding(BindingContext, DCBindingContainer, ApplicationModule) -
Method in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
-
- createIterBinding(BindingContext, DCBindingContainer) -
Method in class oracle.jbo.uicli.binding.JUAccessorIteratorDef
-
- createIterBinding(BindingContext, DCBindingContainer, ApplicationModule) -
Method in class oracle.jbo.uicli.binding.JUIteratorDef
-
- createIterBinding(BindingContext, DCBindingContainer) -
Method in class oracle.jbo.uicli.binding.JUIteratorDef
-
- createIterBinding(BindingContext, DCBindingContainer, ApplicationModule) -
Method in class oracle.jbo.uicli.binding.JUMethodIteratorDef
-
- createIterBinding(BindingContext, DCBindingContainer) -
Method in class oracle.jbo.uicli.binding.JUMethodIteratorDef
-
- createIterBindings(DCDataControl, DCBindingContainer) -
Method in class oracle.adf.model.binding.DCBindingContainerDef
-
- createIteratorBinding(String, String, String, int) -
Method in class oracle.adf.model.binding.DCBindingContainer
-
- createIteratorBinding(String, String, String, int) -
Method in class oracle.jbo.uicli.binding.JUFormBinding
- Forces the current control to stop its editing mode (if used, like in JTable).
- createJTATransactionHandler() -
Method in class oracle.jbo.server.DefaultTxnHandlerFactoryImpl
-
- createJTATransactionHandler() -
Method in interface oracle.jbo.server.TransactionHandlerFactory
-
- createJTATransactionHandler() -
Method in class oracle.jbo.server.ejb.EJBTxnHandlerFactoryImpl
-
- 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.
- createJboHome(String) -
Method in class oracle.jbo.server.remote.colo.ColoInitialContext
- Factory method for creating a home.
- createKey(String) -
Method in class oracle.adf.model.binding.DCIteratorBinding
- Given the key string, convert it to a Key using the associated
RowSetIterator's StructureDef.
- createKey(String) -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
-
- createKey(AttributeList) -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
-
- 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.ViewCriteria
- Given a list of name-value pairs, creates a Key object.
- createKey(AttributeList) -
Method in class oracle.jbo.client.remote.ViewUsageImpl
- Given a set of attribute values (name-value pairs), creates a
key object for this ViewObject.
- createKey(AttributeList, AttributeDef[]) -
Static method in class oracle.jbo.common.RowSetIteratorHelper
-
- createKey(AttributeList) -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- 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.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.ViewRowSetImpl
-
- createKey(AttributeList) -
Method in class oracle.jbo.server.ViewRowSetIteratorImpl
-
- createLOVField() -
Method in class oracle.jdeveloper.html.LOVField
-
- 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
-
- createLocalApplicationModule(String, String) -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- 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.
- 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 the 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 whose rows are updated.
- 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, AbstractButton, String, String, String, String[], String, String, String, String[], String[], boolean, String, Point) -
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, AbstractButton, String, String, String, String[], String, String, String, String[], String[], JULovPanelInterface) -
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, JSpinner, String, String, String, String[], String) -
Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this binding when the JSpinner control is used in LOV mode to update another
attribute in a BC4J View Object.
- createLovBinding(JUFormBinding, JSpinner, String, String, String, String[], String, String[], String[]) -
Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this binding when two ViewObjects are to be used in this Spinner control: one for displaying
of values and the other ViewObject whose rows are updated.
- createLovDialog(JComponent) -
Method in interface oracle.jbo.uicli.jui.JULovPanelInterface
- Creates a JDialog and returns a JULovDialogInterface that performs interaction
with the JULovButtonBinding for display of LOV data.
- createMasterDetailGraphBinding(Graph, DCIteratorBinding, String, String, String[], int) -
Method in class oracle.jbo.uicli.jui.JUSingleTableGraphDef
-
- createMasterDetailGraphBinding(Graph, DCIteratorBinding, String, String, String[], int, String) -
Method in class oracle.jbo.uicli.jui.JUSingleTableGraphDef
-
- createMessage(String) -
Method in interface oracle.jbo.server.JboMessageManager
-
- createMultilineTextField() -
Method in class oracle.jdeveloper.html.TextArea
-
- 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 of rows in a RowSet.
- createNavigationBinding(JUFormBinding, JSpinner, String, String, String, String[]) -
Static method in class oracle.jbo.uicli.jui.JUSpinnerBinding
- Use this binding when the JSpinner control is used as a navigation control to
iterate through a range of rows in a RowSet.
- createNewAccessor(String, String) -
Method in class oracle.adf.model.generic.StructureDefImpl
-
- createNewConnectionEntry(String, Properties) -
Method in class oracle.jbo.client.Configuration
-
- createNewDTPanelBinding(JUPanelBinding) -
Static method in class oracle.jbo.uicli.jui.JUIUtil
-
- createNewInstance(String) -
Static method in class oracle.adf.model.binding.DCUtil
- *** For internal framework use only ***
- 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
-
- createNodeBinding(JUCtrlHierNodeBinding, JUIteratorBinding, JUCtrlHierTypeBinding, Row, boolean) -
Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
-
- createNodeBinding(JUCtrlHierNodeBinding, JUIteratorBinding, JUCtrlHierTypeBinding, Row, boolean) -
Method in class oracle.jbo.uicli.jui.JUTreeBinding
-
- createNullTransaction() -
Method in class oracle.jbo.server.DatabaseTransactionFactory
- Deprecated. Since 9.0.3.
This method is no longer called
to create a connected DBTransaction instance.
Instead, DBTransactionImpl2 instance, created by
create()
, migrates from
disconnected to connected state.
- createObjectMarshaller() -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- createObjectMarshaller() -
Method in class oracle.jbo.server.remote.corba.RemoteApplicationModuleImpl
-
- createObjectMarshaller() -
Method in class oracle.jbo.server.remote.ejb.ServerApplicationModuleImpl
-
- 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
-
- createPiggybackManager(ObjectMarshaller) -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- createPiggybackManager() -
Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
-
- createPiggybackManager(ObjectMarshaller) -
Method in class oracle.jbo.server.remote.corba.RemoteApplicationModuleImpl
-
- createPiggybackReturn(Object, boolean) -
Method in class oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl
-
- createPool(String, String, String, String, Hashtable) -
Method in class oracle.jbo.common.ampool.ContextPoolManager
-
- 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.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, 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, 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) -
Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
- Deprecated. applications should use oracle.jbo.common.ampool.PoolMgr.findPool
directly or should rely upon createApplicationObject to create
a pool using the fully qualified ApplicationModule definition name.
- createPool(String, Properties) -
Static method in class oracle.jbo.uicli.mom.JUMetaObjectManager
- Deprecated. applications should use oracle.jbo.common.ampool.PoolMgr.findPool
directly or should rely upon createApplicationObject to create
a pool using the fully qualified ApplicationModule definition name.
- createPoolLogger() -
Method in class oracle.jbo.common.ampool.ApplicationPoolImpl
-
- createPoolMonitor() -
Method in class oracle.jbo.server.OCIConnectionPoolManagerImpl
-
- createPosition(int) -
Method in class oracle.jbo.uicli.jui.JUTextFieldBinding
- Delegates to the swing Document object of the associated
text component.
- createPreparedStatement(String, int) -
Method in interface oracle.jbo.server.DBTransaction
- Creates a JDBC PreparedStatement instance.
- createPreparedStatement(String, int) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- createPreparedStatement(String, int) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createPreparedStatement
method.
- createPreparedStatement(String, boolean, int) -
Method in class oracle.jbo.server.EntityCache
-
- createPreparedStatement(String, int) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createProxyApplicationModule(ResponseValues) -
Method in class oracle.jbo.client.remote.AbstractAppModuleRequestHandler
-
- createProxyApplicationModule(ResponseValues) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- createProxyApplicationModule(ResponseValues) -
Method in class oracle.jbo.client.remote.PooledRequestHandler
-
- createProxyApplicationModule(ResponseValues) -
Method in class oracle.jbo.client.remote.corba.CORBAApplicationModuleImpl
-
- createProxyApplicationModule(ResponseValues) -
Method in class oracle.jbo.client.remote.ejb.ApplicationModuleDelegate
-
- createProxyApplicationModule(ResponseValues) -
Method in class oracle.jbo.client.remote.ejb.EJBApplicationModuleImpl
-
- createProxyApplicationModule(ResponseValues) -
Method in class oracle.jbo.client.remote.ejb.NestedApplicationModuleImpl
-
- createProxyApplicationModule(ResponseValues) -
Method in class oracle.jbo.client.remote.ejb.RootApplicationModuleImpl
-
- createRef(String, byte[]) -
Method in interface oracle.jbo.Transaction
- Internal: Applications should not use this method.
- createRef(String, byte[]) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- createRef(String, DefObject) -
Static method in class oracle.jbo.server.ComponentObjectImpl
-
- 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.DBTransactionImpl2
- Checks to see if jdbc connection was acquired.
- createRef(String, byte[]) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated.
- createRemoteApplicationModule() -
Method in class oracle.jbo.client.remote.corba.CORBAApplicationModuleHomeImpl
-
- createRemoteEJBApplicationModuleProxy() -
Method in class oracle.jbo.client.remote.ejb.AbstractApplicationModuleHomeImpl
-
- createRequest() -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createRootApplication(Hashtable, String, Object, String, Properties) -
Method in class oracle.jbo.uicli.mom.JUApplicationDefImpl
-
- createRootApplicationModule() -
Method in class oracle.adf.model.bc4j.DCJboDataControl
- *** Advanced method ***
*** For internal framework use only ***
- 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.
- createRootApplicationModule(String, Session) -
Static method in class oracle.jbo.server.ApplicationModuleImpl
- Internal: Applications should not call this method.
- createRootApplicationModule(Hashtable) -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- createRootApplicationModuleFromConfig(String, EnvInfoProvider) -
Method in class oracle.jbo.client.Configuration
-
- createRootBinding() -
Method in class oracle.jbo.uicli.binding.JUCtrlHierBinding
-
- createRootBinding() -
Method in class oracle.jbo.uicli.jui.JUTreeBinding
-
- createRow() -
Method in class oracle.adf.model.generic.DCRowSetIteratorImpl
-
- 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.ViewCriteria
- Creates a new Row object, but does not insert it into the row set.
- createRow() -
Method in class oracle.jbo.client.remote.ViewUsageImpl
-
- createRow() -
Method in class oracle.jbo.common.ws.WSRowSetIteratorBase
-
- 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.
- createRowData(DCRowContext) -
Method in class oracle.adf.model.bc4j.DCJboDataControl
-
- createRowData(DCRowContext) -
Method in class oracle.adf.model.binding.DCDataControl
- Create a new row for the iterator associated with the given iterator-binding
at the given index and return the new row.
- createRowData(DCRowContext) -
Method in class oracle.adf.model.generic.DCGenericDataControl
-
- createRowData(DCRowContext) -
Method in class oracle.adf.model.generic.toplink.ToplinkDataControl
- Create a new row for the iterator associated with the given iterator-binding
at the given index, registers it with the TopLink UnitOfWork, and return the new row's
provider object.
- createRowFromResultSet(Object, ResultSet) -
Method in class oracle.jbo.server.ViewObjectImpl
-
- createRowFromResultSet(Object, ResultSet) -
Method in class oracle.jbo.server.ejb.facade.FinderViewImpl
- Overrides the base implementation of
createRowFromResultSet(Object, java.sql.ResultSet)
.
- createRowNode(RowImpl) -
Method in class oracle.jbo.server.DotNetXmlDocumentWriter
-
- createRowNode(RowImpl) -
Method in class oracle.jbo.server.XmlDataDocumentWriter
-
- createRowNodeIterator(ViewObjectImpl, Node) -
Method in class oracle.jbo.server.DotNetXmlDocumentReader
-
- createRowNodeIterator(ViewObjectImpl, Node) -
Method in class oracle.jbo.server.XmlDocumentReader
-
- createRowNodeWalker(ViewObjectImpl, Node) -
Method in class oracle.jbo.server.DotNetXmlDocumentReader
-
- createRowNodeWalker(ViewObjectImpl, Node) -
Method in class oracle.jbo.server.XmlDocumentReader
-
- 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.client.remote.ViewUsageImpl
-
- createRowSet(String) -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- 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.client.remote.ViewUsageImpl
-
- createRowSetIterator(String) -
Method in class oracle.jbo.common.ws.WSRowSetImpl
-
- createRowSetIterator(String) -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- 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.
- createRowSetIteratorImpl(String, Object, RowSetIterator) -
Method in class oracle.adf.model.bc4j.DCJboDataControl
-
- createRowSetIteratorImpl(String, Object, RowSetIterator) -
Method in class oracle.adf.model.binding.DCDataControl
- Create a DCRowSetIteratorImpl or a subclass thereof for the give
defName element types, using the given source collection/object and
optionally the master RSI if there is a dependency defined on the master.
- createRowSetIteratorImpl(DCIteratorBinding, String, Object, RowSetIterator) -
Method in class oracle.adf.model.binding.DCDataControl
- Creates an RSI for a given iterator and source collection/object.
- createRowSetIteratorImpl(String, Object, RowSetIterator) -
Method in class oracle.adf.model.generic.DCGenericDataControl
-
- createRowSetListener(PiggybackManager, RowSetIterator) -
Method in class oracle.jbo.server.remote.ObjectMarshallerImpl
-
- createRowSetNode(RowSetImpl) -
Method in class oracle.jbo.server.DotNetXmlDocumentWriter
-
- createRowSetNode(RowSetImpl) -
Method in class oracle.jbo.server.XmlDataDocumentWriter
-
- createServant(ResponseValues) -
Method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
-
- createServerApplicationModule(ServerApplicationModuleImpl, ApplicationModuleImpl) -
Static method in class oracle.jbo.server.remote.colo.ServerApplicationModuleImpl
-
- createSession(BindingContext, Node, Map) -
Method in interface oracle.adf.model.DataControlFactory
- The DataControl developer should implement createSession to return an
instance of
DataControl
.
- createSession(BindingContext, String, Map, Map) -
Method in interface oracle.adf.model.DataControlFactory
- The DataControl developer should implement createSession to return an
instance of
DataControl
.
- createSession(BindingContext, Node, Map) -
Method in class oracle.adf.model.bc4j.DataControlFactoryImpl
-
- createSession(BindingContext, String, Map, Map) -
Method in class oracle.adf.model.bc4j.DataControlFactoryImpl
-
- createSession(BindingContext, Node, Map) -
Method in class oracle.adf.model.generic.DataControlFactoryImpl
-
- createSession(BindingContext, String, Map, Map) -
Method in class oracle.adf.model.generic.DataControlFactoryImpl
-
- createSession(BindingContext, String, Map, Map) -
Method in class oracle.adf.model.generic.toplink.DataControlFactoryImpl
-
- createSession(Hashtable) -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- createSession(Hashtable) -
Method in class oracle.jbo.server.remote.ejb.ServerApplicationModuleImpl
-
- 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
-
- 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
- Creates a SessionCookie instance.
- createSessionCookie(String, String, ApplicationPool, Properties) -
Method in class oracle.jbo.http.HttpSessionCookieFactory
- Creates a HttpSessionCookieImpl instance.
- createSessionCookie(String, String, ApplicationPool, Properties) -
Method in class oracle.jbo.http.OCISessionCookieFactory
-
- createSessionCookie(String, String, ApplicationPool, Properties) -
Method in class oracle.jbo.http.SharedSessionCookieFactory
- Deprecated.
- 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
-
- createSingleTableGraphBinding(Graph, DCIteratorBinding, String[], String, String[]) -
Method in class oracle.jbo.uicli.jui.JUSingleTableGraphDef
-
- createSingleTableGraphBinding(Graph, DCIteratorBinding, String[], String, String[], String) -
Method in class oracle.jbo.uicli.jui.JUSingleTableGraphDef
-
- createStatement(int) -
Method in interface oracle.jbo.server.DBTransaction
- Creates a JDBC Statement instance.
- createStatement(int) -
Method in class oracle.jbo.server.DBTransactionImpl
-
- createStatement(int) -
Method in class oracle.jbo.server.DBTransactionImpl2
- Implementation of
createStatement
method.
- createStatement() -
Static method in class oracle.jbo.server.JDBCInteract
-
- createStatement(int) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createStore(Persistent) -
Method in class oracle.jbo.server.EntityDefImpl
-
- createStream(Class, Object[]) -
Static method in class oracle.jbo.common.ArrayMarshaller
- NEW
Convert an array of objects into byte stream.
- createStream(int[]) -
Static method in class oracle.jbo.common.ArrayMarshaller
- NEW
Convert an integer array into byte stream.
- createStream(Class, Object) -
Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a Java object of a specified class.
- createStream(Object) -
Static method in class oracle.jbo.common.TypeMarshaller
-
- createStream(int) -
Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a 32-bit Java integer value.
- createStream(short) -
Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a 16-bit Java integer value.
- createStream(long) -
Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a 64-bit Java integer value.
- createStream(float) -
Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a 32-bit Java floating-point value.
- createStream(double) -
Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a 64-bit Java floating-point value.
- createStream(byte) -
Static method in class oracle.jbo.common.TypeMarshaller
- Serializes an 8-bit Java integer value.
- createStream(boolean) -
Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a Java boolean value.
- createStream(char) -
Static method in class oracle.jbo.common.TypeMarshaller
- Serializes a Java character.
- createSubcontext(String) -
Method in class oracle.jbo.common.JboInitialContext
-
- createSubcontext(Name) -
Method in class oracle.jbo.common.JboInitialContext
-
- createSyncMessage() -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- 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.
- createTransactionHandler() -
Method in class oracle.jbo.server.ejb.EJBTxnHandlerFactoryImpl
-
- createTransactionHandlerFactory() -
Method in class oracle.jbo.server.ejb.SessionBeanImpl
-
- createTransactionHandlerFactory() -
Method in class oracle.jbo.server.ejb.StatefulSessionBeanImpl
-
- createTransactionHandlerFactory() -
Method in class oracle.jbo.server.ejb.sb.BeanManagedServiceBean
-
- createTransactionHandlerFactory() -
Method in class oracle.jbo.server.ejb.sb.ContainerManagedServiceBeanBase
-
- createTransactionHandlerFactory() -
Method in class oracle.jbo.server.ejb.sb.ServiceBean
-
- 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.
- createTxnHandlerFactory() -
Method in class oracle.jbo.server.remote.ejb.CMEJBApplicationModuleImpl
-
- createValueBindingRef(JUCtrlRangeBinding, int, Row) -
Method in class oracle.jbo.uicli.binding.JUCtrlRangeBinding
-
- createValueBindingRef(JUCtrlRangeBinding, int, Row) -
Method in class oracle.jbo.uicli.uix.JUCtrlAdaptRangeBinding
-
- 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
-
- 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(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, 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.
- 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.client.remote.ViewUsageImpl
- View Criteria factory
- createViewCriteria() -
Method in class oracle.jbo.common.ws.WSViewObjectImpl
-
- 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 ViewCriteriaRow for this ViewCriteria.
- 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.client.remote.ApplicationModuleImpl
-
- createViewLink(String, String, ViewObject, ViewObject) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- 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 interface oracle.jbo.server.DBTransaction
- Creates a View Link.
- 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
- Deprecated. Implementation of the DBTransaction interface.
- createViewLink(String, String, ViewObject, ViewObject) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createViewLinkAccessorRS(ViewObjectImpl, Row, Object[]) -
Method in class oracle.jbo.server.AssociationDefImpl
-
- createViewLinkAccessorRS(ViewObjectImpl, Row, Object[]) -
Method in class oracle.jbo.server.ejb.facade.CmrAccessorDefImpl
-
- createViewLinkAccessorVO(ApplicationModuleImpl, String, ViewDefImpl, ViewLinkDefImpl) -
Method in class oracle.jbo.server.AssociationDefImpl
-
- createViewLinkAccessorVO(ApplicationModuleImpl, String, ViewDefImpl, ViewLinkDefImpl) -
Method in class oracle.jbo.server.ejb.facade.CmrAccessorDefImpl
-
- 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.client.remote.ApplicationModuleImpl
-
- createViewLinkBetweenViewObjects(String, String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- 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 interface oracle.jbo.server.DBTransaction
- Creates a View Link.
- 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
- Deprecated. Implementation of the DBTransaction interface.
- createViewLinkBetweenViewObjects(String, String, ViewObject, AttributeDef[], ViewObject, AttributeDef[], String) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- 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.client.remote.ApplicationModuleImpl
-
- createViewLinkFromEntityAssocName(String, String, ViewObject, ViewObject) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- 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 interface oracle.jbo.server.DBTransaction
- Creates a View Link.
- 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
- Deprecated. Implementation of the DBTransaction interface.
- createViewLinkFromEntityAssocName(String, String, ViewObject, ViewObject) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- 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.client.remote.ApplicationModuleImpl
- Create a ViewUsage using the name of a ViewObject class.
- createViewObject(String, String) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createViewObject(String, ViewDefImpl) -
Method in class oracle.jbo.server.ApplicationModuleImpl
-
- createViewObject(String, String) -
Method in class oracle.jbo.server.ApplicationModuleImpl
- Creates an updateable View Object.
- createViewObject(String) -
Method in interface oracle.jbo.server.DBTransaction
- Creates a ViewObject instance based on the named defintion.
- 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
- Deprecated. Implementation of the DBTransaction interface.
- createViewObject(String, String) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- 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.client.remote.ApplicationModuleImpl
-
- createViewObjectFromQueryClauses(String, String, String, String, String, String) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- createViewObjectFromQueryClauses(String, String, String, String, String, String) -
Method in class oracle.jbo.server.ApplicationModuleImpl
- Creates an updateable View Object.
- createViewObjectFromQueryClauses(String, String, String, String, String) -
Method in interface oracle.jbo.server.DBTransaction
- Creates an updatable View Object.
- 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.DBTransactionImpl2
- Implementation of
createViewObjectFromQueryClauses
method.
- createViewObjectFromQueryClauses(String, String, String, String, String) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createViewObjectFromQueryClauses(String, String, String, String, String, String) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- 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.client.remote.ApplicationModuleImpl
- Create a ViewUsage using a SQL statement.
- createViewObjectFromQueryStmt(String, String) -
Method in class oracle.jbo.common.ws.WSApplicationModuleImpl
-
- 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.
- createViewObjectFromQueryStmt(String) -
Method in interface oracle.jbo.server.DBTransaction
- Creates a View Object from a SQL statement.
- 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.DBTransactionImpl2
- Implementation of
createViewObjectFromQueryStmt
method.
- createViewObjectFromQueryStmt(String) -
Method in class oracle.jbo.server.NullDBTransactionImpl
- Deprecated. Implementation of the DBTransaction interface.
- createViewObjectFromQueryStmt(String, String) -
Method in class oracle.jbo.server.ejb.LocalApplicationModuleImpl
-
- createViewObjectNode(ViewObjectImpl) -
Method in class oracle.jbo.server.DotNetXmlDocumentWriter
-
- createViewObjectNode(ViewObjectImpl) -
Method in class oracle.jbo.server.XmlDataDocumentWriter
-
- createWorkerApplicationModule(Object) -
Method in class oracle.jbo.client.remote.ApplicationModuleImpl
-
- createWorkerApplicationModule(Object) -
Method in interface oracle.jbo.common.ws.WSApplicationModuleMarshaller
-
- createWorkerApplicationModule(Object) -
Method in class oracle.jbo.server.ApplicationModuleImpl
-
- createWorkerApplicationModule(Object) -
Method in class oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl
-
- 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
- Deprecated. This method was to be used in conjunction with Java-in-the-database
configuration which is no longer supported.
|
Business Components 9.0.5 | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.