| Deprecated Methods | 
| oracle.jbo.server.ViewObjectImpl.activateNewRowTracker(Element) since 9.0.3.3
 | 
| oracle.jbo.VariableValueManager.activatePassivatedVariables(String) Replaced by
 VariableValueManager.readVarsFromXML(org.w3c.dom.Element) | 
| 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.uicli.binding.JUCtrlListBinding.addControlToPanel(Object, Object, Object) since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.jbo.server.OperationDefinitionsImpl.addGroovyOperation(String, String, String, LinkedHashMap, String) 
 | 
| oracle.jbo.server.PDefComponentObjectBase.addGroovyOperation(String, String, String, LinkedHashMap, String) 
 | 
| oracle.jbo.server.PDefRow.addGroovyRowOperation(String, String, String, LinkedHashMap, String) 
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.addNullAndSetValueList(Object[]) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.server.ViewObjectImpl.addOperation(OperationDefinitionImpl) 
 | 
| oracle.jbo.server.GlobalFunctions.addOperation(OperationDefinitionImpl) 
 | 
| oracle.jbo.server.PDefComponentObjectBase.addOperation(OperationDefinitionImpl) 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.addOperations(OperationDefinitionsImpl) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.addParameter(OperationParamImpl) 
 | 
| 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.server.ViewObjectImpl.addRowOperation(OperationDefinitionImpl) 
 | 
| oracle.jbo.server.PDefRow.addRowOperation(OperationDefinitionImpl) 
 | 
| 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.server.ViewObjectImpl.buildOperationDefinitions() 
 | 
| oracle.jbo.server.ViewObjectImpl.buildRowOperationDefinitions() 
 | 
| oracle.jbo.uicli.jui.JUPanelBinding.callBeforeSaveTransaction(Transaction) since 9.0.5, Use callBeforeSaveTransaction(DCDataControl)
 | 
| 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:
    SessionCookiefor more information about using SessionCookies with the application pool.   | 
| 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:
    SessionCookiefor 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.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.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:
    SessionCookiefor 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:
    SessionCookiefor 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.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.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.server.OperationDefinitionImpl.clone() 
 | 
| 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 extendsDefaultConnectionStrategy. | 
| 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.uicli.binding.JUCtrlListDef.convertListNullValueFlag(String) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.convertListOperModeStr(String) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.convertValueList() since 11.1.1.4.0 Applications should not use this api.
 | 
| 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) 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.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.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.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.service.helper.SDOTypeBuilder.createSchemaFile(SDOBuilderSrc, boolean, Writer) Replaced by
 SDOTypeBuilder.createSchemaFile(SDOBuilderSrc, boolean, Writer, HelperContext) | 
| oracle.jbo.service.helper.SDOTypeBuilder.createSchemaFile(SDOBuilderSrc, Writer) Replaced by
 SDOTypeBuilder.createSchemaFile(SDOBuilderSrc, Writer, HelperContext) | 
| 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 extendsDefaultConnectionStrategy. | 
| oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.ensureRegionBindingStartsWith(String) Applications should not use this method.
 | 
| 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.jbo.uicli.binding.JUCtrlListBinding.findMatchingListValue(Object) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.server.PDefComponentObjectBase.findOperationDefinition(String) 
 | 
| 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.jbo.server.PDefRow.findRowOperationDefinition(String) 
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.findShuttleAvailableRows(DCIteratorBinding, String) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.findShuttleSelectedRows(DCIteratorBinding, String) since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.uicli.binding.JUCtrlListBinding.findValue(Object) since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.OperationDefinitionImpl.getAccess() 
 | 
| oracle.jbo.server.EntityAssociation.getAccessorByEndName(String) Deprecated since 5.0.  Instead, use
              AssociationDefBase.findEndAccessorByName().
 | 
| oracle.jbo.server.OperationDefinitionImpl.getAccessStr() 
 | 
| 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.domain.generic.GenericClob.getAsciiOutputStream() since 9.0.3.5. Use getCharacterOutputStream() instead.
 | 
| oracle.jbo.domain.ClobDomain.getAsciiStream() since 11.1.2.0.0. Use getCharacterStream() instead.
 | 
| oracle.jbo.domain.generic.GenericClob.getAsciiStream() since 11.1.2.0.0. Use getCharacterStream() instead.
 | 
| oracle.jbo.server.EntityAssociation.getAssociationEnd(String) Deprecated since 5.0.  Instead, use
              AssociationDefBase.findEndByName().
 | 
