Deprecated API

Deprecated Classes
com.sap.ip.me.api.smartsync.FixedDecimal
          since 2.5 
com.sap.ip.me.api.smartsync.SyncBoResetType
            
com.sap.ip.me.api.persist.core.TransactionType
            
 

Deprecated Interfaces
com.sap.ip.me.api.persist.app.Entity
          Entity is replaced by PersistableEntity 
com.sap.ip.me.api.services.LogSeverities
          since MI2.5. Use com.sap.ip.me.api.logging.Severities instead. 
com.sap.ip.me.api.persist.app.PackageEntityFactory
          PackageEntityFactory is replaced by EntityFactory 
com.sap.ip.me.api.persist.core.PersistedObject
          PersistedObject is replaced by PersistenceContainer 
com.sap.ip.me.api.smartsync.RowOutDelta
            
com.sap.ip.me.api.persist.core.Transaction
          Use PersistenceManager instead 
com.sap.ip.me.api.persist.core.TransactionManager
          Use PersistenceManager for Persistence access instead 
 

Deprecated Fields
com.sap.ip.me.api.smartsync.SyncReplyType.DISABLED
            
com.sap.ip.me.api.smartsync.RowChangeActionType.ERROR
          No RowChange should be marked as "Nooper" 
com.sap.ip.me.api.user.LogonException.INVALID_LOGONNAME
          Use EMPTY_USER_NAME instead of INVALID_LOGONNAME. 
com.sap.ip.me.api.user.LogonException.INVALID_PASSWORD
          Without Replacement. 
com.sap.ip.me.api.smartsync.RowChangeActionType.NOOPER
          No RowChange should be marked as "Nooper" 
com.sap.ip.me.api.smartsync.SyncReplyType.PARTIAL
            
com.sap.ip.me.api.smartsync.RowChangeActionType.REPLACE
          No RowChange should be marked as "Replace" 
com.sap.ip.me.api.smartsync.SyncReplyType.RESET_FAILURE
            
com.sap.ip.me.api.smartsync.SyncReplyType.RESET_SUCCESS
            
com.sap.ip.me.api.logging.MIComponents.SAPMARKETS
          since MI 2.5. MicroITS UI will not be supported in further releases. 
com.sap.ip.me.api.conf.PropertyKeys.SYNCSETTINGS_GATEWAY
          since MI 2.5 
com.sap.ip.me.api.conf.PropertyKeys.SYNCSETTINGS_LONGUSERNAME
          since MI 2.5 
com.sap.ip.me.api.conf.PropertyKeys.SYNCSETTINGS_USER
          since MI 2.5 
com.sap.ip.me.api.conf.PropertyKeys.TRACE_USEMESSAGETYPE
          since MI 2.5 
com.sap.ip.me.api.conf.PropertyKeys.TRACE_USETIMESTAMP
          since MI 2.5 
com.sap.ip.me.api.user.LogonException.WRONG_PASSWORD
          Use LOCAL_PASSWORD_CONFIRMATION_DIFFERS or NEW_LOCAL_PASSWORD_CONFIRMATION_DIFFERS instead of WRONG_PASSWORD. 
 

Deprecated Methods
com.sap.ip.me.api.sync.OutboundContainer.addItem(String, int, String)
          use addItem(String fieldname, String fieldvalue) instead. The line number will be increased automatically. 
com.sap.ip.me.api.smartsync.StatusType.canBeDeleted()
            
com.sap.ip.me.api.smartsync.StatusType.canBeInserted()
            
com.sap.ip.me.api.smartsync.StatusType.canReplace()
            
com.sap.ip.me.api.persist.core.TransactionManager.contains(String)
            
com.sap.ip.me.api.sync.OutboundContainerFactory.createAttachmentOutboundContainer(VisibilityType, String, String, String, String, String, String)
          setting message index manualy is supported only in the old protocol version. Since backend 6.20 SP 12 new protocol is supported. In the new synchronization protocol message index will be set by the framework for each container from type outbound and each smart sync container. 
com.sap.ip.me.api.persist.query.JQueryFactory.createCondition(JQueryAttribute, Object[])
            
com.sap.ip.me.api.persist.query.JQueryFactory.createCondition(JQueryAttribute, Object[], Object)
            
com.sap.ip.me.api.persist.query.JQueryFactory.createCondition(JQueryAttribute, RelationalOperatorType, Object)
            
com.sap.ip.me.api.persist.query.JQueryFactory.createCondition(JQueryAttribute, RelationalOperatorType, Object, Object)
            
