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

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

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

Methods in com.sap.ip.me.api.smartsync that throw ModificationNotAllowedException
 void TimeField.setValue(java.sql.Time fieldValue)
          Sets the value attribute of the TimeField object
 SyncBo SyncBoDataFacade.createEmptySyncBo(SyncBoDescriptor syncBoDescriptor)
          Creates an empty SyncBo instance.
 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.
 void SyncBo.insertRow(Row row)
          Adds the specified Row object to this SyncBo instance.
 void SyncBo.replaceRow(Row row)
          Replaces an existing child Row in this SyncBo with the specified Row instance.
 void SyncBo.deleteRow(Row row)
          Deletes the specified Row from this SyncBo.
 void SyncBo.deleteRow(java.lang.String primaryKey)
          Deprecated. Use deleteRow(RowDescriptor rowDescriptor, String primaryKey) or deleteRow(Row row)
 void SyncBo.deleteRow(RowDescriptor rowDescriptor, java.lang.String primaryKey)
          Deletes an existing child Row having the specified RowDescriptor and primary key from this SyncBo.
 void SyncBo.deleteRow(RowDescriptor rowDescriptor, java.math.BigInteger primaryKey)
          Deletes an existing child Row having the specified RowDescriptor and primary key from this SyncBo.
 void SyncBo.verifyOperation(Row row, RowChangeActionType action)
          verify the operation to this SyncBo
 void Row.setFieldValue(FieldDescriptor fieldDescriptor, java.lang.Object fieldValue)
          Deprecated. since 2.5
 void NumericField.setValue(java.math.BigInteger fieldValue)
          Sets the value attribute of the NumericField object
 void Field.setValue(java.lang.Object fieldValue)
          Sets the value attribute of the Field object
 void DecimalField.setValue(java.math.BigDecimal fieldValue)
          Sets the value attribute of the DecimalField object
 void DateField.setValue(java.sql.Date fieldValue)
          Sets the value attribute of the DateField object
 void CharacterField.setValue(java.lang.String fieldValue)
          Sets the value attribute of the CharacterField object.
 



Copyright © 2003 SAP AG. All Rights Reserved.