Public Member Functions | |
CRMTask ($data) | |
getId () | |
getOpportunity () | |
getAssignee () | |
getPerson () | |
getTask () | |
getDueDate () | |
getTransactions () | |
getPriority () | |
getStatus () | |
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 | |
$transactions | |
$priority | |
$status |
CRMTask::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
CRMTask::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
CRMTask::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
CRMTask::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
CRMTask::getId | ( | ) |
Reimplemented from BackboneModel.
CRMTask::sendMail | ( | $ | assignee, | |
$ | type | |||
) |
CRMTask::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
CRMTask::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.