|
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)
|