Public Member Functions | |
EliteProfile ($data) | |
isAllowedToView () | |
isAllowedToEdit () | |
getReferenceLetters () | |
acceptedMessage () | |
shortlistMessage () | |
moreInfoMessage () | |
rejectedMessage () | |
receivedMessage () | |
sendMatchedMail ($person) | |
sendHiresMail ($person) | |
sendMail () | |
toArray () | |
create () | |
update () | |
updateHires () | |
delete () | |
exists () | |
getCacheId () | |
getBlobValue ($blobItem, $blobType=BLOB_TEXT) | |
saveBlobValue ($blobItem, $value, $blobType=BLOB_TEXT) | |
Static Public Member Functions | |
static | newFromUserId ($userId) |
static | getAllProfiles () |
static | getAllMatchedProfiles () |
Public Attributes | |
$person | |
$region | |
$status | |
$comments | |
$projects = array() | |
$otherProjects = array() | |
$matches = array() | |
$hires = array() |
EliteProfile::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
EliteProfile::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
EliteProfile::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
EliteProfile::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
EliteProfile::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
EliteProfile::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.