ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
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, int $a_content_id) | |
Handle create event. More... | |
handleUpdate (ilECSSetting $server, int $a_content_id) | |
Handle update. More... | |
handleDelete (ilECSSetting $server, int $a_content_id) | |
Handle delete action. More... | |
Protected Member Functions | |
doUpdate (int $a_content_id, $course) | |
Perform update. More... | |
Private Member Functions | |
readCourse (ilECSSetting $server, $a_content_id) | |
Read course from ecs. More... | |
Private Attributes | |
ilLogger | $logger |
ilECSSetting | $server |
int | $mid = 0 |
Definition at line 24 of file class.ilECSCmsCourseCommandQueueHandler.php.
ilECSCmsCourseCommandQueueHandler::__construct | ( | ilECSSetting | $server | ) |
Constructor.
Definition at line 35 of file class.ilECSCmsCourseCommandQueueHandler.php.
References $DIC, $server, ILIAS\Repository\logger(), and ILIAS\UI\examples\Progress\Bar\server().
ilECSCmsCourseCommandQueueHandler::checkAllocationActivation | ( | ilECSSetting | $server, |
$a_content_id | |||
) |
Check if course allocation is activated for one recipient of the.
ilECSSetting | $server | |
$a_content_id |
Definition at line 66 of file class.ilECSCmsCourseCommandQueueHandler.php.
References Vendor\Package\$e, ilECSParticipantSetting\getInstance(), ilECSNodeMappingSettings\getInstanceByServerMid(), getMid(), getServer(), and ILIAS\Repository\logger().
Referenced by handleCreate(), and handleUpdate().
|
protected |
Perform update.
Definition at line 149 of file class.ilECSCmsCourseCommandQueueHandler.php.
References getServer(), and ILIAS\Repository\logger().
Referenced by handleCreate(), and handleUpdate().
ilECSCmsCourseCommandQueueHandler::getMid | ( | ) |
Get mid.
Definition at line 55 of file class.ilECSCmsCourseCommandQueueHandler.php.
References $mid.
Referenced by checkAllocationActivation().
ilECSCmsCourseCommandQueueHandler::getServer | ( | ) |
Get server.
Definition at line 47 of file class.ilECSCmsCourseCommandQueueHandler.php.
References $server.
Referenced by checkAllocationActivation(), and doUpdate().
ilECSCmsCourseCommandQueueHandler::handleCreate | ( | ilECSSetting | $server, |
$a_content_id | |||
) |
Handle create.
Definition at line 99 of file class.ilECSCmsCourseCommandQueueHandler.php.
References Vendor\Package\$e, checkAllocationActivation(), doUpdate(), ILIAS\Repository\logger(), and readCourse().
ilECSCmsCourseCommandQueueHandler::handleDelete | ( | ilECSSetting | $server, |
$a_content_id | |||
) |
Handle delete.
Definition at line 119 of file class.ilECSCmsCourseCommandQueueHandler.php.
ilECSCmsCourseCommandQueueHandler::handleUpdate | ( | ilECSSetting | $server, |
$a_content_id | |||
) |
Handle update.
Definition at line 128 of file class.ilECSCmsCourseCommandQueueHandler.php.
References Vendor\Package\$e, checkAllocationActivation(), doUpdate(), ILIAS\Repository\logger(), and readCourse().
|
private |
Read course from ecs.
Definition at line 160 of file class.ilECSCmsCourseCommandQueueHandler.php.
Referenced by handleCreate(), and handleUpdate().
|
private |
Definition at line 26 of file class.ilECSCmsCourseCommandQueueHandler.php.
|
private |
Definition at line 29 of file class.ilECSCmsCourseCommandQueueHandler.php.
Referenced by getMid().
|
private |
Definition at line 28 of file class.ilECSCmsCourseCommandQueueHandler.php.
Referenced by __construct(), and getServer().