| oracle.jbo.common.ExpressionDef.getAttributesMap() since 11.1.4.0 Applications should not be using this class.
 | 
| oracle.jbo.common.ampool.ApplicationPoolImpl.getAvailableNumPools() Replaced by
 ApplicationPoolImpl.getAvailableInstanceCount() | 
| oracle.jbo.common.ampool.ApplicationPool.getAvailableNumPools() Replaced by
 ApplicationPool.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.server.OperationDefinitionImpl.getCategory() 
 | 
| 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.domain.generic.GenericClob.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.uicli.binding.JUCtrlListDef.getComboDisplayAttributeCount() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getComboDisplayRowCountHint() since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.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.mom.DefinitionManager.getCurrentApplicationMap(boolean) since 10.1.3.  No direct replacement (but see comments above).
 | 
| oracle.jbo.server.GlobalFunctions.getCustomGlobalOperations() 
 | 
| oracle.jbo.mom.DefinitionManager.getDefinitionObjectsMap() since 9.0.5.  No direct replacement
 (but see comments for
 DefinitionManager.getCurrentApplicationMap(boolean)). | 
| oracle.jbo.server.OperationDefinitionImpl.getDefXMLElementTag() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.getDefXMLElementTag() 
 | 
| oracle.jbo.server.OperationDefinitionImpl.getDefXMLNameSpace() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.getDefXMLNameSpace() 
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getDelimiter() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.getDelimiter() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getDerivedAttrNames() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.getDisplayCriteriaName() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.ViewCriteria.getDisplayName(LocaleContext) Use
 ViewCriteria.getProperty(String, LocaleContext)instead. For the property name
 argument passViewCriteriaHints.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.common.ExpressionDef.getEvaluator() since 11.1.4.0 Applications should not be using this class.
 | 
| oracle.jbo.common.ExpressionDef.getExpression() since 11.1.4.0 Applications should not be using this class.
 | 
| oracle.jbo.ExprEval.getExprPrivilege() 
 | 
| oracle.jbo.ExprEval.getExprStyle() 
 | 
| oracle.jbo.server.OperationDefinitionImpl.getFullName() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.getFullName() 
 | 
| oracle.jbo.server.GlobalFunctions.getGlobalFunctionObject() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.getGroovyExpr() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.getGroovyScript() 
 | 
| oracle.jbo.server.OperationDefinitionImpl.getHelpText() 
 | 
| oracle.jbo.server.OperationDefinitionImpl.getId() 
 | 
| oracle.jbo.domain.ClobDomain.getInputStream() since 9.0.3.5. Use getCharacterStream() instead.
 | 
| oracle.jbo.domain.generic.GenericClob.getInputStream() since 9.0.3.5. Use getCharacterStream() instead.
 | 
| oracle.jbo.server.OperationDefinitionImpl.getInsertText() 
 | 
| 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.jbo.uicli.binding.JUCtrlListDef.getLabelList() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getListAttrNames() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.server.ViewObjectImpl.getListBindingDefsInternal() Use lookupListBindingDef instead.
 | 
| oracle.adf.model.bc4j.DCJboDataControl.getListBindingRSI(DCIteratorBinding, Key, String, String) since 11.1.1.0.0
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getListDisplayAttrNames() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.getListDisplayAttrNames() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getListIteratorBindingName() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getListOperMode() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getListRangeSize() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getListRSIName() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getListVOName() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.VariableValueManager.getLocalPassivatableVariables() Replaced by
 VariableValueManager.writeVarsToXML(Document, Element, boolean) | 
| oracle.jbo.server.OperationDefinitionImpl.getMethodBody() 
 | 
| oracle.jbo.server.OperationDefinitionImpl.getMethodName() 
 | 
| oracle.jbo.server.OperationDefinitionImpl.getMethodText() 
 | 
| oracle.jbo.server.OperationDefinitionImpl.getMethodType() 
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getMRUCount() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.server.GlobalFunctions.getMutableGlobalOperations() 
 | 
| oracle.jbo.common.ExpressionDef.getName() since 11.1.4.0 Applications should not be using this class.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getNullValueFlag() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.server.ViewObjectImpl.getOperationDefinitions() 
 | 
| oracle.jbo.server.PDefComponentObjectBase.getOperationDefinitions() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.getOperations() 
 | 
| oracle.jbo.server.OperationDefinitionImpl.getOrigObject() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.getOrigObject() 
 | 
| 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.domain.generic.GenericClob.getOutputStream() since 9.0.3.5. Use getCharacterOutputStream() instead.
 | 
