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

E17503-02

Deprecated API


Contents
Deprecated Interfaces
oracle.adfnmc.bindings.AttributeBindingListener
          DRM - if we get requests for event notifcation at the Binding object level from app developers, re-enable this, otherwise the UI is just using the EL notification interfaces, so no need for this. Sourcing this requires a delegating type to convert notifications to be EL event interface compatible - we may just want to unify event interfaces if we re-enable this 
oracle.adfnmc.bindings.OperationBindingListener
          DRM - if we get requests for event notifcation at the Binding object level from app developers, re-enable this, otherwise the UI is just using the EL notification interfaces, so no need for this. Sourcing this requires a delegating type to convert notifications to be EL event interface compatible - we may just want to unify event interfaces if we re-enable this 
oracle.adfnmc.bindings.RangeBindingListener
          * DRM - if we get requests for event notifcation at the Binding object level from app developers, re-enable this, otherwise the UI is just using the EL notification interfaces, so no need for this. Sourcing this requires a delegating type to convert notifications to be EL event interface compatible - we may just want to unify event interfaces if we re-enable this 
 

Deprecated Fields
oracle.adfnmc.component.ui.VerticalAlignEnumeration.ALIGNMENT_VERTICAL_CENTER
            
oracle.adfnmc.component.ui.VerticalAlignEnumeration.ALIGNMENT_VERTICAL_CENTER_VALUE
            
oracle.jdeveloper.db.adapter.DatabaseProvider.ALL_SCHEMAS_REFTYPE
          with no replacement. 
oracle.jdeveloper.db.adapter.DatabaseProvider.DEPLOY_PASSWORD_CLASS_REFTYPE
          with no replacement. 
oracle.jdeveloper.db.adapter.DatabaseProvider.INSTANCE_CLASS_REFTYPE
          - moved to SQLServerConnectionCreator#INSTANCE_CLASS_REFTYPE. Database specific keys belong on the appropriate ConnectionCreator subclasses. 
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.adfnmc.component.ui.VerticalJustificationEnumeration.JUSTIFICATION_VERTICAL_CENTER
            
oracle.adfnmc.component.ui.VerticalJustificationEnumeration.JUSTIFICATION_VERTICAL_CENTER_VALUE
            
oracle.jbo.common.PropertyMetadata.pDescription
          - use getDescription instead 
oracle.jbo.common.PropertyMetadata.pDescription
          - use getDescription instead 
oracle.jbo.ApplicationModule.REMOVE_SNAPSHOT
          use ApplicationModule.ACTIVATE_REMOVE_FLAG instead 
oracle.jbo.ApplicationModule.SYNC_BATCH
          deprecated since 9.0.5. This mode should not be used by client. Batch mode operations should be performed through working set objects instead. 
oracle.jbo.ViewCriteriaRow.VCROW_CONJ_AND
          use ViewCriteriaComponent.VC_CONJ_AND instead. 
oracle.jbo.ViewCriteriaRow.VCROW_CONJ_NOT
          use ViewCriteriaComponent.VC_CONJ_NOT instead. 
oracle.jbo.ViewCriteriaRow.VCROW_CONJ_OR
          use ViewCriteriaComponent.VC_CONJ_OR instead. 
 

Deprecated Methods
oracle.jbo.server.ViewObjectImpl.activateState(ViewRowImpl, KXmlParser)
          since 9.0.3.3 use activateState(ViewRowSetImpl vrs...) 
oracle.jbo.server.ViewObjectImpl.activateState(ViewRowSetImpl, ViewRowImpl, KXmlParser)
          since 9.0.3.3 use activateState(ViewRowSetImpl vrs...) 
oracle.jbo.Transaction.connectToDataSource(String, String, String, String)
          Since Jdeveloper 9.0.2. No replacement 
oracle.jbo.Transaction.connectToDataSource(String, String, String, String, String, String)
          Since Jdeveloper 9.0.2. No replacement 
oracle.jbo.common.CommonCriteriaAdapter.createTempBindVar(ViewCriteria, ViewCriteriaItem, int)
          Use CommonCriteriaAdapter.createTemporaryBindVar(oracle.jbo.ViewCriteria, oracle.jbo.ViewCriteriaItem, int) from the client code. 
oracle.jbo.common.CommonCriteriaAdapter.createTempBindVar(ViewCriteria, ViewCriteriaItem, int)
          Use CommonCriteriaAdapter.createTemporaryBindVar(oracle.jbo.ViewCriteria, oracle.jbo.ViewCriteriaItem, int) from the client code. 
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)
          use filterList(Map, Row, ViewCriteria, ArrayList, boolean) 
