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