Public Member Functions | |
| boolean | canDelete () |
| boolean | canUpdate () |
| void | delete () |
| boolean canDelete | ( | ) |
Should return if this object can be deleted.
Implemented in ERXCustomObject, and ERXGenericRecord.
| boolean canUpdate | ( | ) |
Should return if this object can be updated.
Implemented in ERXCustomObject, and ERXGenericRecord.
| void delete | ( | ) |
To be implemented in order to determine additional operations to be done during deletion due to a bug in EOF that doesn't refresh relationships correctly in the parent editingContext
Implemented in ERXCustomObject, ERXGenericRecord, and ERXPartialGenericRecord.
1.5.8