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