Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


Deprecated API


Contents

Deprecated Interfaces
oracle.adf.model.generic.toplink.TopLinkADFConstants
          - TopLink Data Controls created with 10.1.3 ADF, will no longer use these classes. 
oracle.adf.model.connection.webservice.api.WebServiceOperationPolicy
          Puse use WebServicePolicy 
oracle.adf.model.connection.webservice.api.WebServicePortPolicy
          Puse use WebServicePolicy 

 

Deprecated Classes
oracle.jbo.common.Configuration
          since 5.0 Use Configuration instead. 
oracle.jbo.server.ContextMetaObjectManager
          since 9.0.5. Functionality merged into base definition manager. 
oracle.adf.model.generic.toplink.DataControlFactoryImpl
          - TopLink Data Controls created with 10.1.3 ADF, will no longer use these classes. 
oracle.jbo.domain.DateDomain
          This class has been superceeded by Date.

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

oracle.jbo.server.JavaTypeMapEntries
          since JDeveloper 5.0 Use oracle.jbo.common.OracleTypeMapEntries instead. 
oracle.jbo.uicli.jui.JUErrorHandlerDialog
          since 9.0.3 use oracle.jbo.uicli.controls.JUErrorHandlerDlg instead. 
oracle.jbo.uicli.jui.JULoginDialog
          since 9.0.3 use oracle.jbo.uicli.controls.JULoginDialog instead. 
oracle.jbo.server.NullDBTransactionImpl
          Since Jdeveloper 9.0.3. No replacement. 
oracle.jbo.server.OracleTypeMapEntries
          since JDeveloper 5.0 Use oracle.jbo.common.OracleTypeMapEntries instead. 
oracle.adf.model.generic.toplink.PersistenceManager
          - TopLink Data Controls created with 10.1.3 ADF, will no longer use these classes. 
oracle.jbo.common.remote.SessionInfo
          since 9.0.5. 
oracle.adf.model.generic.toplink.TopLinkDataControl
          - TopLink Data Controls created with 10.1.3 ADF, will no longer use these classes. 
oracle.adf.model.generic.toplink.TransactionBroker
          - TopLink Data Controls created with 10.1.3 ADF, will no longer use these classes. 

 

Deprecated Fields
oracle.adf.model.DataControlFactory.APP_PARAM_COOKIE_PROPERTIES
          use APP_PARAM_REQUEST_CONTEXT instead. 
oracle.adf.model.DataControlFactory.APP_PARAM_HTTP_SESSION
          the HttpSession will no longer be passed as an application parameter from the ADFBindingFilter. DataControls that must access the HttpSession should use:

((HttpServletRequest)ADFContext.getCurrent().getEnvironment().getRequest()).getSession(true)

or:

ADFContext.getCurrent().getSessionScope().get(String)

instead. 

oracle.jbo.rules.Variant.BINARY_STREAM
          use INPUTSTREAM. 
oracle.jbo.server.util.Variant.BINARY_STREAM
          use INPUTSTREAM. 
oracle.jbo.common.ampool.ConnectionStrategy.DB_CONNECT_STRING_PROPERTY
          use Configuration.DB_CONNECT_STRING_PROPERTY instead. Since 9.0.4. 
oracle.jbo.client.Configuration.DB_DATASOURCE_PASSWD_PROPERTY
            
oracle.jbo.client.Configuration.DB_DATASOURCE_USERNAME_PROPERTY
            
oracle.jbo.common.ampool.ConnectionStrategy.DB_PASSWORD_PROPERTY
          use Configuration.DB_PASSWORD_PROPERTY instead. Since 9.0.4. 
oracle.jbo.common.ampool.ConnectionStrategy.DB_USERNAME_PROPERTY
          use Configuration.DB_USERNAME_PROPERTY instead. Since 9.0.4. 
oracle.jbo.Session.JBO_SESSION_COOKIE
          since 11.0. the SessionCookie is an implementation detail that should not be available on the session. Any context provided by the SessionCookie should be added to the cookie UserData This will then be propogated to the Session UserData. 
oracle.jbo.ConnectionModeConstants.LOCAL
          Use JboContext instead. 
oracle.jbo.common.PropertyMetadata.pDescription
          - use getDescription instead 
oracle.jbo.ApplicationModule.REMOVE_SNAPSHOT
          use ApplicationModule.ACTIVATE_REMOVE_FLAG instead 
oracle.jbo.ApplicationModule.SYNC_BATCH
          deprecated since 9.0.5. This mode should not be used by client. Batch mode operations should be performed through working set objects instead. 
oracle.jbo.ViewCriteriaRow.VCROW_CONJ_AND
          use ViewCriteriaComponent.VC_CONJ_AND instead. 
oracle.jbo.ViewCriteriaRow.VCROW_CONJ_NOT
          use ViewCriteriaComponent.VC_CONJ_NOT instead. 
oracle.jbo.ViewCriteriaRow.VCROW_CONJ_OR
          use ViewCriteriaComponent.VC_CONJ_OR instead. 

 

Deprecated Methods
oracle.jbo.server.ViewObjectImpl.activateNewRowTracker(Element)
          since 9.0.3.3 
oracle.jbo.ApplicationModule.activateState(int, boolean)
          deprecated since 9.0.5. Use ApplicationModule.activateState(int, SessionData, int) with the PERSISTNENT_SNAPSHOT bit set and a null SessionData instead. 
oracle.jbo.ApplicationModule.activateState(int, boolean, SessionData)
          deprecated since 9.0.5. Use ApplicationModule.activateState(int, SessionData, int) with the PERSISTNENT_SNAPSHOT bit set instead. 
oracle.jbo.server.ViewObjectImpl.activateState(ViewRowImpl, Element)
          since 9.0.3.3 use activateState(ViewRowSetImpl vrs...) 
oracle.jbo.server.ViewObjectImpl.activateState(ViewRowSetImpl, ViewRowImpl, Element)
          since 9.0.3.3 use activateState(ViewRowSetImpl vrs...) 
