|
ILIAS
release_8 Revision v8.24
|
GUI class for membership features. More...
Inheritance diagram for ilGroupMembershipGUI:
Collaboration diagram for ilGroupMembershipGUI:Public Member Functions | |
| __construct (ilObjectGUI $repository_gui, ilObject $repository_obj) | |
| filterUserIdsByRbacOrPositionOfCurrentUser (array $a_user_ids) | |
| Filter user ids by access. More... | |
| assignMembers (array $user_ids, string $a_type) | |
| getLocalTypeRole (bool $a_translation=false) | |
| getPrintMemberData (array $a_members) | |
| getAttendanceListUserData (int $user_id, array $filters=[]) | |
| Callback from attendance list. More... | |
Public Member Functions inherited from ilMembershipGUI | |
| __construct (ilObjectGUI $repository_gui, ilObject $repository_obj) | |
| getParentGUI () | |
| getParentObject () | |
| getMembersObject () | |
| filterUserIdsByRbacOrPositionOfCurrentUser (array $a_user_ids) | |
| Filter user ids by access. More... | |
| executeCommand () | |
| getAttendanceListUserData (int $user_id, array $filters=[]) | |
| updateParticipants () | |
| update members More... | |
| createMailSignature () | |
| Create Mail signature. More... | |
| addMemberTab (ilTabsGUI $tabs, bool $a_is_participant=false) | |
| readMemberData (array $usr_ids, array $columns) | |
| Required for member table guis. More... | |
| getLocalRoles () | |
| confirmAssignSubscribers () | |
| Show subscription confirmation. More... | |
| confirmRefuseSubscribers () | |
| Refuse subscriber confirmation. More... | |
| assignSubscribers () | |
| Do assignment of subscription request. More... | |
| confirmAssignFromWaitingList () | |
| Assign from waiting list (confirmatoin) More... | |
| assignFromWaitingList () | |
| Assign from waiting list. More... | |
| confirmRefuseFromList () | |
| Refuse from waiting list (confirmation) More... | |
Protected Member Functions | |
| getMailMemberRoles () | |
| updateParticipantsStatus () | |
| save in participants table More... | |
| initParticipantTableGUI () | |
| initEditParticipantTableGUI (array $participants) | |
| initParticipantTemplate () | |
| Init participant view template. More... | |
| initWaitingList () | |
| getDefaultRole () | |
| @inheritDoc More... | |
| getMailContextOptions () | |
| @inheritDoc More... | |
Protected Member Functions inherited from ilMembershipGUI | |
| initParticipantsFromPost () | |
| initMemberIdFromGet () | |
| initSubscribersFromPost () | |
| initWaitingListIdsFromPost () | |
| getLanguage () | |
| getCtrl () | |
| getLogger () | |
| getMailMemberRoles () | |
| checkPermissionBool (string $a_permission, string $a_cmd='', string $a_type='', int $a_ref_id=0) | |
| checkRbacOrPositionAccessBool (string $a_rbac_perm, string $a_pos_perm, int $a_ref_id=0) | |
| checkPermission (string $a_permission, string $a_cmd="") | |
| Check permission If not granted redirect to parent gui. More... | |
| checkRbacOrPermissionAccess (string $a_rbac_perm, string $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 (array $post_participants=array()) | |
| Edit participants. More... | |
| updateLPFromStatus (int $usr_id, bool $has_passed) | |
| confirmDeleteParticipants () | |
| Show confirmation screen for participants deletion. More... | |
| deleteParticipants () | |
| sendMailToSelectedUsers () | |
| getMailContextOptions () | |
| membersMap () | |
| Members map. More... | |
| mailMembersBtn () | |
| showParticipantsToolbar () | |
| Show participants toolbar. More... | |
| showMemberExportToolbarButton (ilToolbarGUI $toolbar, ?string $a_back_cmd=null, bool $a_separator=false) | |
| showMailToMemberToolbarButton (ilToolbarGUI $toolbar, ?string $a_back_cmd=null, bool $a_separator=false) | |
| Show mail to member toolbar button. More... | |
| getDefaultCommand () | |
| getMemberTabName () | |
| setSubTabs (ilTabsGUI $tabs) | |
| Set sub tabs. More... | |
| parseSubscriberTable () | |
| Parse table of subscription request. More... | |
| initSubscriberTable () | |
| refuseSubscribers () | |
| parseWaitingListTable () | |
| Parse table of subscription request. More... | |
| refuseFromList () | |
| refuse from waiting list More... | |
| addToClipboard () | |
| Add selected users to user clipboard. More... | |
| getDefaultRole () | |
| activateSubTab (string $a_sub_tab) | |
| printMembers () | |
| printMembersOutput () | |
| print members output More... | |
| printForMembersOutput () | |
| print members output More... | |
| jump2UsersGallery () | |
| initAttendanceList (bool $a_for_members=false) | |
Protected Attributes | |
| GlobalHttpState | $http |
| Factory | $refinery |
Protected Attributes inherited from ilMembershipGUI | |
| GlobalHttpState | $http |
| Factory | $refinery |
| ilLanguage | $lng |
| ilCtrlInterface | $ctrl |
| ilLogger | $logger |
| ilGlobalTemplateInterface | $tpl |
| ilAccessHandler | $access |
| ilParticipants | $participants = null |
| ilObjUser | $user |
| ilErrorHandling | $error |
| ilTabsGUI | $tabs |
| ilToolbarGUI | $toolbar |
| ilRbacSystem | $rbacsystem |
| ilRbacReview | $rbacreview |
| ilTree | $tree |
| array | $member_data = [] |
GUI class for membership features.
@ilCtrl_Calls ilGroupMembershipGUI: ilMailMemberSearchGUI, ilUsersGalleryGUI, ilRepositorySearchGUI @ilCtrl_Calls ilGroupMembershipGUI: ilCourseParticipantsGroupsGUI, ilObjectCustomuserFieldsGUI @ilCtrl_Calls ilGroupMembershipGUI: ilSessionOverviewGUI @ilCtrl_Calls ilGroupMembershipGUI: ilMemberExportGUI
Definition at line 34 of file class.ilGroupMembershipGUI.php.
| ilGroupMembershipGUI::__construct | ( | ilObjectGUI | $repository_gui, |
| ilObject | $repository_obj | ||
| ) |
Reimplemented from ilMembershipGUI.
Definition at line 39 of file class.ilGroupMembershipGUI.php.
References $DIC, ilMembershipGUI\$repository_gui, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilGroupMembershipGUI::assignMembers | ( | array | $user_ids, |
| string | $a_type | ||
| ) |
Definition at line 72 of file class.ilGroupMembershipGUI.php.
References ILIAS\Repository\ctrl(), ilLoggerFactory\getLogger(), ilMembershipGUI\getMembersObject(), ilMembershipGUI\getParentObject(), ilParticipants\IL_GRP_ADMIN, ilParticipants\IL_GRP_MEMBER, ILIAS\Repository\int(), ILIAS\Repository\lng(), and ilGroupMembershipMailNotification\TYPE_ADMISSION_MEMBER.
Here is the call graph for this function:| ilGroupMembershipGUI::filterUserIdsByRbacOrPositionOfCurrentUser | ( | array | $a_user_ids | ) |
Filter user ids by access.
| int[] | $a_user_ids |
Reimplemented from ilMembershipGUI.
Definition at line 62 of file class.ilGroupMembershipGUI.php.
References ILIAS\Repository\access(), and ilMembershipGUI\getParentObject().
Here is the call graph for this function:| ilGroupMembershipGUI::getAttendanceListUserData | ( | int | $user_id, |
| array | $filters = [] |
||
| ) |
Callback from attendance list.
Reimplemented from ilMembershipGUI.
Definition at line 244 of file class.ilGroupMembershipGUI.php.
References ilDatePresentation\formatDate(), IL_CAL_UNIX, ILIAS\Repository\lng(), and ilDatePresentation\setUseRelativeDates().
Here is the call graph for this function:
|
protected |
@inheritDoc
Reimplemented from ilMembershipGUI.
Definition at line 229 of file class.ilGroupMembershipGUI.php.
References ilMembershipGUI\getParentGUI().
Here is the call graph for this function:| ilGroupMembershipGUI::getLocalTypeRole | ( | bool | $a_translation = false | ) |
Definition at line 215 of file class.ilGroupMembershipGUI.php.
References ilMembershipGUI\getParentObject().
Here is the call graph for this function:
|
protected |
@inheritDoc
Reimplemented from ilMembershipGUI.
Definition at line 266 of file class.ilGroupMembershipGUI.php.
References ilContainer\_lookupContainerSetting(), ilObjectServiceSettingsGUI\EXTERNAL_MAIL_PREFIX, ILIAS\Survey\Mode\getId(), ilMembershipGUI\getParentObject(), and ilMail\PROP_CONTEXT_SUBJECT_PREFIX.
Here is the call graph for this function:
|
protected |
Reimplemented from ilMembershipGUI.
Definition at line 51 of file class.ilGroupMembershipGUI.php.
| ilGroupMembershipGUI::getPrintMemberData | ( | array | $a_members | ) |
Definition at line 234 of file class.ilGroupMembershipGUI.php.
References ilMembershipGUI\$member_data, ilMembershipGUI\getParentGUI(), and ilMembershipGUI\readMemberData().
Here is the call graph for this function:
|
protected |
Definition at line 196 of file class.ilGroupMembershipGUI.php.
References ilMembershipGUI\getParentGUI(), ilMembershipGUI\getParentObject(), ILIAS\Repository\lng(), and ilMembershipGUI\readMemberData().
Here is the call graph for this function:
|
protected |
Definition at line 179 of file class.ilGroupMembershipGUI.php.
References ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_enabledUserRelatedData(), ILIAS\Survey\Mode\getId(), ilObjectLP\getInstance(), and ilMembershipGUI\getParentObject().
Here is the call graph for this function:
|
protected |
Init participant view template.
Definition at line 210 of file class.ilGroupMembershipGUI.php.
|
protected |
Definition at line 221 of file class.ilGroupMembershipGUI.php.
References ILIAS\Survey\Mode\getId(), and ilMembershipGUI\getParentObject().
Here is the call graph for this function:
|
protected |
save in participants table
Definition at line 136 of file class.ilGroupMembershipGUI.php.
References ilMembershipGUI\$participants, ILIAS\Repository\ctrl(), ilMembershipGUI\getMembersObject(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 36 of file class.ilGroupMembershipGUI.php.
|
protected |
Definition at line 37 of file class.ilGroupMembershipGUI.php.