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 SyncBoResolver.getContrarySyncBo()
          Returns the contrary data that is to be resolved.
 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()
           Creates an UNLINKED copy of this SyncBo instance.
 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)
          Replaces an existing SyncBo object in the repository with the specified unlinked copy of that same SyncBo instance.
 



Copyright © 2003 SAP AG. All Rights Reserved.