|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilBookingProcessWithoutScheduleGUI:
Collaboration diagram for ilBookingProcessWithoutScheduleGUI:Public Member Functions | |
| __construct (ilObjBookingPool $pool, int $booking_object_id, int $context_obj_id=0) | |
| executeCommand () | |
| book () | |
| Triggered from object list week view for booking a single object / confirmation for. More... | |
| assignParticipants () | |
| bookMultipleParticipants () | |
| Create reservations for a bunch of booking pool participants. More... | |
| redirectToParticipantsList () | |
| saveMultipleBookings () | |
| Save multiple users reservations for one booking pool object. More... | |
| confirmedBooking ($message="") | |
| displayPostInfo () | |
| deliverPostFile () | |
| back () | |
Protected Member Functions | |
| showNoPermission () | |
| getMessageForm () | |
| showMessageForm () | |
| saveMessage () | |
| showConfirmation () | |
Protected Attributes | |
| ILIAS BookingManager Access AccessManager | $access |
| ILIAS BookingManager Reservations ReservationManager | $reservation |
| ILIAS BookingManager BookingProcess ProcessUtilGUI | $util_gui |
| ILIAS BookingManager InternalRepoService | $repo |
| ILIAS BookingManager BookingProcess BookingProcessManager | $process |
| ILIAS HTTP Services | $http |
| ILIAS BookingManager InternalGUIService | $gui |
| array | $raw_post_data |
| ILIAS BookingManager StandardGUIRequest | $book_request |
| ilObjBookingPool | $pool |
| int | $booking_object_id |
| int | $user_id_to_book |
| int | $user_id_assigner |
| ilBookingHelpAdapter | $help |
| int | $context_obj_id |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| ilTabsGUI | $tabs_gui |
| ilObjUser | $user |
| int | $book_obj_id |
| array | $rsv_ids = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Booking process ui class
Definition at line 23 of file class.ilBookingProcessWithoutScheduleGUI.php.
| ilBookingProcessWithoutScheduleGUI::__construct | ( | ilObjBookingPool | $pool, |
| int | $booking_object_id, | ||
| int | $context_obj_id = 0 |
||
| ) |
Definition at line 48 of file class.ilBookingProcessWithoutScheduleGUI.php.
References $booking_object_id, $context_obj_id, $DIC, $pool, $user_id_assigner, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\help(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilBookingProcessWithoutScheduleGUI::assignParticipants | ( | ) |
Implements ILIAS\BookingManager\BookingProcess\BookingProcessGUI.
Definition at line 223 of file class.ilBookingProcessWithoutScheduleGUI.php.
| ilBookingProcessWithoutScheduleGUI::back | ( | ) |
Implements ILIAS\BookingManager\BookingProcess\BookingProcessGUI.
Definition at line 377 of file class.ilBookingProcessWithoutScheduleGUI.php.
References ILIAS\Repository\ctrl().
Referenced by showNoPermission().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookingProcessWithoutScheduleGUI::book | ( | ) |
Triggered from object list week view for booking a single object / confirmation for.
Implements ILIAS\BookingManager\BookingProcess\BookingProcessGUI.
Definition at line 144 of file class.ilBookingProcessWithoutScheduleGUI.php.
References $tpl, $user_id_to_book, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), showConfirmation(), and showMessageForm().
Here is the call graph for this function:| ilBookingProcessWithoutScheduleGUI::bookMultipleParticipants | ( | ) |
Create reservations for a bunch of booking pool participants.
Definition at line 231 of file class.ilBookingProcessWithoutScheduleGUI.php.
References $id, ilObjUser\_lookupFullname(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilBookingReservation\numAvailableFromObjectNoSchedule(), and showNoPermission().
Here is the call graph for this function:| ilBookingProcessWithoutScheduleGUI::confirmedBooking | ( | $message = "" | ) |
Definition at line 322 of file class.ilBookingProcessWithoutScheduleGUI.php.
References $book_obj_id, ILIAS\Repository\ctrl(), ilBookingReservation\getObjectReservationForUser(), ilBookingReservation\isObjectAvailableNoSchedule(), and ILIAS\Repository\lng().
Referenced by saveMessage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookingProcessWithoutScheduleGUI::deliverPostFile | ( | ) |
Definition at line 369 of file class.ilBookingProcessWithoutScheduleGUI.php.
| ilBookingProcessWithoutScheduleGUI::displayPostInfo | ( | ) |
Implements ILIAS\BookingManager\BookingProcess\BookingProcessGUI.
Definition at line 360 of file class.ilBookingProcessWithoutScheduleGUI.php.
| ilBookingProcessWithoutScheduleGUI::executeCommand | ( | ) |
Definition at line 104 of file class.ilBookingProcessWithoutScheduleGUI.php.
References $ctrl, ilCtrl\getCmd(), and ilCtrl\getNextClass().
Here is the call graph for this function:
|
protected |
Definition at line 174 of file class.ilBookingProcessWithoutScheduleGUI.php.
References ILIAS\Repository\lng().
Referenced by saveMessage(), and showMessageForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookingProcessWithoutScheduleGUI::redirectToParticipantsList | ( | ) |
Definition at line 275 of file class.ilBookingProcessWithoutScheduleGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 191 of file class.ilBookingProcessWithoutScheduleGUI.php.
References confirmedBooking(), ILIAS\Repository\ctrl(), getMessageForm(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilBookingProcessWithoutScheduleGUI::saveMultipleBookings | ( | ) |
Save multiple users reservations for one booking pool object.
Definition at line 284 of file class.ilBookingProcessWithoutScheduleGUI.php.
References $id, ILIAS\Repository\access(), ILIAS\Repository\lng(), and showNoPermission().
Here is the call graph for this function:
|
protected |
Definition at line 204 of file class.ilBookingProcessWithoutScheduleGUI.php.
References $tpl, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilGlobalTemplateInterface\setContent().
Referenced by book().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 186 of file class.ilBookingProcessWithoutScheduleGUI.php.
References getMessageForm().
Referenced by book().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 129 of file class.ilBookingProcessWithoutScheduleGUI.php.
References back(), and ILIAS\Repository\lng().
Referenced by bookMultipleParticipants(), and saveMultipleBookings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 25 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 45 of file class.ilBookingProcessWithoutScheduleGUI.php.
Referenced by confirmedBooking().
|
protected |
Definition at line 33 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 35 of file class.ilBookingProcessWithoutScheduleGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilBookingProcessWithoutScheduleGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilBookingProcessWithoutScheduleGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 31 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 38 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 30 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 42 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 34 of file class.ilBookingProcessWithoutScheduleGUI.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 32 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 28 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 26 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 46 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 43 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 41 of file class.ilBookingProcessWithoutScheduleGUI.php.
Referenced by book(), and showConfirmation().
|
protected |
Definition at line 44 of file class.ilBookingProcessWithoutScheduleGUI.php.
|
protected |
Definition at line 37 of file class.ilBookingProcessWithoutScheduleGUI.php.
Referenced by __construct().
|
protected |
Definition at line 36 of file class.ilBookingProcessWithoutScheduleGUI.php.
Referenced by book().
|
protected |
Definition at line 27 of file class.ilBookingProcessWithoutScheduleGUI.php.