Class lispa\amos\een\controllers\EenExprOfInterestController
EenExprOfInteresttController implements the CRUD actions for EenExprOfInterest model.
Public Properties
Public Methods
Protected Methods
Method | Description | Defined By |
---|---|---|
findModel() | Finds the modelObj model based on its primary key value. | lispa\amos\core\controllers\CrudController |
getDefaultCurrentView() | lispa\amos\core\controllers\CrudController | |
getRules() | lispa\amos\core\controllers\BaseController | |
saveHistory() | lispa\amos\een\controllers\EenExprOfInterestController | |
setIndexParams() | This method is useful to set all common params for all list views. | lispa\amos\een\controllers\EenExprOfInterestController |
setUserLanguage() | lispa\amos\core\controllers\AmosController |
Events
Event | Type | Description | Defined By |
---|---|---|---|
EVENT_AFTER_ACTION | yii\base\ActionEvent | An event raised right after executing a controller action. | yii\base\Controller |
EVENT_BEFORE_ACTION | yii\base\ActionEvent | An event raised right before executing a controller action. | yii\base\Controller |
Constants
Constant | Value | Description | Defined By |
---|---|---|---|
AFTER_FINDMODEL_EVENT | "afterFindModel" | lispa\amos\core\controllers\CrudController | |
BEFORE_FINDMODEL_EVENT | "beforeFindModel" | lispa\amos\core\controllers\CrudController |
Method Details
public string|yii\web\Response actionCreate ( $idPartnershipProposal, $request_more_info = 0 ) | ||
$idPartnershipProposal | ||
$request_more_info | ||
throws | yii\web\NotFoundHttpException |
---|
Deletes an existing EenExprOfInterest model.
If deletion is successful, the browser will be redirected to the 'index' page.
public mixed actionDelete ( $id ) | ||
$id | integer |
public void actionDisassociateStaffEen ( $user_id ) | ||
$user_id |
public array actionGetOrganizationSelectedAjax ( $id ) | ||
$id |
Lists all EenExprOfInterest models.
public mixed actionIndex ( $layout = NULL ) | ||
$layout |
Lists all EenExprOfInterest models.
public mixed actionIndexAll ( $layout = NULL ) | ||
$layout |
Lists all EenExprOfInterest models.
public mixed actionIndexOwn ( $layout = NULL ) | ||
$layout |
Lists all EenExprOfInterest models.
public mixed actionIndexReceived ( $layout = NULL ) | ||
$layout |
public void actionNotInterested ( $id ) | ||
$id |
public mixed actionPdf ( $id, $save = false ) | ||
$id | ||
$save | boolean |
public void actionStaffByArea ( ) |
public void actionStaffEen ( ) |
public string actionTransferExprOfInterest ( $id ) | ||
$id |
Updates an existing EenExprOfInterest model.
If update is successful, the browser will be redirected to the 'view' page.
public mixed actionUpdate ( $id ) | ||
$id | integer |
Displays a single EenExprOfInterest model.
public mixed actionView ( $id ) | ||
$id | integer |
public yii\data\ArrayDataProvider addNewStaffToDataProvider ( $dataProviderProfilesStaffEen ) | ||
$dataProviderProfilesStaffEen |
public array behaviors ( ) |
public void deleteStaffMmembers ( $profileDeletedIds ) | ||
$profileDeletedIds |
The field $company_organization could be the id of an organization or the name o the organization, this funcition return always the name
public string formatFieldCompanyOrganizaition ( $company_organization ) | ||
$company_organization |
public void init ( ) |
public mixed reAddDeletedElementToAllUser ( $userProfileStaffIds ) | ||
$userProfileStaffIds |
protected boolean saveHistory ( $model, $old = null ) | ||
$model | EenExprOfInterest |
|
$old | null | EenExprOfInterest |
public mixed savePdf ( $id, $path ) | ||
$id | ||
$path |
public mixed searchAllUser ( $dataProvider, $userProfileStaffIds ) | ||
$dataProvider | ||
$userProfileStaffIds |
This method is useful to set all common params for all list views.
protected void setIndexParams ( ) |