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 SyncBoResolver.getContrarySyncBo()
          Returns the contrary data that is to be resolved.
 void SyncBoResolver.revertToServerData()
          Reverts the client data to the server state; the client data is discarded.
 void SyncBoResolver.keepClientData()
          The client data is kept and the server data is discarded.
 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.
 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)
          Fetches the response for a given sync bo descriptor and the key
 



Copyright © 2003 SAP AG. All Rights Reserved.