oracle.jbo.server.ViewObjectImpl.activateTransients(AttributeDefImpl[], Element)
          since 9.0.3.3 use activateTransients with ViewRowSetImpl 
oracle.jbo.server.ViewDefImpl.addEntityUsage(String, String, boolean)
          since 9.0.3, use addEntityUsage() that takes readOnly flag as well. 
oracle.jbo.server.ViewDefImpl.addEntityUsage(String, String, boolean, String, String, String)
          since 9.0.3, use addEntityUsage() that takes readOnly flag as well. 
oracle.adf.model.BindingContext.addPersistentState(String, Serializable)
          since 10.1.3. Applications should use the StateManager instead. See StateManager 
oracle.jbo.common.ampool.PoolMgr.addPool(ApplicationPool)
            
oracle.jbo.JboException.addToDetails(Object)
          since 5.0. Instead use addToExceptions. 
oracle.jbo.uicli.jui.JUPanelValidationListener.beforeSetAttribute(JUPanelValidationEvent)
          since 9.0.5 use beforeSetAttribute(DCBindingContainerValidationListener) 
oracle.jbo.uicli.controls.JULovPanel.bindRowSetIterator(RowSetIterator, String[])
          since 9.0.5.1 
oracle.jbo.uicli.jui.JULovPanelInterface.bindRowSetIterator(RowSetIterator, String[])
          since 9.0.5 
oracle.jbo.server.SQLBuilder.buildDefaultViewObjectFromClause(StringBuffer, List)
          since 11.1.1. use buildDefaultViewObjectFromClause with 3 parameters instead. 
oracle.jbo.uicli.jui.JUPanelBinding.callBeforeSaveTransaction(Transaction)
          since 9.0.5, Use callBeforeSaveTransaction(DCDataControl) 
oracle.jbo.common.ampool.ApplicationPool.checkin(ApplicationModule)
          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.

 

oracle.jbo.common.ampool.ApplicationPoolImpl.checkin(ApplicationModule)
          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.

 

oracle.jbo.common.ampool.ApplicationPool.checkinWithSessionState(ApplicationModule)
          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.

 

oracle.jbo.common.ampool.ApplicationPoolImpl.checkinWithSessionState(ApplicationModule)
          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.

 

oracle.jbo.common.ampool.ApplicationPool.checkout()
          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.

 

oracle.jbo.common.ampool.ApplicationPoolImpl.checkout()
          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.

 

oracle.jbo.common.ampool.ApplicationPool.checkout(String)
          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.

 

oracle.jbo.common.ampool.ApplicationPoolImpl.checkout(String)
          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.

 

oracle.jbo.common.CommonCriteriaAdapter.cleanUpTemporaryBindVars(ViewCriteria)
          Use CommonCriteriaAdapter.cleanUpTemporaryBindVariables(oracle.jbo.ViewCriteria) public method instead. 
oracle.jbo.uicli.binding.JUCtrlValueBinding.clearEventsCache()
          since 11.1.1.1.2 
oracle.jbo.common.ampool.ApplicationPoolImpl.connect(ApplicationModule, Hashtable)
          Replaced by ConnectionStrategy.connect(ApplicationModule, SessionCookie, EnvInfoProvider). All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends DefaultConnectionStrategy. 
oracle.jbo.server.NullDBTransactionImpl.connect(Connection)
            
oracle.jbo.server.DBTransactionImpl.connect(Connection)
            
oracle.jbo.server.DBTransaction.connect(Connection)
            
oracle.jbo.Transaction.connectToDataSource(String, String, String, String)
          Since Jdeveloper 9.0.2. No replacement 
oracle.jbo.server.DBTransactionImpl2.connectToDataSource(String, String, String, String)
          Since Jdeveloper 9.0.2 
oracle.jbo.Transaction.connectToDataSource(String, String, String, String, String, String)
          Since Jdeveloper 9.0.2. No replacement 
oracle.jbo.server.DBTransactionImpl2.connectToDataSource(String, String, String, String, String, String)
          Since Jdeveloper 9.0.2 
oracle.jbo.domain.TypeFactory.convertAttributeValue(AttributeDef, Object, int, String)
          since 10.1.3 use convertAttributeValueToType(); 
oracle.jbo.server.DatabaseTransactionFactory.create(Connection)
          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. 
oracle.jbo.server.DatabaseTransactionFactory.create(DataSource)
          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. 
oracle.jbo.server.DatabaseTransactionFactory.create(DataSource, String, String)
          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. 
oracle.jbo.server.DatabaseTransactionFactory.create(String)
          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. 
oracle.jbo.server.DatabaseTransactionFactory.create(String, Properties)
          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. 
oracle.jbo.server.DatabaseTransactionFactory.create(String, String, String)
          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. 
oracle.jbo.server.DatabaseTransactionFactory.create(String, String, String, Properties)
          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. 
oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(BindingContext)
          since 10.1.3. Use createBindingContainer(BindingContext ctx, DCBindingContainer parent, String name) instead. 
oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(BindingContext, DCBindingContainer)
          use #createBindingContainer(BindingContext, DCBindingContainer) instead. 
oracle.adf.model.BindingContext.createDataControlFrame(String, List<DataControlPolicy>, DataControlPolicy)
          since 11.1.1.0.0 
oracle.jbo.domain.DBSequence.createInstanceWithAM(ApplicationModule)
          since 9.0.3. Use new instance of this class to get the next value. 
oracle.jbo.ViewCriteria.createNestedCriteriaRow(String, ViewCriteria)
            
oracle.jbo.common.ampool.ApplicationPool.createNewInstance()
          Replaced by ConnectionStrategy.createApplicationModule(SessionCookie, EnvInfoProvider). All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends: DefaultConnectionStrategy.

 

