|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Description of class. More...
Inheritance diagram for ilECSEnrolmentStatusCommandQueueHandler:
Collaboration diagram for ilECSEnrolmentStatusCommandQueueHandler:Public Member Functions | |
| __construct (ilECSSetting $server) | |
| Constructor. More... | |
| getServer () | |
| Get server. More... | |
| getMid () | |
| Get mid. More... | |
| checkAllocationActivation (ilECSSetting $server, $a_content_id) | |
| Check if course allocation is activated for one recipient of the. More... | |
| handleCreate (ilECSSetting $server, $a_content_id) | |
| Handle create. More... | |
| handleDelete (ilECSSetting $server, $a_content_id) | |
| Handle delete. More... | |
| handleUpdate (ilECSSetting $server, $a_content_id) | |
| Handle update. More... | |
| handleCreate (ilECSSetting $server, $a_content_id) | |
| Handle create event. More... | |
| handleUpdate (ilECSSetting $server, $a_content_id) | |
| Handle update. More... | |
| handleDelete (ilECSSetting $server, $a_content_id) | |
| Handle delete action. More... | |
Protected Member Functions | |
| doUpdate ($a_usr_id, ilECSEnrolmentStatus $status) | |
| Perform update. More... | |
Protected Attributes | |
| $recommended_content_manager | |
Private Attributes | |
| $server = null | |
| $mid = 0 | |
Description of class.
Definition at line 15 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
| ilECSEnrolmentStatusCommandQueueHandler::__construct | ( | ilECSSetting | $server | ) |
Constructor.
Definition at line 28 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
References $server.
| ilECSEnrolmentStatusCommandQueueHandler::checkAllocationActivation | ( | ilECSSetting | $server, |
| $a_content_id | |||
| ) |
Check if course allocation is activated for one recipient of the.
| ilECSSetting | $server | |
| type | $a_content_id |
Definition at line 57 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
|
protected |
Perform update.
| type | $a_content_id | |
| type | $course |
Definition at line 124 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
References $GLOBALS, ilObject\_getAllReferences(), ilECSEnrolmentStatus\getId(), ilECSEnrolmentStatus\getStatus(), ilECSImport\lookupObjIdsByContentId(), ilECSEnrolmentStatus\STATUS_ACCOUNT_DEACTIVATED, ilECSEnrolmentStatus\STATUS_ACTIVE, ilECSEnrolmentStatus\STATUS_DENIED, ilECSEnrolmentStatus\STATUS_PENDING, ilECSEnrolmentStatus\STATUS_REJECTED, and ilECSEnrolmentStatus\STATUS_UNSUBSCRIBED.
Referenced by handleCreate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSEnrolmentStatusCommandQueueHandler::getMid | ( | ) |
Get mid.
Definition at line 47 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
References $mid.
| ilECSEnrolmentStatusCommandQueueHandler::getServer | ( | ) |
Get server.
Definition at line 38 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
References $server.
| ilECSEnrolmentStatusCommandQueueHandler::handleCreate | ( | ilECSSetting | $server, |
| $a_content_id | |||
| ) |
Handle create.
| ilECSSetting | $server | |
| type | $a_content_id |
Implements ilECSCommandQueueHandler.
Definition at line 67 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
References Vendor\Package\$e, $GLOBALS, $server, doUpdate(), ilECSEnrolmentStatus\ID_UID, and ilUtil\parseImportId().
Here is the call graph for this function:| ilECSEnrolmentStatusCommandQueueHandler::handleDelete | ( | ilECSSetting | $server, |
| $a_content_id | |||
| ) |
Handle delete.
| ilECSSetting | $server | |
| type | $a_content_id |
Implements ilECSCommandQueueHandler.
Definition at line 101 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
| ilECSEnrolmentStatusCommandQueueHandler::handleUpdate | ( | ilECSSetting | $server, |
| $a_content_id | |||
| ) |
Handle update.
| ilECSSetting | $server | |
| type | $a_content_id |
Implements ilECSCommandQueueHandler.
Definition at line 112 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
|
private |
Definition at line 18 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
Referenced by getMid().
|
protected |
Definition at line 23 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
|
private |
Definition at line 17 of file class.ilECSEnrolmentStatusCommandQueueHandler.php.
Referenced by __construct(), getServer(), and handleCreate().