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

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

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

Methods in com.sap.ip.me.api.smartsync that return SyncBoDescriptor
 SyncBoDescriptor[] SyncReplyObserver.observerSyncBoTypes()
          Application has to implement this method to specifiy which SyncBo types to observer.
 SyncBoDescriptor SyncBoResponse.getSyncBoDescriptor()
          Returns the SyncBoDescriptor of this SyncBoResponse
 SyncBoDescriptor[] SyncBoOutDeltaObserver.observeSyncBoTypes()
          Deprecated. Specifies SyncBo descriptors that application needs to observe.
 SyncBoDescriptor[] SyncBoInDeltaObserver.observeSyncBoTypes()
          Deprecated. Specifies SyncBo descriptors that application needs to observe.
 SyncBoDescriptor SyncBoDescriptorIterator.next()
          Returns the next SyncBoDescriptor element in the iteration.
 SyncBoDescriptor SyncBoDescriptorFacade.getSyncBoDescriptor(java.lang.String syncBoName)
          Returns the SyncBoDescriptor object for the specified SyncBo name.
 SyncBoDescriptor SyncBoDeltaRequest.getSyncBoDescriptor()
          Gets the syncBoDescriptor attribute of the SyncBoDeltaRequest object
 SyncBoDescriptor SyncBoChange.getSyncBoDescriptor()
          Deprecated. Gets the syncBoDescriptor attribute.
 SyncBoDescriptor SyncBo.getSyncBoDescriptor()
          Returns the SyncBoDescriptor of this SyncBo object.
 SyncBoDescriptor RowDescriptor.getSyncBoDescriptor()
          Returns the SyncBoDescriptor instance this RowDescriptor instance belongs.
 

Methods in com.sap.ip.me.api.smartsync with parameters of type SyncBoDescriptor
 void SyncReplyObserver.syncReplyReceived(SyncReply syncReply, SyncBoDescriptor syncBoDescriptor, java.lang.String syncBoKey)
          Callback method.
 void SyncBoOutDeltaFacade.setSendType(SyncBoDescriptor syncBoDescriptor, SyncBoOutDeltaSendType sendType)
          Changes the send type of all outgoing (uploading) SyncBo deltas for a SyncBoDescriptor.
 SyncBoDeltaRequest SyncBoDeltaRequestFacade.getSyncBoDeltaRequest(SyncBoDescriptor syncBoDescriptor)
          Gets a specific SyncBoDetalRequest by passing a SyncBoDescriptor parameter.
 SyncBo SyncBoDataFacade.createEmptySyncBo(SyncBoDescriptor syncBoDescriptor)
          Creates an empty SyncBo instance.
 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.
 SyncBoCollection SyncBoDataFacade.getSyncBos(SyncBoDescriptor syncBoDescriptor)
          Returns a static collection of all SyncBo objects for the specified SyncBoDescriptor from the repository.
abstract  void SmartSyncRuntime.prepareSyncBoOutDeltaExcluding(SyncBoDescriptor[] excluding)
          This method prepares all outbound (upload) SyncBo deltas and submits them to the synchronization layer.
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, Condition condition)
          Returns a Query instance for the specified SyncBoDescriptor and Condition objects.
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, Condition condition, SortOrder sortOrder)
          Returns a Query instance for the specified SyncBoDescriptor, Condition and SortOrder objects.
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, Condition condition, int maxCount)
          Returns a Query instance for the specified SyncBoDescriptor and Condition objects with a maximum limit count.
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, SortOrder sortOrder, int startIndex, int maxCount)
          Returns a Query instance for the specified SyncBoDescriptor and SortOrder objects with a starting index and max count limit
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, Condition condition, SortOrder sortOrder, int startIndex, int maxCount)
          Returns a Query instance for the specified SyncBoDescriptor, Condition and SortOrder objects with a starting index and max count limit
 Query SmartSyncQueryFactory.createQuery(SyncBoDescriptor syncBoDescriptor, Condition condition, SortOrder sortOrder, int maxCount)
          Returns a Query instance for the specified SyncBoDescriptor, Condition and SortOrder objects with a max count limit
 MeIterator ErrorConflictInbox.getSyncBoResponses(SyncBoDescriptor syncBoDescriptor)
          Fetches all the response for a given sync bo descriptor
 MeIterator ErrorConflictInbox.getSyncBoResponses(SyncBoDescriptor syncBoDescriptor, SyncBoResponseType responseType)
          Fetches all the response for a given sync bo descriptor and the response type(Error or Conflict)
 SyncBoResponse ErrorConflictInbox.getSyncBoResponse(SyncBoDescriptor syncBoDescriptor, java.lang.String syncKey)
          Deprecated. This method will be removed in next MI releases. Use instead ErrorConflictInbox.getSyncBoResponse(SyncBoDescriptor, BigInteger) instead.
 SyncBoResponse ErrorConflictInbox.getSyncBoResponse(SyncBoDescriptor syncBoDescriptor, java.math.BigInteger syncKey)
          Fetches the response for a given sync bo descriptor and the key
 



Copyright © 2005 SAP AG. All Rights Reserved.