oracle.jbo.common.ampool.ApplicationPoolImpl.createNewInstance()
          Replaced by ConnectionStrategy.createApplicationModule(SessionCookie, EnvInfoProvider). All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends: DefaultConnectionStrategy.

 

oracle.jbo.server.DatabaseTransactionFactory.createNullTransaction()
          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. 
oracle.adf.model.binding.PermissionHelper.createPermissionInstance(String, String, String)
          since 11.1.0.0 Applications should not use this. 
oracle.jbo.uicli.mom.JUMetaObjectManager.createPool(String)
          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. 
oracle.jbo.uicli.mom.JUMetaObjectManager.createPool(String, Properties)
          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. 
oracle.jbo.ViewCriteria.createSimpleRow(String)
            
oracle.jbo.common.CommonCriteriaAdapter.createTempBindVar(ViewCriteria, ViewCriteriaItem, int)
          Use CommonCriteriaAdapter.createTemporaryBindVar(oracle.jbo.ViewCriteria, oracle.jbo.ViewCriteriaItem, int) from the client code. 
oracle.jbo.server.ApplicationModuleImpl.createXMLSharedDataHandle()
          This method was to be used in conjunction with Java-in-the-database configuration which is no longer supported. 
oracle.jbo.common.ampool.ApplicationPoolImpl.disconnect(ApplicationModule, boolean, Hashtable)
          Replaced by ConnectionStrategy.disconnect(ApplicationModule, boolean, SessionCookie). All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends DefaultConnectionStrategy. 
oracle.jbo.common.AbstractListBinding.filterList(Map, Row, ViewCriteria, ArrayList)
          use filterList(Map, Row, ViewCriteria, ArrayList, boolean) 
oracle.jbo.common.ContextUtil.findCurrentContext()
          since 10.1.3. Use oracle.adf.share.ADFContext.getCurrent().getApplication() instead. 
oracle.adf.model.binding.DCDataControl.findOrCreateAccessorRowSetIterator(RowSetIterator, DCIteratorBinding, String, String)
          since 10.1.2 
oracle.adf.model.generic.DCGenericDataControl.findOrCreateAccessorRowSetIterator(RowSetIterator, DCIteratorBinding, String, String)
          since 10.1.2 
oracle.adf.model.BindingContext.findPersistentState(String)
          since 10.1.3. Applications should use the StateManager instead. See StateManager 
oracle.adf.model.binding.DCUtil.findSpelObject(Object, String)
          since 10.1.3. use evaluate() or findSpelObject(Object rootObj, String expression, boolean hasElSyntax). Pass true if the expression is an el expression and false if it is simply a . separated string. 
oracle.jbo.ViewCriteria.findViewCriteriaItem(String)
          use ViewCriteria.findElementWithRelativeName(String) instead 
oracle.jbo.server.ViewRowSetIteratorImpl.fireRowUpdated(int, Row, int[])
          since 11.1.1.0.0. use the one with EntityEvent 
oracle.jbo.server.EntityAssociation.getAccessorByEndName(String)
          Deprecated since 5.0. Instead, use AssociationDefBase.findEndAccessorByName(). 
oracle.jbo.server.EntityDefImpl.getAllEntityInstances(DBTransaction)
          since 5.0 use getAllEntityInstancesIterator. 
oracle.adf.model.binding.DCBindingContainer.getApplicationModule()
          since 10.1.2. Use IteratorBinding.getDataControl() to get to the ApplicationModule in case of BC4J datacontrols. 
oracle.jbo.domain.ClobDomain.getAsciiOutputStream()
          since 9.0.3.5. Use getCharacterOutputStream() instead. 
oracle.jbo.server.EntityAssociation.getAssociationEnd(String)
          Deprecated since 5.0. Instead, use AssociationDefBase.findEndByName(). 
oracle.jbo.common.ampool.ApplicationPool.getAvailableNumPools()
          Replaced by ApplicationPool.getAvailableInstanceCount() 
oracle.jbo.common.ampool.ApplicationPoolImpl.getAvailableNumPools()
          Replaced by ApplicationPoolImpl.getAvailableInstanceCount() 
oracle.jbo.rules.Variant.getBinaryStream()
          Use getInputStream(). 
oracle.jbo.server.util.Variant.getBinaryStream()
          Use getInputStream(). 
oracle.jbo.uicli.controls.JUNavigationBar.getButtonIcon(int)
            
oracle.jbo.uicli.controls.JUNavigationBar.getButtonPressedIcon(int)
            
oracle.jbo.uicli.binding.JUCtrlValueBinding.getCachedEvents()
          since 11.1.1.1.2 
oracle.jbo.domain.ClobDomain.getCharacterOutputStream(String)
          since 9.0.3.5. Use getCharacterOutputStream() instead. 
oracle.jbo.domain.ClobDomain.getCharacterStream(String)
          since 9.0.3.5. Use getCharacterStream() instead. 
oracle.jbo.server.ApplicationModuleDefImpl.getClientProxyClassName(String)
          Platform specific proxies are deprecated. Use getClientProxyClassName() instead. 
oracle.jbo.server.ApplicationModuleImpl.getClientProxyClassName(String)
          Platform specific proxies not required. Use getClientProxyClassName() instead. 
oracle.jbo.server.BaseSQLBuilderImpl.getColumnNameWithFormatForQuery(String, AttributeDef, int)
          since 9.0.3 
oracle.jbo.common.ampool.ApplicationPool.getConnectString()
          This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the Configuration.DB_CONNECT_STRING_PROPERTY key.

 

oracle.jbo.common.ampool.ApplicationPoolImpl.getConnectString()
          This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the ConnectionStrategy.DB_CONNECT_STRING_PROPERTY key.

 

oracle.jbo.mom.DefinitionManager.getCurrentApplicationMap(boolean)
          since 10.1.3. No direct replacement (but see comments above). 
