
Classes | |
| class | ERIAttributeGroupClazz |
| interface | Key |
Public Member Functions | |
| NSArray< ERIAttribute > | allAttributes () |
| ERIAttribute | attributeForName (String name) |
| ERIDocument | documentForGlobalID (EOEditingContext editingContext, EOKeyGlobalID permanentGlobalID) |
| NSArray< ERIAttributeGroup > | groups () |
| synchronized ERIndex | index () |
| void | init (EOEditingContext ec) |
Static Public Attributes | |
| static final ERIAttributeGroupClazz | clazz = new ERIAttributeGroupClazz() |
Static Private Attributes | |
| static final org.apache.log4j.Logger | log = org.apache.log4j.Logger.getLogger(ERIAttributeGroup.class) |
| NSArray<ERIAttribute> allAttributes | ( | ) |
| ERIAttribute attributeForName | ( | String | name | ) |
| ERIDocument documentForGlobalID | ( | EOEditingContext | editingContext, | |
| EOKeyGlobalID | permanentGlobalID | |||
| ) |
| NSArray<ERIAttributeGroup> groups | ( | ) |
| synchronized ERIndex index | ( | ) |
| 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 ERIAttributeGroupClazz clazz = new ERIAttributeGroupClazz() [static] |
final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(ERIAttributeGroup.class) [static, private] |
general logging support
Implements ERXEnterpriseObject.
1.5.8