Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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.adf.model.bean.DCCriteriaBaseViewDef
            
oracle.adf.model.bean.DCCriteriaBaseVOImpl
            
oracle.adf.model.bean.DCCriteriaItemRowImpl
            
oracle.adf.model.bean.DCCriteriaItemViewDef
            
oracle.adf.model.bean.DCCriteriaItemVOImpl
            
oracle.adf.model.bean.DCCriteriaOperatorRowImpl
            
oracle.adf.model.bean.DCCriteriaOperatorViewDef
            
oracle.adf.model.bean.DCCriteriaOperatorVOImpl
            
oracle.adf.model.bean.DCCriteriaRowImpl
            
oracle.adf.model.bean.DCCriteriaRowRowImpl
            
oracle.adf.model.bean.DCCriteriaRowViewDef
            
oracle.adf.model.bean.DCCriteriaRowVOImpl
            
oracle.adf.model.bean.DCCriteriaValueRowImpl
            
oracle.adf.model.bean.DCCriteriaValueViewDef
            
oracle.adf.model.bean.DCCriteriaValueVOImpl
            
oracle.adf.model.bean.DCCriteriaViewDef
            
oracle.adf.model.bean.DCCriteriaVOImpl
            
oracle.jbo.common.DebugDiagnostic
            
oracle.jbo.format.DefaultPercentageFormatter
           
oracle.jbo.common.GroovyParserUtil
            
oracle.jbo.server.JavaTypeMapEntries
          since JDeveloper 5.0 Use oracle.jbo.common.OracleTypeMapEntries instead. 
oracle.jbo.uicli.binding.JUCtrlListDef
          since 11.1.1.4.0 Applications should not use this api. 
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.jbo.server.PDefComponentOperations
            
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.adf.model.binding.DCBindingContainerDef.mControls
          since 11.1.2.0.0. Use DCBindingContainerDef.getControlDefs() instead. 
oracle.jbo.mom.DefinitionObject.mExtendedDefObjects
          since 11.1.2.0.0. Use DefinitionObject.getExtendedDefObjects() instead. 
oracle.jbo.rules.JboListValidator.mSource
            
oracle.jbo.common.PropertyMetadata.pDescription
          - use getDescription instead 
oracle.jbo.AttributeHints.PNAME_ENSURE_KEY_ATTR
            
oracle.jbo.AttributeHints.PNAME_ROWNUMATTR
            
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.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.RowDef.addForwardDependency(String, AttributeDependency)
          since 11.1.1.5.0j 
oracle.jbo.server.OperationDefinitionsImpl.addGroovyOperation(String, String, String, LinkedHashMap<String, String>, String)
            
oracle.jbo.uicli.binding.JUCtrlListBinding.addNullAndSetValueList(Object[])
          since 11.1.1.4.0 Applications should not use this api. 
oracle.jbo.server.OperationDefinitionsImpl.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.PDefComponentObjectBase.addScriptOperation(String, String, String, LinkedHashMap<String, String>, String)
            
oracle.jbo.JboException.addToDetails(Object)
          since 5.0. Instead use addToExceptions. 
oracle.jbo.server.ViewObjectImpl.addViewAccessorDef(ViewAccessorDef)
            
