Static Public Member Functions | |
static | resolveProjectManyManyAccountsFromPost (Project $project, $postData) |
static | resolveProjectManyManyContactsFromPost (Project $project, $postData) |
static | resolveProjectManyManyOpportunitiesFromPost (Project $project, $postData) |
static | getProjectsLatestActivityFeedView ($controller, $pageSize) |
Protected Member Functions | |
afterSetAttributesDuringSave ($model, $explicitReadWriteModelPermissions) | |
Protected Attributes | |
$projectAccounts |
Class helps support adding/removing relations accounts, contacts and opportunities while saving a project from a post.
Definition at line 40 of file ProjectZurmoControllerUtil.php.
afterSetAttributesDuringSave | ( | $ | model, | |
$ | explicitReadWriteModelPermissions | |||
) | [protected] |
object | $model | |
attay | $explicitReadWriteModelPermissions |
Reimplemented from ModelHasFilesAndRelatedItemsZurmoControllerUtil.
Definition at line 48 of file ProjectZurmoControllerUtil.php.
static resolveProjectManyManyAccountsFromPost | ( | Project $ | project, | |
$ | postData | |||
) | [static] |
Resolves the accounts sent via post request
Project | $project | |
array | $postData |
Definition at line 75 of file ProjectZurmoControllerUtil.php.
static resolveProjectManyManyContactsFromPost | ( | Project $ | project, | |
$ | postData | |||
) | [static] |
Resolves the contacts sent via post request
Project | $project | |
array | $postData |
Definition at line 111 of file ProjectZurmoControllerUtil.php.
static resolveProjectManyManyOpportunitiesFromPost | ( | Project $ | project, | |
$ | postData | |||
) | [static] |
Resolves the opportunities sent via post request
Project | $project | |
array | $postData |
Definition at line 147 of file ProjectZurmoControllerUtil.php.
static getProjectsLatestActivityFeedView | ( | $ | controller, | |
$ | pageSize | |||
) | [static] |
Get latest activity feed list view
Definition at line 181 of file ProjectZurmoControllerUtil.php.