oracle.jbo.server.ViewRowSetIteratorImpl.fireRowUpdated(int, Row, int[])
          since 11.1.1.0.0. use the one with EntityEvent 
oracle.adf.share.ADFContext.getApplication()
          Use getADFConfig() instead. 
oracle.adf.share.jndi.SecureRefAddr.getContent()
          it will not return String anymore, instead, char[] for security purpose. Suggest to use getCharValue() 
oracle.adfnmc.java.sql.Time.getDate()
          This method is deprecated and must not be used. An SQL Time object does not have a Date component. 
oracle.adfnmc.java.sql.Time.getDay()
          This method is deprecated and must not be used. An SQL Time object does not have a Day component. 
oracle.adfnmc.java.net.URLConnection.getDefaultRequestProperty(String)
          Use getRequestProperty(). 
oracle.jbo.ViewCriteria.getDisplayName(LocaleContext)
            
oracle.adfnmc.java.sql.Date.getHours()
          This method is deprecated and must not be used. SQL Date values do not have an hours component. 
oracle.adfnmc.util.JavaSEUtility.getMetadataBasedir()
          - Now just use getRootPath() + the path of the resource relative to the root of the jar it is packaged in 
oracle.adfnmc.util.Utility.getMetadataBasedir()
          - Now just use getRootPath() + the path of the resource relative to the root of the jar it is packaged in 
oracle.adfnmc.util.Utility.getMetadataBasedir()
          - Now just use getRootPath() + the path of the resource relative to the root of the jar it is packaged in 
oracle.adfnmc.util.JavaSEUtility.getMetadataBasedir()
          - Now just use getRootPath() + the path of the resource relative to the root of the jar it is packaged in 
oracle.adfnmc.java.sql.Date.getMinutes()
          This method is deprecated and must not be used. SQL Date values do not have a minutes component. 
oracle.adfnmc.java.sql.Time.getMonth()
          This method is deprecated and must not be used. An SQL Time object does not have a Month component. 
oracle.adfnmc.util.Utility.getResourcesBasedir()
          - Now just use getRootPath() + the path of the resource relative to the root of the jar it is packaged in 
oracle.adfnmc.util.Utility.getResourcesBasedir()
          - Now just use getRootPath() + the path of the resource relative to the root of the jar it is packaged in 
oracle.adfnmc.java.sql.Date.getSeconds()
          This method is deprecated and must not be used. SQL Date values do not have a seconds component. 
oracle.adfnmc.java.sql.ResultSet.getUnicodeStream(int)
          Use getCharacterStream.

Gets the value of the column as an InputStream of Unicode characters. 

oracle.adfnmc.java.sql.ResultSet.getUnicodeStream(int)
          Use getCharacterStream.

Gets the value of the column as an InputStream of Unicode characters. 

oracle.adfnmc.java.sql.ResultSet.getUnicodeStream(String)
          Use getCharacterStream

Gets the value of the column as an InputStream of Unicode characters. 

oracle.adfnmc.java.sql.ResultSet.getUnicodeStream(String)
          Use getCharacterStream

Gets the value of the column as an InputStream of Unicode characters. 

oracle.adf.share.jndi.SecureRefAddr.getValue()
          This method will be replaced by getCharValue() which returns char[] instead of String for security purpose. 
oracle.jbo.common.BaseViewCriteriaManagerImpl.getViewObjectReqdVC()
          use getViewObjectRequiredViewCriteria() 
oracle.jbo.common.BaseViewCriteriaManagerImpl.getViewObjectReqdVC()
          use getViewObjectRequiredViewCriteria() 
oracle.adfnmc.java.sql.Time.getYear()
          This method is deprecated and must not be used. An SQL Time object does not have a Year component. 
oracle.adfnmc.java.lang.CharacterHelper.isSpace(char)
          Use isWhitespace 
oracle.adfnmc.java.lang.CharacterHelper.isSpace(char)
          Use isWhitespace 
oracle.jbo.server.DBTransactionImpl.isTrackNewAndModifiedRowsOnly()
          since 9.0.5.1 
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.adfnmc.java.util.DateHelper.parse(String)
          use DateFormat 
oracle.adfnmc.java.util.DateHelper.parse(String)
          use DateFormat 
oracle.jbo.common.Diagnostic.print(String)
          You are encouraged to pass in the calling class and calling method 
oracle.jbo.common.Diagnostic.print(String)
          You are encouraged to pass in the calling class and calling method 
oracle.jbo.common.Diagnostic.println(String)
          You are encouraged to pass in the calling class and calling method 
