|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
GUI class for membership features. More...
Inheritance diagram for ilSessionMembershipGUI:
Collaboration diagram for ilSessionMembershipGUI:Public Member Functions | |
| getPrintMemberData ($a_members) | |
| getAttendanceListUserData ($a_user_id, $a_filters) | |
| Callback from attendance list. More... | |
Public Member Functions inherited from ilMembershipGUI | |
| __construct (ilObjectGUI $repository_gui, ilObject $repository_obj) | |
| Constructor. More... | |
| getParentGUI () | |
| Get parent gui. More... | |
| getParentObject () | |
| Get parent object. More... | |
| getMembersObject () | |
| Get member object. More... | |
| filterUserIdsByRbacOrPositionOfCurrentUser ($a_user_ids) | |
| Filter user ids by access. More... | |
| updateParticipants () | |
| update members More... | |
| createMailSignature () | |
| addMemberTab (ilTabsGUI $tabs, $a_is_participant=false) | |
| add member tab More... | |
| readMemberData (array $usr_ids, array $columns) | |
| Required for member table guis. More... | |
| getLocalRoles () | |
| Get parent roles. More... | |
| confirmAssignSubscribers () | |
| Show subscription confirmation. More... | |
| confirmRefuseSubscribers () | |
| Refuse subscriber confirmation. More... | |
| assignSubscribers () | |
| Do assignment of subscription request @global type $rbacsystem @global type $ilErr. More... | |
| confirmAssignFromWaitingList () | |
| Assign from waiting list (confirmatoin) More... | |
| assignFromWaitingList () | |
| Assign from waiting list @global type $rbacsystem. More... | |
| confirmRefuseFromList () | |
| Refuse from waiting list (confirmation) More... | |
Protected Member Functions | |
| getMailMemberRoles () | |
| checkRbacOrPositionAccessBool ($a_rbac_perm, $a_pos_perm, $a_ref_id=0) | |
| No support for positions in sessions Check if rbac or position access is granted. More... | |
| initParticipantTemplate () | |
| Init participant view template. More... | |
| initWaitingList () | |
| init waiting list More... | |
| initParticipantTableGUI () | |
| initSubscriberTable () | |
| updateMembers () | |
| update entries from member table More... | |
| confirmDeleteParticipants () | |
| Show confirmation screen for participants deletion. More... | |
| deleteParticipants () | |
| Delete participants @global type $rbacreview @global type $rbacsystem @global type $ilAccess @global type $ilUser. More... | |
| canAddOrSearchUsers () | |
Check if current user is allowed to add / search users.
| |
| getMemberTabName () | |
| Get member tab name. More... | |
| getMailContextOptions () | |
Get mail context options.
| |
Protected Member Functions inherited from ilMembershipGUI | |
| getLanguage () | |
| getCtrl () | |
| getLogger () | |
| getMailMemberRoles () | |
| checkPermissionBool ($a_permission, $a_cmd='', $a_type='', $a_ref_id=0) | |
| Check permission. More... | |
| checkRbacOrPositionAccessBool ($a_rbac_perm, $a_pos_perm, $a_ref_id=0) | |
| Check if rbac or position access is granted. More... | |
| checkPermission ($a_permission, $a_cmd="") | |
| Check permission If not granted redirect to parent gui. More... | |
| checkRbacOrPermissionAccess ($a_rbac_perm, $a_pos_perm) | |
| check rbac or position access More... | |
| canAddOrSearchUsers () | |
| Check if current user is allowed to add / search users. More... | |
| participants () | |
| Show participant table, subscriber table, wating list table;. More... | |
| participantsApplyFilter () | |
| Apply filter for participant table. More... | |
| participantsResetFilter () | |
| reset participants filter More... | |
| editMember () | |
| Edit one participant. More... | |
| editParticipants ($post_participants=array()) | |
| Edit participants. More... | |
| confirmDeleteParticipants () | |
| Show confirmation screen for participants deletion. More... | |
| deleteParticipants () | |
| sendMailToSelectedUsers () | |
| Send mail to selected users. More... | |
| getMailContextOptions () | |
| Get mail context options. More... | |
| membersMap () | |
| Members map. More... | |
| mailMembersBtn () | |
| Mail to members view @global type $ilToolbar. More... | |
| showParticipantsToolbar () | |
| Show participants toolbar. More... | |
| showMemberExportToolbarButton (ilToolbarGUI $toolbar, $a_back_cmd=null, $a_separator=false) | |
| Show member export button. More... | |
| showMailToMemberToolbarButton (ilToolbarGUI $toolbar, $a_back_cmd=null, $a_separator=false) | |
| Show mail to member toolbar button. More... | |
| getDefaultCommand () | |
| Get default command. More... | |
| getMemberTabName () | |
| Get member tab name. More... | |
| setSubTabs (ilTabsGUI $tabs) | |
| Set sub tabs. More... | |
| parseSubscriberTable () | |
| Parse table of subscription request. More... | |
| initSubscriberTable () | |
| refuseSubscribers () | |
| Refuse subscribers @global type $rbacsystem. More... | |
| parseWaitingListTable () | |
| Parse table of subscription request. More... | |
| refuseFromList () | |
| refuse from waiting list More... | |
| addToClipboard () | |
| Add selected users to user clipboard. More... | |
| getDefaultRole () | |
| printMembers () | |
| Print members. More... | |
| printMembersOutput () | |
| print members output More... | |
| printForMembersOutput () | |
| print members output More... | |
| jump2UsersGallery () | |
Additional Inherited Members | |
Protected Attributes inherited from ilMembershipGUI | |
| $lng = null | |
| $ctrl = null | |
| $logger = null | |
| $tpl | |
| $access | |
GUI class for membership features.
@ilCtrl_Calls ilSessionMembershipGUI: ilMailMemberSearchGUI, ilUsersGalleryGUI, ilRepositorySearchGUI @ilCtrl_Calls ilSessionMembershipGUI: ilSessionOverviewGUI @ilCtrl_Calls ilSessionMembershipGUI: ilMemberExportGUI
Definition at line 17 of file class.ilSessionMembershipGUI.php.
|
protected |
Check if current user is allowed to add / search users.
Reimplemented from ilMembershipGUI.
Definition at line 222 of file class.ilSessionMembershipGUI.php.
|
protected |
No support for positions in sessions Check if rbac or position access is granted.
| string | $a_rbac_perm | |
| string | $a_pos_perm | |
| int | $a_ref_id |
Reimplemented from ilMembershipGUI.
Definition at line 35 of file class.ilSessionMembershipGUI.php.
References ilMembershipGUI\checkPermissionBool(), and ilMembershipGUI\getParentObject().
Here is the call graph for this function:
|
protected |
Show confirmation screen for participants deletion.
Reimplemented from ilMembershipGUI.
Definition at line 139 of file class.ilSessionMembershipGUI.php.
References $_POST, $name, ilObjUser\_lookupName(), ilUtil\getImagePath(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Delete participants @global type $rbacreview @global type $rbacsystem @global type $ilAccess @global type $ilUser.
Reimplemented from ilMembershipGUI.
Definition at line 177 of file class.ilSessionMembershipGUI.php.
References $_POST, ilMembershipGUI\checkPermission(), ilMembershipGUI\getMembersObject(), ilMembershipGUI\getParentObject(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilSessionMembershipGUI::getAttendanceListUserData | ( | $a_user_id, | |
| $a_filters | |||
| ) |
Callback from attendance list.
| int | $a_user_id |
Definition at line 234 of file class.ilSessionMembershipGUI.php.
References $data, and ilMembershipGUI\getMembersObject().
Here is the call graph for this function:
|
protected |
Get mail context options.
Reimplemented from ilMembershipGUI.
Definition at line 266 of file class.ilSessionMembershipGUI.php.
References ilMailFormCall\CONTEXT_KEY, ilMembershipGUI\getParentObject(), and ilSessionMailTemplateParticipantContext\ID.
Here is the call graph for this function:
|
protected |
Reimplemented from ilMembershipGUI.
Definition at line 22 of file class.ilSessionMembershipGUI.php.
|
protected |
Get member tab name.
Reimplemented from ilMembershipGUI.
Definition at line 256 of file class.ilSessionMembershipGUI.php.
References ilMembershipGUI\getParentObject().
Here is the call graph for this function:| ilSessionMembershipGUI::getPrintMemberData | ( | $a_members | ) |
| array | $a_members |
Definition at line 213 of file class.ilSessionMembershipGUI.php.
|
protected |
Definition at line 67 of file class.ilSessionMembershipGUI.php.
References $table, and ilMembershipGUI\getParentObject().
Here is the call graph for this function:
|
protected |
Init participant view template.
Definition at line 48 of file class.ilSessionMembershipGUI.php.
|
protected |
Reimplemented from ilMembershipGUI.
Definition at line 81 of file class.ilSessionMembershipGUI.php.
References ilMembershipGUI\getParentObject().
Here is the call graph for this function:
|
protected |
init waiting list
Definition at line 57 of file class.ilSessionMembershipGUI.php.
References ilMembershipGUI\getParentObject().
Here is the call graph for this function:
|
protected |
update entries from member table
Definition at line 92 of file class.ilSessionMembershipGUI.php.
References $_POST, ilMembershipGUI\checkPermission(), ilMembershipGUI\getCtrl(), ilParticipants\getInstance(), ilMembershipGUI\getLanguage(), ilMembershipGUI\getParentObject(), IL_SESS_MEMBER, and ilUtil\stripSlashes().
Here is the call graph for this function: