Classes | |
| interface | Key |
| class | PeopleClazz |
Public Member Functions | |
| NSArray | allBugs () |
| NSArray | allRequirements () |
| void | init (EOEditingContext ec) |
| boolean | isDemoUser () |
| void | newPreference (EOEnterpriseObject pref) |
| NSArray | openBugs () |
| NSArray | openRequirements () |
| NSArray | openTestItems () |
| People () | |
| NSArray | preferences () |
| void | setPreferences (NSArray array) |
| NSArray | unreadBugs () |
Static Public Attributes | |
| static final PeopleClazz | clazz = new PeopleClazz() |
Static Package Attributes | |
| static final Logger | log = Logger.getLogger(People.class) |
| People | ( | ) |
| NSArray allBugs | ( | ) |
| NSArray allRequirements | ( | ) |
| 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.
| boolean isDemoUser | ( | ) |
| void newPreference | ( | EOEnterpriseObject | pref | ) |
Implements ERCoreUserInterface.
| NSArray openBugs | ( | ) |
| NSArray openRequirements | ( | ) |
| NSArray openTestItems | ( | ) |
| NSArray preferences | ( | ) |
Implements ERCoreUserInterface.
| void setPreferences | ( | NSArray | array | ) |
Implements ERCoreUserInterface.
| NSArray unreadBugs | ( | ) |
final PeopleClazz clazz = new PeopleClazz() [static] |
final Logger log = Logger.getLogger(People.class) [static, package] |
general logging support
Implements ERXEnterpriseObject.
1.5.8