oracle.jbo.mom.DefinitionManager.getDefinitionObjectsMap()
          since 9.0.5. No direct replacement (but see comments for DefinitionManager.getCurrentApplicationMap(boolean)). 
oracle.jbo.ViewCriteria.getDisplayName(LocaleContext)
          Use ViewCriteria.getProperty(String, LocaleContext) instead. For the property name argument pass ViewCriteriaHints.CRITERIA_DISPLAY_NAME. 
oracle.adf.model.binding.DCBindingContainer.getEditingMode()
          since 10.1.3 use isFindMode to determine the find or data modes for this bindingContainer. 
oracle.jbo.server.EntityAssociation.getEntityDef()
          Deprecated since 5.0. Instead, use AssociationDefBase.getSourceOwner() and down cast it to EntityDefImpl. 
oracle.jbo.domain.ClobDomain.getInputStream()
          since 9.0.3.5. Use getCharacterStream() instead. 
oracle.jbo.common.ampool.ApplicationPool.getInstance(int)
          Implementation detail. This method has been made protected. Pool clients should not access pooled instances directly. Use ApplicationModuleRef.useApplicationModule() to acquire ApplicationModule instances instead.

 

oracle.jbo.uicli.jui.JUButtonGroupBinding.getInstance(JUFormBinding, AbstractButton[], String, String, String, String, Object[])
          since 9.0.2 use createLovBinding() or createEnumerationBinding instead 
oracle.jbo.uicli.jui.JUButtonBinding.getInstance(JUFormBinding, AbstractButton, String, String, String, String)
          since 9.0.2 use createAttributeBinding or createBooleanBinding methods instead. 
oracle.jbo.uicli.jui.JULovButtonBinding.getInstance(JUFormBinding, AbstractButton, String, String, String, String[], String, String[], String[])
          since 9.0.2 use createLovBinding() 
oracle.jbo.uicli.jui.JUButtonBinding.getInstance(JUFormBinding, AbstractButton, String, String, String, String, Object[], boolean)
          since 9.0.2 use createAttributeBinding or createBooleanBinding methods instead. 
oracle.jbo.uicli.jui.JULabelBinding.getInstance(JUFormBinding, JLabel, String, String, String, String)
          since JDeveloper 9.0.2, use createAttributeBinding instead 
oracle.jbo.uicli.jui.JUListSingleSelBinding.getInstance(JUFormBinding, JList, String, String, String, String[], String)
          since 9.0.2 use createEnumerationBinding, createNavigationBinding or createLovBinding instead 
oracle.jbo.uicli.jui.JUListSingleSelBinding.getInstance(JUFormBinding, JList, String, String, String, String[], String, String[], String[], ListCellRenderer)
          since 9.0.2 use createEnumerationBinding, createNavigationBinding or createLovBinding instead 
oracle.jbo.uicli.jui.JUListSingleSelBinding.getInstance(JUFormBinding, JList, String, String, String, String, Object[])
          since 9.0.2 use createEnumerationBinding, createNavigationBinding or createLovBinding instead 
oracle.jbo.uicli.jui.JUScrollBarBinding.getInstance(JUFormBinding, JScrollBar, String, String, String, boolean, boolean)
          since 9.0.2 use createViewBinding method instead. 
oracle.jbo.uicli.jui.JUScrollBarAttrBinding.getInstance(JUFormBinding, JScrollBar, String, String, String, String, int, int, int)
          since 9.0.2 use createAttributeBinding method instead. 
oracle.jbo.uicli.jui.JUSliderAttrBinding.getInstance(JUFormBinding, JSlider, String, String, String, String, int, int, int)
          use createAttributeBinding method instead. 
oracle.jbo.uicli.jui.JUTextFieldBinding.getInstance(JUFormBinding, JTextComponent, String, String, String, String)
          since JDeveloper 9.0.2 
oracle.jbo.uicli.jui.JUTreeBinding.getInstance(JUFormBinding, JTree, String, String, String, JUCtrlHierTypeBinding[])
          since 9.0.2 
oracle.jbo.uicli.jui.JUButtonGroupBinding.getInstance(JUFormBinding, JUButtonGroupControlInterface, String, String, String, String, String, String)
          since 9.0.2 use createLovBinding() or createEnumerationBinding instead 
oracle.jbo.uicli.jui.JUDefaultControlBinding.getInstance(JUFormBinding, JUDefaultControlInterface, String, String, String, String)
          since 9.0.2 use createAttributeBinding() instead. 
oracle.jbo.uicli.jui.JUComboBoxCtrlBinding.getInstance(JUFormBinding, Object, String, String, String, String[], String, String[], String[], ListCellRenderer, ComboBoxEditor)
          since 9.0.2 use createEnumerationBinding, createNavigationBinding or createLovBinding instead 
oracle.jbo.uicli.jui.JUComboBoxCtrlBinding.getInstance(JUFormBinding, Object, String, String, String, String, Object[])
          since 9.0.2 use createEnumerationBinding, createNavigationBinding or createLovBinding instead 
oracle.jbo.uicli.jui.JUButtonBinding.getInstance(JUPanelBinding, Component, String, String, String, int)
          since 9.0.2 use createActionBinding method instead. 
oracle.jbo.uicli.jui.JUProgressBarBinding.getInstance(JUPanelBinding, JProgressBar, String, String, String, boolean, boolean)
          since 9.0.2 use createViewBinding method instead. 
oracle.jbo.uicli.jui.JUProgressBarAttrBinding.getInstance(JUPanelBinding, JProgressBar, String, String, String, String, int, int)
          since 9.0.2 use createAttributeBinding method instead. 
oracle.jbo.uicli.jui.JUSliderBinding.getInstance(JUPanelBinding, JSlider, String, String, String, boolean, boolean)
          since 9.0.2 use createViewBinding method instead. 
oracle.jbo.uicli.jui.JUTableBinding.getInstance(JUPanelBinding, JTable, String, String, String, String[])
          since 9.0.2 
