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)
          Deprecated. use Field.modifyValue(Object) instead for better performance.
 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)
          Deprecated. for performant write access to SyncBo and its Rows use Row.modifyFieldValue(FieldDescriptor, Object) in conjunction with SyncBo.modifyRow(Row) instead.
 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.modifyRow(Row row)
          This method must be called to make the field changes after Row.modifyFieldValue(FieldDescriptor, Object) persistent.
 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. use Row.modifyFieldValue(FieldDescriptor, Object)
 void Row.modifyFieldValue(FieldDescriptor field, java.lang.Object fieldValue)
          Modifies the field value of this Row.
 void NumericField.setValue(java.math.BigInteger fieldValue)
          Deprecated. use Field.modifyValue(Object) instead for better performance.
 void Field.setValue(java.lang.Object fieldValue)
          Deprecated. use Field.modifyValue(Object) instead for better performance.
 void Field.modifyValue(java.lang.Object fieldValue)
          Modifies the field value.
 void DecimalField.setValue(java.math.BigDecimal fieldValue)
          Deprecated. use Field.modifyValue(Object) instead for better performance.
 void DateField.setValue(java.sql.Date fieldValue)
          Deprecated. use Field.modifyValue(Object) instead for better performance.
 void CharacterField.setValue(java.lang.String fieldValue)
          Deprecated. use Field.modifyValue(Object) instead for better performance.
 



Copyright © 2005 SAP AG. All Rights Reserved.