ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilBookingParticipantGUI. More...
Public Member Functions | |
__construct (ilObjBookingPoolGUI $a_parent_obj) | |
Constructor. More... | |
executeCommand () | |
main switch More... | |
render () | |
Render list of booking participants. More... | |
addUserFromAutoCompleteObject () | |
Add user as member. More... | |
addParticipantObject (array $a_user_ids) | |
Add new partipant. More... | |
applyParticipantsFilter () | |
Apply filter from participants table gui. More... | |
resetParticipantsFilter () | |
Reset filter in participants table gui. More... | |
assignObjects () | |
Data Fields | |
const | FILTER_ACTION_APPLY = 1 |
const | FILTER_ACTION_RESET = 2 |
const | PARTICIPANT_VIEW = 1 |
Protected Member Functions | |
applyFilterAction ($a_filter_action) | |
Protected Attributes | |
$tpl | |
$tabs | |
$ctrl | |
$lng | |
$access | |
$toolbar | |
Class ilBookingParticipantGUI.
ilBookingParticipantGUI: ilRepositorySearchGUI
Definition at line 13 of file class.ilBookingParticipantGUI.php.
ilBookingParticipantGUI::__construct | ( | ilObjBookingPoolGUI | $a_parent_obj | ) |
Constructor.
object | $a_parent_obj |
Definition at line 54 of file class.ilBookingParticipantGUI.php.
References $DIC.
ilBookingParticipantGUI::addParticipantObject | ( | array | $a_user_ids | ) |
Add new partipant.
array | $a_user_ids |
Definition at line 165 of file class.ilBookingParticipantGUI.php.
References ilObject\_lookupType(), and ilUtil\sendFailure().
Referenced by addUserFromAutoCompleteObject().
ilBookingParticipantGUI::addUserFromAutoCompleteObject | ( | ) |
Add user as member.
Definition at line 136 of file class.ilBookingParticipantGUI.php.
References $_POST, $user, $users, ilObjUser\_lookupId(), addParticipantObject(), render(), and ilUtil\sendFailure().
|
protected |
Definition at line 204 of file class.ilBookingParticipantGUI.php.
References $table, and render().
Referenced by applyParticipantsFilter(), and resetParticipantsFilter().
ilBookingParticipantGUI::applyParticipantsFilter | ( | ) |
Apply filter from participants table gui.
Definition at line 191 of file class.ilBookingParticipantGUI.php.
References applyFilterAction().
ilBookingParticipantGUI::assignObjects | ( | ) |
Definition at line 218 of file class.ilBookingParticipantGUI.php.
References $table.
ilBookingParticipantGUI::executeCommand | ( | ) |
main switch
Definition at line 74 of file class.ilBookingParticipantGUI.php.
References $ctrl, $GLOBALS, and $ilCtrl.
ilBookingParticipantGUI::render | ( | ) |
Render list of booking participants.
uses ilBookingParticipantsTableGUI
Definition at line 112 of file class.ilBookingParticipantGUI.php.
References $table, and ilRepositorySearchGUI\fillAutoCompleteToolbar().
Referenced by addUserFromAutoCompleteObject(), and applyFilterAction().
ilBookingParticipantGUI::resetParticipantsFilter | ( | ) |
Reset filter in participants table gui.
Definition at line 199 of file class.ilBookingParticipantGUI.php.
References applyFilterAction().
|
protected |
Definition at line 38 of file class.ilBookingParticipantGUI.php.
|
protected |
Definition at line 28 of file class.ilBookingParticipantGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 33 of file class.ilBookingParticipantGUI.php.
|
protected |
Definition at line 23 of file class.ilBookingParticipantGUI.php.
|
protected |
Definition at line 43 of file class.ilBookingParticipantGUI.php.
|
protected |
Definition at line 18 of file class.ilBookingParticipantGUI.php.
const ilBookingParticipantGUI::FILTER_ACTION_APPLY = 1 |
Definition at line 45 of file class.ilBookingParticipantGUI.php.
const ilBookingParticipantGUI::FILTER_ACTION_RESET = 2 |
Definition at line 46 of file class.ilBookingParticipantGUI.php.
const ilBookingParticipantGUI::PARTICIPANT_VIEW = 1 |
Definition at line 48 of file class.ilBookingParticipantGUI.php.
Referenced by ilObjBookingPoolGUI\bookObject(), ilBookingAssignObjectsTableGUI\getItems(), ilBookingParticipant\getList(), ilObjBookingPoolGUI\handleBookingSuccess(), ilBookingObjectGUI\rsvCancelUser(), and ilBookingObjectGUI\rsvConfirmCancelUser().