oracle.jbo.common.Diagnostic.println(String)
          You are encouraged to pass in the calling class and calling method 
oracle.jbo.common.Diagnostic.println(StringBuffer)
            
oracle.jbo.common.Diagnostic.println(StringBuffer)
            
oracle.jbo.Transaction.reconnect(boolean)
          Deprecated since 3.2. Instead, use reconnect(). 
oracle.jbo.server.ViewRowSetImpl.removeRowHandle(Object)
          Since Jdeveloper 9.0.3. No replacement. No longer used. 
oracle.adfnmc.component.ui.Iterator.resetNativeRowCount(int, int)
          - in practice this was doing nothing, due to the implementation loadRangeSize and newlen were always equal Need to use IteratorCollectionListener, or equivalent from RangeBinding or CollectionModel to manage adding and removing panels 
oracle.adfnmc.component.ui.Iterator.resetRowCount()
          - in practice this was doing nothing, due to the implementation loadRangeSize and newlen were always equal Need to use IteratorCollectionListener, or equivalent from RangeBinding or CollectionModel to manage adding and removing panels 
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.ViewCriteria.setCriteriaForQuery(boolean)
          Since JDeveloper 10.1.3. Use setCriteriaMode(int) instead 
oracle.adfnmc.java.sql.Time.setDate(int)
          This method is deprecated and must not be used. An SQL Time object does not have a Date component. 
oracle.adfnmc.java.net.URLConnection.setDefaultRequestProperty(String, String)
          Use getRequestProperty(). 
oracle.adfnmc.java.sql.Date.setHours(int)
          This method is deprecated and must not be used. SQL Date values do not have an hours component. 
oracle.adfnmc.java.sql.Date.setMinutes(int)
          This method is deprecated and must not be used. SQL Date values do not have a minutes component. 
oracle.adfnmc.java.sql.Time.setMonth(int)
          This method is deprecated and must not be used. An SQL Time object does not have a Month component. 
oracle.adfnmc.java.sql.Date.setSeconds(int)
          This method is deprecated and must not be used. SQL Date values do not have a seconds component. 
oracle.adfnmc.java.sql.PreparedStatement.setUnicodeStream(int, InputStream, int)
          Sets the value of a specified parameter to the characters from a supplied InputStream, with a specified number of bytes. 
oracle.adfnmc.java.sql.PreparedStatement.setUnicodeStream(int, InputStream, int)
          Sets the value of a specified parameter to the characters from a supplied InputStream, with a specified number of bytes. 
oracle.jbo.common.BaseViewCriteriaManagerImpl.setViewObjectReqdVC(ViewCriteria)
          use setViewObjectRequiredViewCriteria() 
oracle.jbo.common.BaseViewCriteriaManagerImpl.setViewObjectReqdVC(ViewCriteria)
          use setViewObjectRequiredViewCriteria() 
oracle.adfnmc.java.sql.Time.setYear(int)
          This method is deprecated and must not be used. An SQL Time object does not have a Year component. 
oracle.adfnmc.java.util.DateHelper.UTC(int, int, int, int, int, int)
          use: Calendar cal = new GregorianCalendar(TimeZone.getTimeZone("GMT")); cal.set(year + 1900, month, day, hour, minute, second); cal.getTime().getTime(); 
oracle.adfnmc.java.util.DateHelper.UTC(int, int, int, int, int, int)
          use: Calendar cal = new GregorianCalendar(TimeZone.getTimeZone("GMT")); cal.set(year + 1900, month, day, hour, minute, second); cal.getTime().getTime(); 
 

Deprecated Constructors
oracle.jbo.common.AttributeDefValue(String, String, String, int, String, int, int, byte, boolean, boolean, boolean, byte, boolean, boolean, int, int, String, ArrayList)
            
oracle.jbo.common.AttributeDefValue(String, String, String, int, String, int, int, byte, boolean, boolean, boolean, byte, boolean, boolean, int, int, String, ArrayList)
            
oracle.jbo.DeadViewRowAccessException(Class, String)
          Deprecated since 9.0.2. Instead, use DeadViewRowAccessException(Object). 
oracle.jbo.rules.JboValidatorContext(int, Object, String, AttributeDef, Object, Object)
          since 11.1.1.0 use a subclass to implement getWarningContainer and evaluateExpression methods. 
oracle.jbo.RowNotFoundException(Class, String, RowSetIterator, Object)
          Deprecated since 5.0. Instead, use RowNotFoundException(RowSet, Object). 
oracle.jbo.TooManyObjectsException(Class, String, Key)
          since 9.0.4 use TooManyObjectsException(String fullName, Key primaryKey) 
 


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

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.