oracle.jbo.server.PDefComponentOperations.applyPersonalization(Object)
            
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.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.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.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: 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(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.ViewRowImpl.clearViewAccessorResultsRecursively()
            
oracle.jbo.server.OperationDefinitionsImpl.clone()
            
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 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.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.ViewCriteria.convertVarMapToVarMgr(Map)
            
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.jbo.server.AttributeDefImpl.createAttributeDependencyImpl(String, AttributeDependency.Type)
          since 11.1.1.5.0 
oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(BindingContext)
          since 10.1.3. Use createBindingContainer(BindingContext ctx, DCBindingContainer parent, String name) instead. 
oracle.adf.model.BindingContext.createDataControlFrame(String, List<DataControlPolicy>, DataControlPolicy)
          since 11.1.1.0.0 
oracle.jbo.mom.DefinitionManager.createFromXML(int, String, String, DefElement)
            
oracle.jbo.uicli.mom.JUMetaObjectManager.createFromXML(int, String, String, DefElement)
            
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 extends DefaultConnectionStrategy. 
oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.ensureRegionBindingStartsWith(String)
          Applications should not use this method. 
oracle.jbo.server.ViewRowImpl.evaluateLovFinderExpressionInternal(AttributeDefImpl, Row)
            
oracle.jbo.common.AbstractListBinding.filterAndApplyListWithCaseCheck(Map, Row, ViewCriteria, ArrayList, Map, boolean, boolean, boolean, boolean)
            
oracle.jbo.common.ListBindingDef.filterAndApplyListWithCaseCheck(RowSetIterator, Map, Row, ViewCriteria, boolean, boolean, boolean, boolean)
            
oracle.jbo.uicli.binding.JUCtrlListDef.filterAndApplyListWithCaseCheck(String, RowSetIterator, Map, Row, ViewCriteria, boolean, boolean, boolean, boolean)
            
oracle.jbo.common.AbstractListBinding.filterList(Map, Row, ViewCriteria, ArrayList)
          use filterList(Map, Row, ViewCriteria, ArrayList, boolean) 
oracle.jbo.common.AbstractListBinding.filterList(Map, Row, ViewCriteria, ArrayList, Map, boolean)
          * Advanced internal method. 
oracle.jbo.common.ListBindingDef.filterList(RowSetIterator, Map, Row, ViewCriteria, boolean, boolean)
            
oracle.jbo.uicli.binding.JUCtrlListDef.filterList(String, RowSetIterator, Map, Row, ViewCriteria, boolean, boolean)
            
oracle.jbo.common.AbstractListBinding.filterListWithCaseSensitiveCheck(Map, Row, ViewCriteria, ArrayList, Map, boolean, boolean)
          * Advanced internal method. 
oracle.jbo.mom.DefinitionManager.findClassForTagName(String)
            
oracle.jbo.common.ContextUtil.findCurrentContext()
          since 10.1.3. Use oracle.adf.share.ADFContext.getCurrent().getApplication() instead. 
oracle.jbo.server.PDefComponentOperations.findDefObject(String)
            
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.jbo.server.OperationDefinitionsImpl.findOperationDefinitions(ComponentObject)
            
oracle.jbo.server.OperationDefinitionsImpl.findOperationDefinitions(Row)
            
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.jbo.server.OperationDefinitionsImpl.findParameterNames(Method)
            
oracle.jbo.server.OperationDefinitionsImpl.findParameterNames(String)
            
oracle.jbo.mom.DefinitionManager.findPersDefObjectWithPersDefName(String, String, DefinitionObject, int, Class, boolean, boolean)
          Use DefinitionManager.findPersDefObjectWithPersDefName(String, String, DefinitionObject, int, Class, boolean) instead. 
oracle.adf.model.BindingContext.findPersistentState(String)
          since 10.1.3. Applications should use the StateManager instead. See StateManager 
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.server.PDefComponentOperations.findStaticDefinitionObject(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.DCDataControlReference.getAppDefNameContextKey(String)
            
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.common.GroovyParserUtil.getAssignedUnboundVariables()
            
oracle.jbo.server.EntityAssociation.getAssociationEnd(String)
          Deprecated since 5.0. Instead, use AssociationDefBase.findEndByName(). 
oracle.adf.model.binding.DCControlBinding.getAttributeListener()
          ** For internal framework use only *** 
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.adf.model.binding.events.EventDispatcherImpl.getBindingContainerDefName()
          Only for internal debug purpose. 
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.common.GroovyParserUtil.getClassesUsed()
            
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.ViewCriteriaRow.getCriteriaItemsAndBindVars()
            
oracle.adf.model.BindingContext.getCurrentAppDefName()
          since 11.1.1.6.0 For internal framework use only 
oracle.jbo.mom.DefinitionManager.getCurrentApplicationMap(boolean)
          since 10.1.3. No direct replacement (but see comments above). 
oracle.adfinternal.model.adapter.webservice.WSDefinition.getDCOperationsInternal()
          Use getDCOperations() This method returns the web service operations that have been included in the data control. If no operations have been included it returns null 
oracle.jbo.mom.DefinitionManager.getDefinitionObjectsMap()
          since 9.0.5. No direct replacement (but see comments for DefinitionManager.getCurrentApplicationMap(boolean)). 
oracle.jbo.server.PDefComponentOperations.getDefTypeId()
            
oracle.jbo.server.OperationDefinitionsImpl.getDefXMLElementTag()
            
oracle.jbo.server.OperationDefinitionImpl.getDefXMLElementTag()
            
oracle.jbo.server.PDefComponentOperations.getDefXMLElementTag()
            
oracle.jbo.server.OperationDefinitionsImpl.getDefXMLNameSpace()
            
oracle.jbo.server.OperationDefinitionImpl.getDefXMLNameSpace()
            
oracle.jbo.server.PDefComponentOperations.getDefXMLNameSpace()
            
oracle.jbo.uicli.binding.JUCtrlListBinding.getDelimiter()
          since 11.1.1.4.0 Applications should not use this api. 
oracle.jbo.uicli.binding.JUCtrlListDef.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 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.ApplicationModuleImpl.getEntityAttributesPermission(String)
          since 11.1.1.2.0. Replaced by: Row.getAttributeSecurityHints(int) 
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.server.OperationDefinitionImpl.getExample()
            
oracle.jbo.common.ExpressionDef.getExpression()
          since 11.1.4.0 Applications should not be using this class. 
oracle.jbo.ExprEval.getExprHasReturn()
            
oracle.jbo.ExprEval.getExprPrivilege()
            
oracle.jbo.ExprEval.getExprStyle()
            
oracle.jbo.server.OperationDefinitionsImpl.getFullName()
            
oracle.jbo.server.OperationDefinitionImpl.getFullName()
            
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.jbo.server.OperationDefinitionImpl.getJavaReturnType()
            
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.rules.JboListValidator.getList()
          Replaced by JboListValidator.getList(Object). 
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.JUCtrlListBinding.getListDisplayAttrNames()
          since 11.1.1.4.0 Applications should not use this api. 
oracle.jbo.uicli.binding.JUCtrlListDef.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.common.GroovyParserUtil.getMethodsUsed()
            
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.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.OperationDefinitionsImpl.getOrigObject()
            
oracle.jbo.server.OperationDefinitionImpl.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.OperationDefinitionImpl.getParameterTypes()
            
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.adf.model.binding.DCDataControlReference.getRefDataControl(String)
          DataControls should always be acquired from the BindingContext. 
oracle.jbo.server.ViewObjectImpl.getReqdVC()
          use getRequiredViewCriteria() 
oracle.jbo.server.OperationDefinitionImpl.getReturnType()
            
oracle.jbo.server.ViewRowImpl.getRowHintsAttributeDef(int)
            
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.ViewObjectImpl.getRowQualifier()
          since 10.0.1.3 use getRowMatch(). 
oracle.jbo.server.PDefComponentOperations.getScriptOps()
            
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.common.GroovyParserUtil.getUnboundVariables()
            
oracle.jbo.common.GroovyParserUtil.getUnboundVariablesWithoutNullCheck()
            
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.ViewCriteriaItem.getValueFromWhereParams(HashMap)
          since 12.1.1.0. 
oracle.jbo.uicli.binding.JUCtrlListBinding.getValueList()
          since 11.1.1.4.0 Applications should not use this api. 
oracle.jbo.uicli.binding.JUCtrlListDef.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.ViewRowImpl.getViewAccessorDefsInternal()
            
oracle.jbo.server.RowImpl.getViewAccessorResultIndex(ViewAccessorDef)
          use ViewAccessorDef.getResultIndex() instead 
oracle.jbo.server.ApplicationModuleImpl.getViewAttributesPermission(ViewObject)
          since 11.1.1.2.0. Replaced by: Row.getAttributeSecurityHints(int) 
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.ViewCriteriaRow.getViewObjectBindVars()
            
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.OperationDefinitionsImpl.getXMLElementTag()
            
oracle.jbo.server.OperationDefinitionImpl.getXMLElementTag()
            
oracle.jbo.server.PDefComponentOperations.getXMLElementTag()
            
oracle.adf.model.binding.DCControlBinding.hasAttributeListener()
          ** For internal framework use only *** 
oracle.jbo.ViewCriteriaItem.hasData(HashMap)
          since 12.1.1.0. Use ViewCriteriaItem.hasData(VariableValueManager) instead 
oracle.adf.model.BindingContext.hasDCUsage(String, String)
            
oracle.jbo.uicli.binding.JUCtrlListBinding.hasNullValue()
          since 11.1.1.4.0 Applications should not use this api. 
oracle.jbo.server.PDefComponentObjectBase.hasPersonalizedComponentOperations()
            
oracle.jbo.common.ExpressionDef.hasReturn()
          since 11.1.4.0 Applications should not be using this class. 
oracle.jbo.uicli.binding.JUCtrlListDef.init(HashMap)
          since 11.1.1.4.0 Applications should not use this api. 
oracle.jbo.uicli.mom.JUApplicationDefImpl.initializeBindingContext(BindingContext, Map)
          use #initializeBindingContext(BindingContext) instead. 
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.DCUtil.isAppInPollingDCEMode()
          since 11.1.1.2.0 Polling mode information is moved into ADS. 
oracle.adf.model.binding.DCBindingContainer.isAppInPollingDCEMode()
          since 11.1.1.2.0 Polling mode information is moved into ADS. 
oracle.jbo.common.AbstractListBinding.isApplyNecessary(Map)
          since 11.1.1.5.0 use isFilterApplyNecessary. 
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.OperationDefinitionsImpl.isDirty()
            
oracle.jbo.server.OperationDefinitionImpl.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.OperationDefinitionsImpl.isNew()
            
oracle.jbo.server.OperationDefinitionImpl.isNew()
            
oracle.adf.model.binding.DCMethodParameterDef.isParamFinal()
          since 10.1.3 
oracle.adf.model.binding.DCMethodParameterDef.isParamRequired()
          since 10.1.3 
oracle.adf.model.adapter.utils.Utility.isPrimaryKeyAvailableinAccessor(AccessorDefinition, boolean)
          The method adds a Primary key to the accessor if the isKey() returns false for each AttributeDef and ensureKey is true. If ensureKey is false, methodreturns true if accessor has any Attribute with key property set to true The method DOESNOT iterate recursively under each accessor to enforcePrimaryKey on child accessors. 
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.ApplicationModuleDefImpl.loadFromXML(DefElement)
           
oracle.jbo.server.ViewLinkDefImpl.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.OperationDefinitionsImpl.loadXMLContents(DefElement, String)
            
oracle.jbo.server.OperationDefinitionImpl.loadXMLContents(DefElement, String)
            
oracle.jbo.server.PDefComponentOperations.loadXMLContents(DefElement, String)
            
oracle.jbo.server.PDefComponentObjectBase.lookupOperationDefinition(String)
            
oracle.jbo.server.OperationDefinitionImpl.lookupParameter(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.PDefComponentOperations.personalize(ComponentOperations)
            
oracle.jbo.server.ViewObjectImpl.personalizeTransientExprAndDefValForBeans(ViewAttributeDefImpl, String, Object)
          since 11.1.1.4.0 
oracle.adf.model.bean.DCDataVO.personalizeViewAttributeDef(PDefAttribute, ViewAttributeDefImpl)
          since 11.1.1.4.0 
oracle.jbo.server.ViewObjectImpl.personalizeViewAttributeDef(PDefAttribute, ViewAttributeDefImpl)
          since 11.1.1.4.0 
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.uicli.mom.JUApplicationDefImpl.populateContext(BindingContext, Map)
          use #populateContext(BindingContext) instead 
oracle.jbo.pool.ResourcePool.prepareForGCRemove(ArrayList, Object)
           
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 extends DefaultConnectionStrategy. 
oracle.jbo.Transaction.reconnect(boolean)
          Deprecated since 3.2. Instead, use reconnect(). 
oracle.jbo.mom.DefinitionManager.registerClassForTagName(String, Class)
            
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.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.OperationDefinitionsImpl.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.ApplicationModule.reservePassivationId()
          deprecated since 9.0.5. Use ApplicationModule.reserveSnapshotId(int) with the PERSISTNENT_SNAPSHOT bit set instead. 
oracle.jbo.server.ViewRowImpl.resetForwardAttributes(ViewAttributeDefImpl[], List<String>)
            
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.PDefComponentOperations.resolveDefObject()
            
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.BFileDomain.setBytes(byte[])
          since 9.0.4 BFile domains cannot be updated. 
oracle.jbo.domain.ClobDomain.setBytes(byte[])
          since 9.0.3.5. Use setChars(char[] clobData) instead. 
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.server.PDefComponentOperations.setDefForComponent(ComponentObjectImpl)
            
oracle.jbo.JboException.setDetails(Object[])
          since 5.0. Instead use setExceptions. 
oracle.jbo.server.OperationDefinitionsImpl.setDirty(boolean)
            
oracle.jbo.server.OperationDefinitionImpl.setDirty(boolean)
            
oracle.adfinternal.model.adapter.url.xml.XMLDCDef.setEnsureKeyAttribute(boolean)
            
oracle.adfinternal.model.adapter.webservice.WSDefinition.setEnsureKeyAttribute(boolean)
            
oracle.jbo.uicli.binding.JUCtrlValueBinding.setEventsCaching(boolean)
          since 11.1.1.1.2 
oracle.jbo.server.OperationDefinitionImpl.setExample(String)
            
oracle.jbo.ExprEval.setExprHasReturn(Boolean)
            
oracle.jbo.ExprEval.setExprPrivilege(ExprEval.Privilege)
            
oracle.jbo.common.ExpressionDef.setHasReturn(boolean)
          since 11.1.4.0 Applications should not be using this class. 
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.OperationDefinitionsImpl.setNew(boolean)
            
oracle.jbo.server.OperationDefinitionImpl.setNew(boolean)
            
oracle.jbo.server.OperationDefinitionsImpl.setOrigObject(DefPersistable)
            
oracle.jbo.server.OperationDefinitionImpl.setOrigObject(DefPersistable)
            
oracle.jbo.server.OperationDefinitionImpl.setParameters(LinkedHashMap<String, OperationParamImpl>)
            
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.adf.model.binding.DCDataControlReference.setRefDataControl(String, DCDataControl)
            
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.server.PDefComponentOperations.setScriptOps(OperationDefinitionsImpl)
            
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.adf.model.binding.DCDataControlReference.setUserParams(Map)
          the DCDataControlReference no longer accepts user params. All parameters should be defined in the DCDataControlDefinition. 
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.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.server.PDefComponentOperations.unsetDefForComponent(ComponentObjectImpl)
            
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.ViewCriteria.validate()
            
oracle.jbo.common.ViewCriteriaImpl.validate()
            
oracle.jbo.ViewCriteria.validate(HashMap)
          since 12.1.1.0. Use ViewCriteria.validate(VariableValueManager) instead 
oracle.jbo.common.ViewCriteriaImpl.validate(HashMap)
          since 12.1.1.0 
oracle.jbo.common.ViewCriteriaImpl.validateRow(ViewCriteriaRow, HashMap)
          since 12.1.1.0 
oracle.jbo.rules.JboListValidator.validateValue(Object)
          Replaced by JboListValidator.validateValueWithContext(JboValidatorContext, Object). 
oracle.jbo.server.OperationDefinitionsImpl.writeChildren(DefWriter)
            
oracle.jbo.server.OperationDefinitionImpl.writeChildren(DefWriter)
            
oracle.jbo.server.PDefComponentOperations.writeChildren(DefWriter)
            
oracle.jbo.server.PDefComponentOperations.writeContents()
            
oracle.jbo.server.OperationDefinitionsImpl.writeContents(DefWriter)
            
oracle.jbo.server.OperationDefinitionImpl.writeContents(DefWriter)
            
oracle.jbo.server.PDefComponentOperations.writeContents(DefWriter)
            
oracle.jbo.server.OperationDefinitionsImpl.writeObject(DefWriter)
            
oracle.jbo.server.OperationDefinitionImpl.writeObject(DefWriter)
            
oracle.jbo.server.PDefComponentOperations.writeObject(DefWriter)
            

 

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.common.ExpressionDef(NamedObjectImpl, ExpressionDef)
          since 11.1.4.0 Applications should not be using this class. 
oracle.jbo.common.ExpressionDef(NamedObjectImpl, String, String)
          since 11.1.4.0 Applications should not be using this class. 
oracle.jbo.common.ExpressionDef(NamedObjectImpl, String, String, String)
          since 11.1.4.0 Applications should not be using this class. 
oracle.jbo.common.ExpressionDef(NamedObjectImpl, String, String, String, Boolean)
          since 11.1.4.0 Applications should not be using this class. 
oracle.jbo.domain.generic.GenericClob(Clob, byte[])
          since 9.0.3.5. Use GenericClob(Clob clob, char[] clobData) Constructor instead. 
oracle.jbo.domain.generic.GenericClob(GenericClob, byte[])
          since 9.0.3.5. Use GenericClob(GenericClob clob, char[] clobData) Constructor instead. 
oracle.jbo.common.GroovyParserUtil(String)
            
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.OperationDefinitionImpl()
            
oracle.jbo.server.OperationDefinitionImpl(String)
            
oracle.jbo.server.OperationDefinitionImpl(String, String, String, LinkedHashMap<String, String>, String)
            
oracle.jbo.server.OperationDefinitionsImpl(String)
            
oracle.jbo.server.PDefComponentOperations()
            
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.service.helper.SDOTypeBuilder()
          Replaced by SDOTypeBuilder.SDOTypeBuilder(HelperContext) 
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.2.0 Please use PUSH 

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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