29 protected \ILIAS\BookingManager\Access\AccessManager
$access;
45 $this->tpl = $DIC[
"tpl"];
46 $this->
tabs = $DIC->tabs();
47 $this->
ctrl = $DIC->ctrl();
48 $this->
lng = $DIC->language();
49 $this->
access = $DIC->bookingManager()->internal()->domain()->access();
50 $this->
toolbar = $DIC->toolbar();
51 $this->book_request = $DIC->bookingManager()
57 $this->ref_id = $a_parent_obj->
getRefId();
58 $this->pool_id = $a_parent_obj->
getObject()->getId();
60 $this->
lng->loadLanguageModule(
"book");
69 switch ($next_class) {
70 case 'ilrepositorysearchgui':
73 $rep_search->addUserAccessFilterCallable(
function ($a_user_id) {
74 return $this->
access->filterManageableParticipants(
79 $rep_search->setTitle($this->
lng->txt(
"exc_add_participant"));
80 $rep_search->setCallback($this,
'addParticipantObject');
81 $this->
ctrl->setReturn($this,
'render');
82 $this->
ctrl->forwardCommand($rep_search);
86 $cmd = $ilCtrl->getCmd(
"render");
98 if ($this->
access->canManageParticipants($this->ref_id)) {
103 'auto_complete_name' => $this->
lng->txt(
'user'),
104 'submit_name' => $this->
lng->txt(
'add'),
105 'add_search' =>
true,
112 $this->tpl->setContent($table->getHTML());
118 if (trim($this->book_request->getUserLogin()) ===
'') {
119 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'msg_no_search_string'));
124 $users = explode(
',', $this->book_request->getUserLogin());
127 foreach ($users as $user) {
131 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'user_not_known'));
151 if ($participant_obj->getIsNew()) {
152 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"book_participant_assigned"),
true);
154 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"book_participant_already_assigned"));
157 $this->tpl->setOnScreenMessage(
'failure',
"dummy error message, change me");
162 $this->
ctrl->redirect($this,
"render");
180 $table->resetOffset();
181 if ($a_filter_action === self::FILTER_ACTION_RESET) {
182 $table->resetFilter();
184 $table->writeFilterToSession();
192 $this->
tabs->clearTargets();
193 $this->
tabs->setBackTarget($this->
lng->txt(
'book_back_to_list'), $this->
ctrl->getLinkTarget($this,
'render'));
197 $this->tpl->setContent($table->getHTML());
const FILTER_ACTION_RESET
ilObjBookingPoolGUI: ilPermissionGUI, ilBookingObjectGUI ilObjBookingPoolGUI: ilBookingScheduleGUI, ilInfoScreenGUI, ilPublicUserProfileGUI ilObjBookingPoolGUI: ilCommonActionDispatcherGUI, ilObjectCopyGUI, ilObjectMetaDataGUI ilObjBookingPoolGUI: ilBookingParticipantGUI, ilBookingReservationsGUI, ilBookingPreferencesGUI ilObjBookingPoolGUI: ILIAS ilObjBookingPoolGUI: ilRepositoryGUI, ilAdministrationGUI
addUserFromAutoCompleteObject()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilObjBookingPoolGUI $a_parent_obj)
render()
Render list of booking participants.
static _lookupId($a_user_str)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS BookingManager StandardGUIRequest $book_request
const FILTER_ACTION_APPLY
addParticipantObject(array $a_user_ids)
Add new participant.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getNextClass($a_gui_class=null)
ILIAS BookingManager Access AccessManager $access
applyParticipantsFilter()
applyFilterAction(int $a_filter_action)
static fillAutoCompleteToolbar(object $parent_object, ?ilToolbarGUI $toolbar=null, array $a_options=[], bool $a_sticky=false)
array( auto_complete_name = $lng->txt('user'), auto_complete_size = 15, user_type = array(ilCoursePar...
resetParticipantsFilter()
static _lookupType(int $id, bool $reference=false)