Uses of Interface
com.sap.ip.me.api.smartsync.SyncBo

Packages that use SyncBo
com.sap.ip.me.api.smartsync   
 

Uses of SyncBo in com.sap.ip.me.api.smartsync
 

Methods in com.sap.ip.me.api.smartsync that return SyncBo
 SyncBo SyncBoResponse.getServerSyncBo()
          Returns the contrary SyncBo with the server data.
 SyncBo SyncBoResolver.getContrarySyncBo()
          Deprecated. use instead SyncBoResponse.getServerSyncBo()
 SyncBo SyncBoList.get(int index)
          Returns the SyncBo object at the specified index.
 SyncBo SyncBoDataFacade.createEmptySyncBo(SyncBoDescriptor syncBoDescriptor)
          Creates an empty SyncBo instance.
 SyncBo SyncBoDataFacade.getSyncBo(java.lang.String primaryKey)
          Deprecated. use getSyncBo(SyncBoDescriptor,String instead)
 SyncBo SyncBoDataFacade.getSyncBo(SyncBoDescriptor syncBoDescriptor, java.lang.String primaryKey)
          Returns a SyncBo instance for the specified primary key from the repository.
 SyncBo SyncBoDataFacade.getSyncBo(SyncBoDescriptor syncBoDescriptor, java.math.BigInteger primaryKey)
          Returns a SyncBo instance for the specified primary key from the repository.
 SyncBo SyncBoCollection.get(java.lang.Object key)
          Returns the SyncBo entitiy to which the specified key is mapped in this SyncBoCollection.
 SyncBo SyncBo.createUnlinkedCopy()
          Deprecated. for performant write access to SyncBo and its Rows use Row.modifyFieldValue(FieldDescriptor, Object) in conjunction with modifyRow(Row) instead.
 SyncBo SyncBo.createInitialCopy()
          Creates an INITIAL copy of this SyncBo instance.
 SyncBo Row.getSyncBo()
          Returns the SyncBo object which this Row instance belongs to
 

Methods in com.sap.ip.me.api.smartsync with parameters of type SyncBo
 void SyncBoDataFacade.deleteSyncBo(SyncBo syncBo)
          Deletes an existing SyncBo object specified by the SyncBo parameter from the repository.
 void SyncBoDataFacade.insertSyncBo(SyncBo syncBo)
          Adds the specified SyncBo into the repository.
 void SyncBoDataFacade.replaceSyncBo(SyncBo syncBo)
          Deprecated. for performant write access to SyncBo and its Rows use Row.modifyFieldValue(FieldDescriptor, Object) in conjunction with modifyRow(Row) instead.
 



Copyright © 2005 SAP AG. All Rights Reserved.