|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilBookingParticipantGUI. More...
Collaboration diagram for ilBookingParticipantGUI: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.
@ilCtrl_Calls 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookingParticipantGUI::addUserFromAutoCompleteObject | ( | ) |
Add user as member.
Definition at line 134 of file class.ilBookingParticipantGUI.php.
References $_POST, ilObjUser\_lookupId(), addParticipantObject(), render(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Definition at line 200 of file class.ilBookingParticipantGUI.php.
References render().
Referenced by applyParticipantsFilter(), and resetParticipantsFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookingParticipantGUI::applyParticipantsFilter | ( | ) |
Apply filter from participants table gui.
Definition at line 187 of file class.ilBookingParticipantGUI.php.
References applyFilterAction().
Here is the call graph for this function:| 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.
| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookingParticipantGUI::resetParticipantsFilter | ( | ) |
Reset filter in participants table gui.
Definition at line 195 of file class.ilBookingParticipantGUI.php.
References applyFilterAction().
Here is the call graph for this function:
|
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().