Inherited by _Requirement.
Classes | |
| class | BugClazz< Bug > |
Public Member Functions | |
| Number | bugid () |
| boolean | canForDelete () |
| void | close () |
| NSArray | commentsByDate () |
| void | didUpdate () |
| Number | id () |
| void | init (EOEditingContext ec) |
| void | markAsRead () |
| void | markUnread () |
| void | moveToVerification () |
| String | newText () |
| void | rejectVerification () |
| void | reopen () |
| void | setComponent (Component value) |
| void | setNewText (String newValue) |
| void | setOwner (People value) |
| void | setState (State newState) |
| void | setTextDescription (String value) |
| NSArray | sortedComments () |
| ERTaggable< Bug > | taggable () |
| String | textDescription () |
| void | touch () |
| void | validateForInsert () |
| void | validateForUpdate () |
| Object | validateTargetReleaseForNewBugs () throws NSValidation.ValidationException |
Static Public Attributes | |
| static final BugClazz< Bug > | clazz = new BugClazz<Bug>() |
Protected Attributes | |
| boolean | _componentChanged |
| boolean | _ownerChanged |
Static Package Attributes | |
| static final Logger | log = Logger.getLogger(Bug.class) |
Private Member Functions | |
| Comment | firstComment () |
Private Attributes | |
| String | _newText |
| Number bugid | ( | ) |
| boolean canForDelete | ( | ) |
| void close | ( | ) |
| NSArray commentsByDate | ( | ) |
| void didUpdate | ( | ) | [virtual] |
Called on the object after is has successfully been updated in the database.
Reimplemented from ERXGenericRecord.
| Comment firstComment | ( | ) | [private] |
| Number id | ( | ) |
| 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.
Reimplemented in Requirement.
| void markAsRead | ( | ) |
Implements Markable.
| void markUnread | ( | ) |
| void moveToVerification | ( | ) |
| String newText | ( | ) |
| void rejectVerification | ( | ) |
| void reopen | ( | ) |
| void setComponent | ( | Component | value | ) |
| void setNewText | ( | String | newValue | ) |
| void setOwner | ( | People | value | ) |
| void setState | ( | State | newState | ) |
| void setTextDescription | ( | String | value | ) |
| NSArray sortedComments | ( | ) |
| ERTaggable<Bug> taggable | ( | ) |
| String textDescription | ( | ) |
| void touch | ( | ) |
| void validateForInsert | ( | ) |
Calls up validateForInsert() on the class description if it supports it.
| NSValidation.ValidationException | if the object does not pass validation for saving to the database. |
Reimplemented from ERXGenericRecord.
| void validateForUpdate | ( | ) |
Calls up validateForUpdate() on the class description if it supports it.
| NSValidation.ValidationException | if the object does not pass validation for saving to the database. |
Reimplemented from ERXGenericRecord.
| Object validateTargetReleaseForNewBugs | ( | ) | throws NSValidation.ValidationException |
boolean _componentChanged [protected] |
boolean _ownerChanged [protected] |
Reimplemented in Requirement.
final Logger log = Logger.getLogger(Bug.class) [static, package] |
1.5.8