Public Member Functions | |
| LIMSTask ($data) | |
| getId () | |
| getOpportunity () | |
| getAssignee () | |
| getPerson () | |
| getTask () | |
| getDueDate () | |
| getComments () | |
| getStatus () | |
| getDate () | |
| isAllowedToEdit () | |
| isAllowedToView () | |
| sendMail ($assignee, $type) | |
| toArray () | |
| create () | |
| update () | |
| delete () | |
| exists () | |
| getCacheId () | |
Static Public Member Functions | |
| static | newFromId ($id) |
| static | getTasks ($opportunity_id) |
| static | isAllowedToCreate () |
Public Attributes | |
| $id | |
| $opportunity | |
| $assignee | |
| $task | |
| $dueDate | |
| $comments | |
| $status | |
| $date | |
| LIMSTask::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
| LIMSTask::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
| LIMSTask::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
| LIMSTask::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
| LIMSTask::getId | ( | ) |
Reimplemented from BackboneModel.
| LIMSTask::sendMail | ( | $ | assignee, | |
| $ | type | |||
| ) |
| LIMSTask::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
| LIMSTask::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
1.6.1