oracle.adf.model.connection.webservice.api.WebServiceConnection.getJaxRpcInteraction(QName, QName)
            
oracle.jbo.mom.xml.DefXMLParser.getJboDTD()
          since 10.1.3. Use DefinitionManager.getJboDTD(). 
oracle.jbo.mom.DefinitionManager.getJboXMLDoc()
          since 10.1.3. See comments above. 
oracle.adf.model.bc4j.DCJboDataControl.getListBindingRSI(DCIteratorBinding, Key, String, String)
          since 11.1.1.0.0 
oracle.jbo.server.EntityAssociation.getOtherEntityDef()
          Deprecated since 5.0. Instead, use AssociationDefBase.getDestinationOwner() and down cast it to EntityDefImpl. 
oracle.jbo.domain.ClobDomain.getOutputStream()
          since 9.0.3.5. Use getCharacterOutputStream() instead. 
oracle.jbo.server.MetaObjectManager.getParser()
          since 10.1.3. See DefinitionManager.getJboXMLDoc(). 
oracle.jbo.uicli.mom.JUMetaObjectManager.getParser()
          since 10.1.3. See DefinitionManager.getJboXMLDoc(). 
oracle.jbo.common.ampool.ApplicationPool.getPassword()
          This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the Configuration.DB_PASSWORD_PROPERTY key.

 

oracle.jbo.common.ampool.ApplicationPoolImpl.getPassword()
          This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the Configuration.DB_PASSWORD_PROPERTY key.

 

oracle.adf.model.binding.DCPermission.getPermissionHolder()
            
oracle.jbo.common.ampool.PoolMgr.getPool(String)
            
oracle.jbo.common.ampool.ApplicationPool.getPoolName()
          Replaced by ApplicationPool.getName(). 
oracle.jbo.common.ampool.ApplicationPoolImpl.getPoolName()
          Replaced by ApplicationPoolImpl.getName(). 
oracle.jbo.common.ampool.PoolMgr.getPoolNames()
            
oracle.jbo.common.ampool.PoolMgr.getPools()
            
oracle.jbo.common.NamedObjectImpl.getPropertiesMap()
          use getPropertyMap instead 
oracle.jbo.server.ViewObjectImpl.getReqdVC()
          use getRequiredViewCriteria() 
oracle.jbo.server.ViewObjectImpl.getRowQualifier()
          since 10.0.1.3 use getRowMatch(). 
oracle.jbo.domain.ClobDomain.getStorageByteArray()
          since 9.0.3.5. Use getStorageCharArray() instead. 
oracle.jbo.domain.ClobDomain.getStorageByteArray(String)
          since 9.0.3.5. Use getStorageCharArray() instead. 
oracle.jbo.server.uniqueid.UniqueIdHelper.getUniqueId(EntityImpl)
           
oracle.jbo.common.ampool.ApplicationPool.getUserName()
          This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the Configuration.DB_USERNAME_PROPERTY key.

 

oracle.jbo.common.ampool.ApplicationPoolImpl.getUserName()
          This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be acquired from the ApplicationPool or SessionCookie environment by using the Configuration.DB_USERNAME_PROPERTY key.

 

oracle.jbo.uicli.binding.JUCtrlRangeBinding.getValueAt(int, int)
          since 10.1.2 
oracle.jbo.VariableManager.getVarMgrOwner()
          use VariableManager.getVarMgrOwnerBase() instead. 
oracle.jbo.common.VariableManagerImpl.getVarMgrOwner()
          use VariableManagerImpl.getVarMgrOwnerBase() instead. 
oracle.jbo.server.ViewObjectImpl.getViewCriteriaClause()
          since 10.0.3. use getViewCriteriaClause(boolean) instead. 
oracle.jbo.uicli.binding.JUCtrlHierTypeBinding.getViewDefName()
          since 10.1.3 use getStructureDefName instead. 
oracle.jbo.common.BaseViewCriteriaManagerImpl.getViewObjectReqdVC()
          use getViewObjectRequiredViewCriteria() 
oracle.jbo.domain.DomainAttributeDef.getXMLContentNode(Document, Object, boolean)
          since 9.0.2 use the other getXMLContentNode() . 
oracle.adf.model.binding.DCDataControl.invokeMethod(DCInvokeMethodDef, ArrayList)
          since 10.1.3. not called anymore. Use invokeOperation() instead. 
oracle.jbo.common.ampool.SessionCookie.isActivationRequired()
          ApplicationDevelopers should instead override:

SessionCookie.isActivationRequired(ApplicationModule)

This method will still be invoked from the new method. 

oracle.adf.model.binding.DCBindingContainer.isAppInPollingDCEMode()
          since 11.1.1 Polling mode information is moved into ADS. 
oracle.adf.model.binding.DCUtil.isAppInPollingDCEMode()
          since 11.1.1 Polling mode information is moved into ADS. 
oracle.jbo.common.ampool.ApplicationPool.isAvailable(ApplicationModule)
          Implementation detail. This method has been made protected. 
oracle.jbo.common.ampool.ApplicationPoolImpl.isAvailable(ApplicationModule)
          Implementation detail. This method has been made protected. 
oracle.jbo.common.ampool.ApplicationPoolImpl.isDoConnectionPooling()
          This property is specific to the SessionCookie. Extending logic should be migrated to a custom extension of: SessionCookieImpl.isConnectionPoolingEnabled()

 

oracle.jbo.common.ampool.ApplicationPoolImpl.isDoFailover()
          This property is specific to the SessionCookie. Extending logic should be migrated to a custom extension of: SessionCookieImpl.isFailoverEnabled()

 

oracle.jbo.uicli.binding.JUCtrlValueBinding.isEventsCachingEnabled()
          since 11.1.1.1.2 
oracle.adf.model.binding.DCMethodParameterDef.isParamFinal()
          since 10.1.3 
oracle.adf.model.binding.DCMethodParameterDef.isParamRequired()
          since 10.1.3 