com.sap.ip.me.api.persist.query.JQueryFactory.createSortOrder(JQuerySortOrder[])
            
com.sap.ip.me.api.smartsync.SmartSyncJQueryFactory.createSortOrder(JQuerySortOrder[])
            
com.sap.ip.me.api.persist.core.TransactionManager.delete(String[], TreeOptionType)
            
com.sap.ip.me.api.persist.core.TransactionManager.delete(String, TreeOptionType)
            
com.sap.ip.me.api.smartsync.SyncBo.deleteRow(String)
          Use deleteRow(RowDescriptor rowDescriptor, String primaryKey) or deleteRow(Row row) 
com.sap.ip.me.api.services.MeIterator.elementCount()
            
com.sap.ip.me.api.persist.core.TransactionManager.get(String[], TreeOptionType)
            
com.sap.ip.me.api.persist.core.TransactionManager.get(String, TreeOptionType)
          Use get(String type, String key) 
com.sap.ip.me.api.smartsync.SyncBoOutDelta.getChangeSeqNo()
            
com.sap.ip.me.api.smartsync.Row.getFieldValue(FieldDescriptor)
          since 2.5 
com.sap.ip.me.api.smartsync.SmartSyncJQueryFactory.getInstance()
          use @link SmartSyncRuntime#getJQueryFactory() instead. 
com.sap.ip.me.api.smartsync.Row.getKey()
          use @link Row#getSyncKey() instead. 
com.sap.ip.me.api.persist.query.JQueryCondition.getParameterTag()
            
com.sap.ip.me.api.smartsync.SyncBoDeltaRequest.getResetProcessing()
          Current release does not support the feature. 
com.sap.ip.me.api.smartsync.SyncBoDataFacade.getRow(String)
          use getRow(RowDescriptor,String) or getRow(RowDescriptor,BigInteger) instead!! 
com.sap.ip.me.api.smartsync.SyncBo.getRow(String)
          Use getRow(RowDescriptor rowDescriptor, String primaryKey). 
com.sap.ip.me.api.smartsync.SyncBo.getStatus()
            
com.sap.ip.me.api.smartsync.Row.getStatus()
            
com.sap.ip.me.api.smartsync.SyncBoDataFacade.getSyncBo(String)
          use getSyncBo(SyncBoDescriptor,String instead) 
com.sap.ip.me.api.smartsync.SmartSyncRuntime.getSyncBoDataFacade(VisibilityType)
            
com.sap.ip.me.api.smartsync.SmartSyncRuntime.getSyncBoDeltaRequestFacade(VisibilityType)
            
com.sap.ip.me.api.smartsync.SmartSyncRuntime.getSyncBoOutDeltaFacade(VisibilityType)
            
com.sap.ip.me.api.smartsync.SyncBoDataFacade.getSyncBos(Query)
          Use queries for top rows and obtain SyncBO's on demand instead because of performance reasons 
com.sap.ip.me.api.smartsync.SyncBo.getTimeStamp()
            
com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.getUser()
          Use UserManager.getInstance().getCurrentUser() instead. 
com.sap.ip.me.api.smartsync.StatusType.isInitialized()
            
com.sap.ip.me.api.services.PerformanceLog.print()
          Only included for compatibility reasons. No external call of this is needed. 
com.sap.ip.me.api.services.PerformanceLog.reset()
          Clears the trace stack. No external call of this is needed. 
com.sap.ip.me.api.persist.query.JQueryParameter.setDefaultValue(Object)
            
com.sap.ip.me.api.smartsync.Row.setFieldValue(FieldDescriptor, Object)
          since 2.5 
com.sap.ip.me.api.persist.query.JQuery.setParameterDefaultValue(JQueryParameter, Object)
            
com.sap.ip.me.api.persist.query.JQueryCondition.setParameterDefaultValue(Object)
            
com.sap.ip.me.api.persist.query.JQuery.setParameterDefaultValue(Object, Object)
            
com.sap.ip.me.api.smartsync.SyncBoDeltaRequest.setResetProcessing(SyncBoResetType)
          Current release does not support the feature. 
com.sap.ip.me.api.persist.query.JQueryResult.size()
            
com.sap.ip.me.api.smartsync.FieldDescriptor.toObject(String)
            
com.sap.ip.me.api.smartsync.FieldDescriptor.toString(Object)
            
 



Copyright © 2003 SAP AG. All Rights Reserved.