Classes | |
| class | TestItemClazz |
Public Member Functions | |
| void | close () |
| void | init (EOEditingContext ec) |
| void | open () |
Static Public Attributes | |
| static final TestItemClazz | clazz = new TestItemClazz() |
Static Package Attributes | |
| static final Logger | log = Logger.getLogger(TestItem.class) |
| void close | ( | ) |
| 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 open | ( | ) |
final TestItemClazz clazz = new TestItemClazz() [static] |
final Logger log = Logger.getLogger(TestItem.class) [static, package] |
general logging support
Implements ERXEnterpriseObject.
1.5.8