Uses of Class
com.sap.ip.me.api.smartsync.SmartSyncException

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

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

Subclasses of SmartSyncException in com.sap.ip.me.api.smartsync
 class InvalidDescriptorException
          Thrown when an application attempts to pass an invalid descriptor, or the descriptor is not available.
 class ModificationNotAllowedException
          This exception is thrown when any invalid of illegal update operation is performed on the repository object.
 

Methods in com.sap.ip.me.api.smartsync that throw SmartSyncException
 SyncBo SyncBoResponse.getServerSyncBo()
          Returns the contrary SyncBo with the server data.
 void SyncBoResponse.acceptServerSyncBo()
          Reverts the client data to the server state; the client data is discarded.
 void SyncBoResponse.acceptClientSyncBo()
          The client data is kept and the server data is discarded.
 void SyncBoResponse.merge()
          Replaces the current client SyncBo by a merged version which is a mixture of client data and server data.
 void SyncBoResponse.delete()
          Delete this SyncBoResponse object from database.
 SyncBo SyncBoResolver.getContrarySyncBo()
          Deprecated. use instead SyncBoResponse.getServerSyncBo()
 void SyncBoResolver.revertToServerData()
          Deprecated. use instead SyncBoResponse.acceptServerSyncBo()()
 void SyncBoResolver.keepClientData()
          Deprecated. use instead SyncBoResponse.acceptClientSyncBo()()
 MeIterator SyncBoOutDeltaFacade.getAllDelta()
          Returns the iterator to the collection of SyncBoOutDelta data.
 SmartSyncTransactionManager SyncBoDataFacade.getSmartSyncTransactionManager()
          Returns an instance of a SmartSyncTransactionManager.
 JQueryResult SyncBoDataFacade.executeQuery(JQuery query, JQueryParameterSet params)
          Returns results for the Join Query
 JQueryResult SyncBoDataFacade.executeQuery(JQuery query, JQueryParameterSet params, int startIdx, int maxCount)
          Returns results for the Join Query
 JQueryResult SyncBoDataFacade.executeQuery(JQuery query)
          Returns results for the Join Query, use default parameter values.
 JQueryResult SyncBoDataFacade.executeQuery(JQuery query, int startIdx, int maxCount)
          Returns results for the Join Query, use default parameter values.
 void SmartSyncTransactionManager.beginTransaction()
          Set the start point for a transaction.
 void SmartSyncTransactionManager.commit()
          Commit the pending transaction.
 void SmartSyncTransactionManager.rollback()
          Rollback the pending transaction.
abstract  void SmartSyncRuntime.prepareSyncBoOutDeltaExcluding(SyncBoDescriptor[] excluding)
          This method prepares all outbound (upload) SyncBo deltas and submits them to the synchronization layer.
 Field Row.getField(FieldDescriptor fieldDescriptor)
          Retrieve a Field object for a specific FieldDescriptor.
 Field Row.getKeyField()
          Returns the Field instance of the key field value
 DateField Row.getDateField(FieldDescriptor fieldDescriptor)
          Retrieve a DateField object for a specific FieldDescriptor.
 TimeField Row.getTimeField(FieldDescriptor fieldDescriptor)
          Retrieve a TimeField object for a specific FieldDescriptor.
 NumericField Row.getNumericField(FieldDescriptor fieldDescriptor)
          Retrieve a NumericField object for a specific FieldDescriptor.
 DecimalField Row.getDecimalField(FieldDescriptor fieldDescriptor)
          Retrieve a DecimalField object for a specific FieldDescriptor.
 CharacterField Row.getCharacterField(FieldDescriptor fieldDescriptor)
          Retrieve a StringField object for a specific FieldDescriptor.
 Field[] Row.getGroupFields(FieldGroupDescriptor fieldGroupDescriptor)
          Returns the array of Field objects that are of the same groups as specified in the FieldGroupDescriptor
 MeIterator ErrorConflictInbox.getAllSyncBoResponses()
          Fetches all the responses (error or conflict).
 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)
 MeIterator ErrorConflictInbox.getSyncBoResponses(SyncBoResponseType responseType)
          Fetches all the response for a given 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.