oracle.jbo.uicli.binding.JUCtrlValueDef.isPushDataChangeEvents()
          since 11.0. Use the binding instance's (JUCtrlValueBinding's) getDataChangeEventPolicy. 
oracle.jbo.server.DBTransactionImpl.isTrackNewAndModifiedRowsOnly()
          since 9.0.5.1 
oracle.adf.model.DataControlFrame.isTransactionOpen()
          replaced by getOpenTransactionName() 
oracle.jbo.ViewCriteria.isUseAttributeFormatHint()
            
oracle.jbo.domain.BlobDomainInterface.loadFromDatabase(Transaction)
          Internal: Applications should not use this method.

Loads the actual data of the LOB-type database attribute into memory.

The transaction argument is needed to perform an additional query into the database to extract the data.

This method does not need to be invoked for a new attribute. 

oracle.jbo.server.ViewLinkDefImpl.loadFromXML(DefElement)
           
oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(DefElement)
           
oracle.jbo.mom.DefinitionManager.loadProjectDefinition(InputStream, String)
          since 10.1.3. Use DefinitionManager.loadProjectDefinition(String) instead. 
oracle.jbo.mom.DefinitionManager.loadProjectDefinition(Reader, String)
          since 10.1.3. Use DefinitionManager.loadProjectDefinition(String) instead. 
oracle.jbo.common.ampool.EnvInfoProvider.modifyInitialContext(Object)
          EnvInfoProvider.getInfo(String, Object) should be implemented instead. 
oracle.jbo.uicli.binding.JUCtrlValueBinding.notifyDCE(DataChangeEvent)
          ...use notifyDataChangeEvent. 
oracle.jbo.ApplicationModule.passivateState(byte[])
          deprecated since 9.0.5. Use ApplicationModule.passivateState(byte[]) with the PERSISTNENT_SNAPSHOT bit set instead. 
oracle.jbo.ApplicationModule.passivateState(int, byte[])
          deprecated since 9.0.5. Use ApplicationModule.passivateState(int, byte[], int) with the PASSIVATE_TRANSIENT_FLAG not set instead. 
oracle.jbo.server.ViewObjectImpl.passivateTransients(ViewRowImpl, AttributeDefImpl[], Document, Element)
          since 9.0.3.3 use passivateTransients(ViewRowSetImpl vrs...) 
oracle.jbo.server.EntityImpl.populateAttribute(int, Object, boolean, boolean)
          since 9.0.5. Use populateAttribute(int index, Object value, boolean sendNotification, boolean markAsChanged, boolean saveOriginal) instead. 
oracle.jbo.server.EntityImpl.prepareVOToFetchNextEffDtRows(int)
          use prepareVOToFetchNextEffDtRows(). 
oracle.jbo.server.EntityImpl.prepareVOToFetchNextEffDtSeqRows(int)
          use prepareVOToFetchNextEffDtSeqRows(). 
oracle.jbo.server.EntityImpl.prepareVOToFetchPrevEffDtRows(int)
          use prepareVOToFetchPrevEffDtRows(). 
oracle.jbo.server.EntityImpl.prepareVOToFetchPrevEffDtSeqRows(int)
          use prepareVOToFetchPrevEffDtSeqRows(). 
oracle.adf.model.binding.DCIteratorBinding.processInputException()
          use processInputException(JboException); 
oracle.jbo.common.ampool.ApplicationPoolImpl.reconnect(ApplicationModule, Hashtable)
          Replaced by ConnectionStrategy.reconnect(ApplicationModule, SessionCookie, EnvInfoProvider). All extending logic that was implemented here should be implemented in a custom ConnectionStrategy class that extends DefaultConnectionStrategy. 
oracle.jbo.Transaction.reconnect(boolean)
          Deprecated since 3.2. Instead, use reconnect(). 
oracle.adf.model.binding.DCDataControl.release(int)
          DCDataControl.release() will be invoked whenever the DC is to be released. The DC should invoke DCDataControl.releaseBindings(int) in order to notify the DataBinding facility of the release. The default implementation of this method now invokes DCDataControl.release(). 
oracle.jbo.common.ampool.SessionCookie.releaseApplicationModule(boolean, boolean)
          since 9.0.3

Use SessionCookie.releaseApplicationModule(int) instead. Replace with the following flags for each checkin/manageState permutation:

checkin=true, manageState=true: SHARED_MANAGED_RELEASE_MODE checkin=true, manageState=false: SHARED_UNMANAGED_RELEASE_MODE checkin=false, manageState=true: RESERVED_MANAGED_RELEASE_MODE checkin=false, manageState=false: RESERVED_UNMANAGED_RELEASE_MODE 

oracle.jbo.common.ampool.SessionCookie.releaseApplicationModule(boolean, boolean, long)
          since 9.0.3

use SessionCookie.releaseApplicationModule(int, long) instead. Replace with the following flags each checkin/manageState permutation: checkin=true, manageState=true: SHARED_MANAGED_RELEASE_MODE checkin=true, manageState=false: SHARED_UNMANAGED_RELEASE_MODE checkin=false, manageState=true: RESERVED_MANAGED_RELEASE_MODE checkin=false, manageState=false: RESERVED_UNMANAGED_RELEASE_MODE 

oracle.jbo.common.ampool.ApplicationPool.releaseApplicationModule(SessionCookie, boolean)
          since 9.0.3

Use ApplicationPool.releaseApplicationModule(SessionCookie,int) instead. If state management is required then invoke:

releaseApplicationModule(cookie, SessionCookie.SHARED_MANAGED_RELEASE_MODE)

Otherwise invoke:

releaseApplicationModule(cookie, SessionCookie.SHARED_UNMANAGED_RELEASE_MODE)

 

oracle.jbo.uicli.mom.JUMetaObjectManager.releaseApplicationObject(DCDataControl)
          since 10.1.2, use DCDataControl.release() instead to release a datacontrol from the bindings as well as from the business service. 
