
Classes | |
| class | ERCAuditTrailEntryClazz |
| interface | Key |
Public Member Functions | |
| void | init (EOEditingContext ec) |
| void | setNewValue (Object value) |
| void | setOldValue (Object value) |
| EOEnterpriseObject | user () |
Static Public Attributes | |
| static final ERCAuditTrailEntryClazz | clazz = new ERCAuditTrailEntryClazz() |
Static Private Attributes | |
| static final org.apache.log4j.Logger | log = org.apache.log4j.Logger.getLogger(ERCAuditTrailEntry.class) |
| void init | ( | EOEditingContext | ec | ) |
used for initialization stuff instead of awakeFromInsertion. awakeFromInsertions is buggy because if an EO is deleted and then its EOEditingContext is reverted using 'revert' for example then EOF will -insert- this EO again in its EOEditingContext which in turn calls awakeFromInsertion again.
| ec | the EOEditingContext in which this new EO is inserted |
Reimplemented from ERXGenericRecord.
| void setNewValue | ( | Object | value | ) |
| void setOldValue | ( | Object | value | ) |
| EOEnterpriseObject user | ( | ) |
final ERCAuditTrailEntryClazz clazz = new ERCAuditTrailEntryClazz() [static] |
final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(ERCAuditTrailEntry.class) [static, private] |
general logging support
Implements ERXEnterpriseObject.
1.5.8