ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 () | |
Book objects for other users. More... | |
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 163 of file class.ilBookingParticipantGUI.php.
References ilObject\_lookupType(), and ilUtil\sendFailure().
Referenced by addUserFromAutoCompleteObject().
ilBookingParticipantGUI::addUserFromAutoCompleteObject | ( | ) |
Add user as member.
Definition at line 134 of file class.ilBookingParticipantGUI.php.
References $_POST, ilObjUser\_lookupId(), addParticipantObject(), render(), and ilUtil\sendFailure().
|
protected |
Definition at line 200 of file class.ilBookingParticipantGUI.php.
References render().
Referenced by applyParticipantsFilter(), and resetParticipantsFilter().
ilBookingParticipantGUI::applyParticipantsFilter | ( | ) |
Apply filter from participants table gui.
Definition at line 187 of file class.ilBookingParticipantGUI.php.
References applyFilterAction().
ilBookingParticipantGUI::assignObjects | ( | ) |
Book objects for other users.
Definition at line 216 of file class.ilBookingParticipantGUI.php.
ilBookingParticipantGUI::executeCommand | ( | ) |
main switch
Definition at line 74 of file class.ilBookingParticipantGUI.php.
References $ctrl, and $GLOBALS.
ilBookingParticipantGUI::render | ( | ) |
Render list of booking participants.
uses ilBookingParticipantsTableGUI
Definition at line 111 of file class.ilBookingParticipantGUI.php.
References ilRepositorySearchGUI\fillAutoCompleteToolbar().
Referenced by addUserFromAutoCompleteObject(), and applyFilterAction().
ilBookingParticipantGUI::resetParticipantsFilter | ( | ) |
Reset filter in participants table gui.
Definition at line 195 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 ilBookingParticipantsTableGUI\fillRow(), ilBookingAssignObjectsTableGUI\getItems(), and ilBookingParticipant\getList().