oracle.jbo.common.ampool.ApplicationPoolImpl.releaseInstance(ApplicationModule)
            
oracle.jbo.common.ampool.ApplicationPool.releaseInstances()
          Replaced by: ResourcePool.removeResources(). Method

may be confused with releaseResource. 

oracle.jbo.common.ampool.ApplicationPoolImpl.releaseInstances()
          Replaced by ApplicationPoolImpl.removeResources(). Method may be confused with releaseResource.

 

oracle.adf.model.BindingContext.removePersistentState(String)
          since 10.1.3. Applications should use the StateManager instead. See StateManager 
oracle.jbo.common.ampool.PoolMgr.removePool(String)
            
oracle.jbo.server.ViewRowSetImpl.removeRowHandle(Object)
          Since Jdeveloper 9.0.3. No replacement. No longer used. 
oracle.jbo.ApplicationModule.reservePassivationId()
          deprecated since 9.0.5. Use ApplicationModule.reserveSnapshotId(int) with the PERSISTNENT_SNAPSHOT bit set instead. 
oracle.jbo.ApplicationModule.resetState(boolean)
          since 9.0.5. Use ApplicationModule.resetState(int) with the RESET_RELOAD_FLAG enabled instead. 
oracle.jbo.server.ConnectionPoolManager.returnConnection(String, Connection)
          This method has been replaced with ConnectionPoolManager.returnConnection(String, Connection, Properties). This was necessary to provide applications with additional information about the transaction which is returning the connection. 
oracle.jbo.domain.BlobDomainInterface.saveToDatabase(Transaction)
          Internal: Applications should not use this method.

Saves data in memory to a database LOB-type attribute.

The transaction argument is is needed to perform an additional query into the database to write the data.

This method does not need to be invoked if this attribute's data has not changed. 

oracle.jbo.uicli.mom.JUMetaObjectManager.setApplicationDefinition(InputStream, String)
          since 10.1.3. Use JUMetaObjectManager.setApplicationDefinition(String) instead, if possible. 
oracle.jbo.uicli.mom.JUMetaObjectManager.setApplicationDefinition(Reader, String)
          since 10.1.3. Use JUMetaObjectManager.setApplicationDefinition(String) instead, if possible. 
oracle.jbo.uicli.mom.JUMetaObjectManager.setBaseErrorHandler(JUErrorHandler)
          since 9.0.5.1, Use setErrorHandler instead. 
oracle.jbo.rules.Variant.setBinaryStream(InputStream)
          Use setInputStream(). 
oracle.jbo.server.util.Variant.setBinaryStream(InputStream)
          Use setInputStream(). 
oracle.jbo.uicli.controls.JUNavigationBar.setButtonIcon(int, Icon)
            
oracle.jbo.uicli.controls.JUNavigationBar.setButtonPressedIcon(int, Icon)
            
oracle.jbo.domain.ClobDomain.setBytes(byte[])
          since 9.0.3.5. Use setChars(char[] clobData) instead. 
oracle.jbo.domain.BFileDomain.setBytes(byte[])
          since 9.0.4 BFile domains cannot be updated. 
oracle.jbo.ViewCriteria.setCriteriaForQuery(boolean)
          Since JDeveloper 10.1.3. Use setCriteriaMode(int) instead 
oracle.jbo.JboException.setDetails(Object[])
          since 5.0. Instead use setExceptions. 
oracle.jbo.uicli.binding.JUCtrlValueBinding.setEventsCaching(boolean)
          since 11.1.1.1.2 
oracle.jbo.common.ampool.ApplicationPool.setPassword(String)
          This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be set in the ApplicationPool or SessionCookie environment by using the Configuration.DB_PASSWORD_PROPERTY key.

 

oracle.jbo.common.ampool.ApplicationPoolImpl.setPassword(String)
          This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be set in the ApplicationPool or SessionCookie environment by using the Configuration.DB_PASSWORD_PROPERTY key.

 

oracle.jbo.common.NamedObjectImpl.setPropertiesMap(HashMap)
          use setPropertyMap instead 
oracle.jbo.common.NamedObjectImpl.setPropertiesMap2(HashMap)
          use setPropertyMap instead 
oracle.jbo.server.ViewObjectImpl.setReqdVC(ViewCriteria)
          use setRequiredViewCriteria() 
oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.setRowAsCurrentOnTargetIterator()
          since 11.1.1 use syncCurrentRow() 
oracle.jbo.server.ViewObjectImpl.setRowQualifier(RowQualifier)
          since 10.0.1.3 use setRowMatch(oracle.jbo.RowMatch). 
oracle.jbo.server.DBTransactionImpl.setTrackNewAndModifiedRowsOnly(boolean)
          since 9.0.5.1. This behavior is not optional anymore. 
oracle.jbo.server.ViewDefImpl.setupForLov(ViewObjectImpl)
            
oracle.jbo.ViewCriteria.setUseAttributeFormatHint(boolean)
            
oracle.jbo.common.ampool.ApplicationPool.setUserName(String)
          This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be set in the ApplicationPool or SessionCookie environment by using the Configuration.DB_USERNAME_PROPERTY key.

 

oracle.jbo.common.ampool.ApplicationPoolImpl.setUserName(String)
          This value should be passed to the pool connection strategy as SessionCookie environment or by implementing an EnvInfoProvider. The value may be set in the ApplicationPool or SessionCookie environment by using the Configuration.DB_USERNAME_PROPERTY key.

 

oracle.jbo.uicli.binding.JUCtrlRangeBinding.setValueAt(Object, int, int)
          since 10.1.2 
oracle.jbo.common.BaseViewCriteriaManagerImpl.setViewObjectReqdVC(ViewCriteria)
          use setViewObjectRequiredViewCriteria() 
oracle.adf.model.adapter.AbstractDefinition.shouldStoreStructureDefinition()
          use 
