
Classes | |
| class | ERCPreferenceClazz |
Public Member Functions | |
| ERCPreference () | |
| void | init (EOEditingContext ec) |
| String | userPresentableDescription () |
Static Public Member Functions | |
| static ERCPreferenceClazz | preferenceClazz () |
Protected Member Functions | |
| Object | decodedValue () |
Static Package Attributes | |
| static final Logger | log = Logger.getLogger(ERCPreference.class) |
Static Private Attributes | |
| static final String | VALUE = "_V" |
| ERCPreference | ( | ) |
| Object decodedValue | ( | ) | [protected] |
| 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.
| static ERCPreferenceClazz preferenceClazz | ( | ) | [static] |
| String userPresentableDescription | ( | ) |
final Logger log = Logger.getLogger(ERCPreference.class) [static, package] |
general logging support
Implements ERXEnterpriseObject.
1.5.8