| oracle.jbo.server.OperationDefinitionImpl.getParameters() 
 | 
| 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.VariableValueManager.getPassivatableVariables() Replaced by
 VariableValueManager.writeVarsToXML(Document, Element, boolean) | 
| 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.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.adf.model.binding.DCPermission.getPermissionHolder() 
 | 
| oracle.jbo.common.ampool.PoolMgr.getPool(String) 
 | 
| oracle.jbo.common.ampool.ApplicationPoolImpl.getPoolName() Replaced by
 ApplicationPoolImpl.getName(). | 
| oracle.jbo.common.ampool.ApplicationPool.getPoolName() Replaced by
 ApplicationPool.getName(). | 
| oracle.jbo.common.ampool.PoolMgr.getPoolNames() 
 | 
| oracle.jbo.common.ampool.PoolMgr.getPools() 
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getPreferredCriteriaNameForServerBinding(String) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getPreferredListCriteriaName() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.getPreferredListIterBinding() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.getPreferredListRowSetIterator() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.common.ExpressionDef.getPrivilege() since 11.1.4.0 Applications should not be using this class.
 | 
| oracle.jbo.common.ExpressionDef.getPrivilegeString() since 11.1.4.0 Applications should not be using this class.
 | 
| oracle.jbo.common.NamedObjectImpl.getPropertiesMap() use getPropertyMap instead
 | 
| oracle.jbo.server.AttributeDefImpl.getRecalcExpressionPrivilege() since 11.1.1.4.0 Applications should not use this method
 | 
| oracle.jbo.server.PDefAttribute.getRecalcExpressionPrivilege() since 11.1.1.4.0 Applications should not use this method
 | 
| oracle.jbo.server.ViewObjectImpl.getReqdVC() use getRequiredViewCriteria()
 | 
| oracle.jbo.server.OperationDefinitionImpl.getReturnType() 
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getRowLevelBinds() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.server.ViewObjectImpl.getRowOperationDefinitions() 
 | 
| oracle.jbo.server.PDefRow.getRowOperationDefinitions() 
 | 
| oracle.jbo.server.ViewObjectImpl.getRowQualifier() since 10.0.1.3 use getRowMatch().
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.getSelectionAttributeName() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.server.OperationDefinitionImpl.getSignature() 
 | 
| oracle.jbo.domain.ClobDomain.getStorageByteArray() since 9.0.3.5. Use getStorageCharArray() instead.
 | 
| oracle.jbo.domain.generic.GenericClob.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.domain.generic.GenericClob.getStorageByteArray(String) since 9.0.3.5. Use getStorageCharArray() instead.
 | 
| oracle.jbo.server.AttributeDefImpl.getTransientExpressionPrivilege() since 11.1.1.4.0 Applications should not use this method
 | 
| oracle.jbo.server.PDefAttribute.getTransientExpressionPrivilege() since 11.1.1.4.0 Applications should not use this method
 | 
| oracle.jbo.server.AttributeDefImpl.getTransientExprEval() since 11.1.1.4.0 Applications should not use this method
 | 
| oracle.jbo.server.uniqueid.UniqueIdHelper.getUniqueId(EntityImpl) 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.getUniqueID(String) 
 | 
| 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.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.uicli.binding.JUCtrlRangeBinding.getValueAt(int, int) since 10.1.2
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.getValueList() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.getValueList() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.VariableManager.getVarMgrOwner() use
 VariableManager.getVarMgrOwnerBase()instead. | 
| oracle.jbo.common.VariableManagerImpl.getVarMgrOwner() use
 VariableManagerImpl.getVarMgrOwnerBase()instead. | 
| oracle.jbo.server.ViewObjectImpl.getViewAccessorDefsInternal() Use lookupViewAccessorDef instead.
 | 
| oracle.jbo.server.RowImpl.getViewAccessorResultIndex(ViewAccessorDef) use
 ViewAccessorDef.getResultIndex()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.jbo.server.OperationDefinitionImpl.getXMLElementTag() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.getXMLElementTag() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.hasGroovy() 
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.hasNullValue() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.init(HashMap) since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.2.0 Polling mode information is moved into ADS.
 | 
| oracle.adf.model.binding.DCUtil.isAppInPollingDCEMode() since 11.1.1.2.0 Polling mode information is moved into ADS.
 | 
| oracle.jbo.common.ampool.ApplicationPoolImpl.isAvailable(ApplicationModule) Implementation detail.  This method has been made protected.
 | 