oracle.jbo.Key.toByteArray()
          Use toByteArray(boolean bSignature) instead 
oracle.jbo.server.security.JboXSDomain.toDatum(Connection)
          As of release 11, use #toDatum(oracle.jdbc.OracleConnection) instead 
oracle.jbo.Key.toStringFormat()
          Use toStringFormat(boolean bSignature) instead 

 

Deprecated Constructors
oracle.adf.model.generic.AttributeDefImpl(String, String, String, boolean, int)
          since 10.1.2. Use a constructor variant that takes StructureDefImpl. 
oracle.jbo.common.AttributeDefValue(String, String, String, int, String, int, int, byte, boolean, boolean, boolean, byte, boolean, boolean, int, int, String, ArrayList, String, boolean)
            
oracle.jbo.domain.BFileDomain(BFILE, byte[])
          since 9.0.4 BFile domains cannot be updated. 
oracle.jbo.domain.BFileDomain(BFileDomain, byte[])
          since 9.0.4 BFile domains cannot be updated. 
oracle.jbo.domain.BlobDomain(BLOB)
          use BlobDomain(Blob) instead. 
oracle.jbo.domain.BlobDomain(BLOB, byte[])
          use BlobDomain(Blob, byte[]) instead. 
oracle.jbo.domain.ClobDomain(byte[])
          since 9.0.3.5. Use ClobDomain(char[] data) Constructor instead. 
oracle.jbo.domain.ClobDomain(CLOB)
          use ClobDomain(Clob) instead. 
oracle.jbo.domain.ClobDomain(Clob, byte[])
          since 9.0.3.5. Use ClobDomain(Clob clob, char[] clobData) Constructor instead. 
oracle.jbo.domain.ClobDomain(CLOB, byte[])
          use ClobDomain(Clob, byte[]) instead. 
oracle.jbo.domain.ClobDomain(CLOB, char[])
          use ClobDomain(Clob, char[]) instead. 
oracle.jbo.domain.ClobDomain(ClobDomain, byte[])
          since 9.0.3.5. Use ClobDomain(ClobDomain clob, char[] clobData) Constructor instead. 
oracle.jbo.domain.ClobDomain(ClobDomain, char[])
          use ClobDomain(ClobDomain, char[], OracleConnection) instead. 
oracle.jbo.server.DBTransactionImpl(String)
          Since 9.0.3. This constructor is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create(), migrates from disconnected to connected state. 
oracle.jbo.server.DBTransactionImpl(String, Properties)
          Since 9.0.3. This constructor is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create(), migrates from disconnected to connected state. 
oracle.jbo.server.DBTransactionImpl(String, String, String)
          Since 9.0.3. This constructor is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create(), migrates from disconnected to connected state. 
oracle.jbo.server.DBTransactionImpl(String, String, String, Properties)
          Since 9.0.3. This constructor is no longer called to create a connected DBTransaction instance. Instead, DBTransactionImpl2 instance, created by create(), migrates from disconnected to connected state. 
oracle.adf.model.binding.DCBindingContainerReference(BindingContext, String, String)
          use #DCBindingContainerReference(String, String) instead. 
oracle.adf.model.binding.DCDataControlReference(DCDataControlDef)
            
oracle.adf.model.binding.DCDataControlReference(DCDataControlDef, String)
            
oracle.jbo.DeadViewRowAccessException()
          Deprecated since 9.0.2. Instead, use DeadViewRowAccessException(Object). 
oracle.jbo.rules.JboValidatorContext(int, Object, String, AttributeDef, Object, Object)
          since 11.1.1.0 use a subclass to implement getWarningContainer and evaluateExpression methods. 
oracle.jbo.uicli.binding.JUIteratorBinding(RowSetIterator)
          since 9.0.5.1 use constructor with DCDataControl instead. 
oracle.jbo.uicli.jui.JULoginDialog()
          since 9.0.3 use oracle.jbo.uicli.controls.JULoginDialog instead. 
oracle.jbo.uicli.jui.JULoginDialog(Frame, String, boolean)
          since 9.0.3 use oracle.jbo.uicli.controls.JULoginDialog instead. 
oracle.jbo.uicli.jui.JULovButtonBinding(Object, JUIteratorBinding, String[], RowSetIterator, String[], String[])
          since 10g, use the constructor with IteratorBinding instead of RowSetIterator 
oracle.jbo.uicli.jui.JULovButtonBinding(Object, JUIteratorBinding, String[], RowSetIterator, String[], String[], boolean, String, Point)
          since 10g, use the constructor with IteratorBinding instead of RowSetIterator 
oracle.jbo.uicli.controls.JUNavigationBar(boolean, boolean, boolean, boolean)
          since 9.0.3 use the constructor that also takes execute flag. 
oracle.jbo.uicli.jui.JUPanelValidationEvent(JUFormBinding, Transaction)
          since 9.0.5. use the constructor with datacontrol instead. 
oracle.jbo.Key(byte[])
          Use Key(String, AttributeDefImpl) instead 
oracle.jbo.Key(String)
          Use Key(String, AttributeDefImpl) instead 
oracle.jbo.domain.NClobDomain(NCLOB)
          use NClobDomain(Clob) instead. 
oracle.jbo.domain.NClobDomain(NCLOB, char[])
          use NClobDomain(Clob, char[]) instead. 
oracle.jbo.server.util.PropertyChangeEvent(Object, String, Object, Object)
          since 11.0 use the constructor with ValidatorContext 
oracle.jbo.RowNotFoundException(RowSetIterator, Object)
          Deprecated since 5.0. Instead, use RowNotFoundException(RowSet, Object). 
oracle.jbo.TooManyObjectsException(Key)
          since 9.0.4 use TooManyObjectsException(String fullName, Key primaryKey) 

 

Deprecated Enum Constants
oracle.adf.model.DataControl.DataChangeEventPolicy.POLL
          since 11.1.1 Please use PUSH 

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


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