| oracle.jbo.common.ampool.ApplicationPool.isAvailable(ApplicationModule) Implementation detail.  This method has been made protected.
 | 
| oracle.jbo.server.OperationDefinitionImpl.isDirty() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.isDirty() 
 | 
| 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.jbo.server.OperationDefinitionImpl.isGroovy() 
 | 
| oracle.jbo.server.OperationDefinitionImpl.isNew() 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.isNew() 
 | 
| 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.uicli.binding.JUCtrlListBinding.isSingleAttrList() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.isStaticList() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.server.DBTransactionImpl.isTrackNewAndModifiedRowsOnly() since 9.0.5.1
 | 
| oracle.adf.model.DataControlFrame.isTransactionOpen() replaced by getOpenTransactionName()
 | 
| oracle.jbo.ViewCriteria.isUseAttributeFormatHint() 
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.iteratorClosed(RowSetManagementEvent) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.loadChildrenFromXML(DefElement) since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.server.OperationDefinitionsImpl.loadOperationDefinitions(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.server.OperationDefinitionImpl.loadXMLContents(DefElement, String) 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.loadXMLContents(DefElement, String) 
 | 
| oracle.jbo.server.PDefComponentObjectBase.lookupOperationDefinition(String) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.lookupParameter(String) 
 | 
| oracle.jbo.server.PDefRow.lookupRowOperationDefinition(String) 
 | 
| oracle.jbo.common.ampool.EnvInfoProvider.modifyInitialContext(Object) 
 EnvInfoProvider.getInfo(String, Object)should be implemented
 instead. | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.moveDown(DCIteratorBinding, String) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.moveToBottom(DCIteratorBinding, String) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.moveToTop(DCIteratorBinding, String) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.moveUp(DCIteratorBinding, String) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.navigated(NavigationEvent) since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.uicli.binding.JUCtrlListBinding.put(Object, Object) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.rangeRefreshed(RangeRefreshEvent) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.rangeScrolled(ScrollEvent) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.rules.AbstractValidator.readTransientExpression(NamedObjectImpl, DefElement, String) since 11.1.1.4.0 Apps should never be using this implementation method.
 | 
| 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 extendsDefaultConnectionStrategy. | 
| 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 invokeDCDataControl.releaseBindings(int)in order to notify the DataBinding facility of the release.
 The default implementation of this method now invokesDCDataControl.release(). | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.release(int) since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.ApplicationPoolImpl.releaseInstances() Replaced by
 ApplicationPoolImpl.removeResources().  Method may be
 confused with releaseResource.  | 
| oracle.jbo.common.ampool.ApplicationPool.releaseInstances() Replaced by:
 ResourcePool.removeResources().  Method
 may be confused with releaseResource.  | 
| oracle.jbo.server.GlobalFunctions.removeOperation(String) 
 | 
| oracle.jbo.server.PDefComponentObjectBase.removeOperation(String) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.removeParameter(String) 
 | 
| 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.server.PDefRow.removeRowOperation(String) 
 | 
| oracle.jbo.server.GlobalFunctions.replaceOperation(OperationDefinitionImpl) 
 | 
| oracle.jbo.ApplicationModule.reservePassivationId() deprecated since 9.0.5.  Use
 ApplicationModule.reserveSnapshotId(int)with the PERSISTNENT_SNAPSHOT bit set 
    instead. | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.resetShuttle(DCIteratorBinding, String, JUCtrlListBinding) since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.uicli.binding.JUCtrlListBinding.rowDeleted(DeleteEvent) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.rowInserted(InsertEvent) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.rowUpdated(UpdateEvent) since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.server.OperationDefinitionImpl.setAccess(ExprEval.Privilege) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.setAccess(String) 
 | 
| 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.domain.generic.GenericClob.setBytes(byte[]) since 9.0.3.5. Use setChars(char[] clobData) instead.
 | 
| oracle.jbo.server.OperationDefinitionImpl.setCategory(String) 
 | 
| oracle.jbo.ViewCriteria.setCriteriaForQuery(boolean) Since JDeveloper 10.1.3. Use setCriteriaMode(int) instead
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.setDataValueAt(Object, int) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.JboException.setDetails(Object[]) since 5.0. Instead use setExceptions.
 | 
| oracle.jbo.server.OperationDefinitionImpl.setDirty(boolean) 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.setDirty(boolean) 
 | 
| oracle.jbo.uicli.binding.JUCtrlValueBinding.setEventsCaching(boolean) since 11.1.1.1.2
 | 
| oracle.jbo.ExprEval.setExprPrivilege(ExprEval.Privilege) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.setHelpText(String) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.setId(String) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.setInsertText(String) 
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.setListOperMode(int) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.setListRangeSize(int) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.server.OperationDefinitionImpl.setMethodBody(String) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.setMethodName(String) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.setMethodType(String) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.setNew(boolean) 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.setNew(boolean) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.setOrigObject(DefPersistable) 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.setOrigObject(DefPersistable) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.setParameters(LinkedHashMap) 
 | 
| 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.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.ExpressionDef.setPrivilege(ExprEval.Privilege) since 11.1.4.0 Applications should not be using this class.
 | 
| oracle.jbo.common.NamedObjectImpl.setPropertiesMap(HashMap) use setPropertyMap instead
 | 
| oracle.jbo.common.NamedObjectImpl.setPropertiesMap2(HashMap) use setPropertyMap instead
 | 
| oracle.jbo.server.AttributeDefImpl.setRecalcExpressionPrivilege(ExprEval.Privilege) since 11.1.1.4.0 Applications should not use this method
 | 
| oracle.jbo.server.PDefAttribute.setRecalcExpressionPrivilege(ExprEval.Privilege) since 11.1.1.4.0 Applications should not use this method
 | 
| oracle.jbo.server.ViewObjectImpl.setReqdVC(ViewCriteria) use setRequiredViewCriteria()
 | 
| oracle.jbo.server.OperationDefinitionImpl.setReturnType(String) 
 | 
| oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.setRowAsCurrentOnTargetIterator() since 11.1.1.2.0 use syncCurrentRow()
 | 
| oracle.jbo.server.ViewObjectImpl.setRowQualifier(RowQualifier) since 10.0.1.3 use setRowMatch(oracle.jbo.RowMatch).
 | 
| oracle.jbo.uicli.binding.JUCtrlListDef.setStaticList(boolean) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.server.DBTransactionImpl.setTrackNewAndModifiedRowsOnly(boolean) since 9.0.5.1. This behavior is not optional anymore.
 | 
| oracle.adf.model.bean.DCDataRow.setTransientAttributeValue(ViewAttributeDefImpl, Object) 
 | 
| oracle.jbo.server.ViewRowImpl.setTransientAttributeValue(ViewAttributeDefImpl, Object) for internal framework use only.
 | 
| oracle.jbo.server.AttributeDefImpl.setTransientExpressionPrivilege(ExprEval.Privilege) since 11.1.1.4.0 Applications should not use this method
 | 
| oracle.jbo.server.PDefAttribute.setTransientExpressionPrivilege(ExprEval.Privilege) since 11.1.1.4.0 Applications should not use this method
 | 
| oracle.jbo.server.ViewDefImpl.setupForLov(ViewObjectImpl) 
 | 
| oracle.jbo.ViewCriteria.setUseAttributeFormatHint(boolean) 
 | 
| 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.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.uicli.binding.JUCtrlListBinding.setValueAt(Object, int) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.uicli.binding.JUCtrlRangeBinding.setValueAt(Object, int, int) since 10.1.2
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.setValueList(Object[]) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.common.BaseViewCriteriaManagerImpl.setViewObjectReqdVC(ViewCriteria) use setViewObjectRequiredViewCriteria()
 | 
| oracle.adf.model.adapter.AbstractDefinition.shouldStoreStructureDefinition() use
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.shuttle(DCIteratorBinding, String, boolean, boolean, JUCtrlListBinding) since 11.1.1.4.0 Applications should not use this api.
 | 
| 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.uicli.binding.JUCtrlListBinding.toString() since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.Key.toStringFormat() Use toStringFormat(boolean bSignature) instead
 | 
| oracle.jbo.uicli.binding.JUCtrlListBinding.updateValuesFromRow(Row) since 11.1.1.4.0 Applications should not use this api.
 | 
| oracle.jbo.common.ExpressionDef.useEvaluator(ExprEval) since 11.1.4.0 Applications should not be using this class.
 | 
| oracle.jbo.server.OperationDefinitionImpl.writeChildren(DefWriter) 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.writeChildren(DefWriter) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.writeContents(DefWriter) 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.writeContents(DefWriter) 
 | 
| oracle.jbo.server.OperationDefinitionImpl.writeObject(DefWriter) 
 | 
| oracle.jbo.server.OperationDefinitionsImpl.writeObject(DefWriter) 
 |