|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilMailingListsGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| confirmDelete () | |
| performDelete () | |
| mailToList () | |
| showMailingLists () | |
| cancel () | |
| saveForm () | |
| showForm () | |
| showMembersList () | |
| confirmDeleteMembers () | |
| performDeleteMembers () | |
| saveAssignmentForm () | |
| showAssignmentForm (?ilPropertyFormGUI $form=null) | |
Private Member Functions | |
| getMailingListIdsFromRequest () | |
| initForm (string $a_type='create') | |
| setValuesByObject () | |
| setDefaultValues () | |
Private Attributes | |
| ILIAS HTTP GlobalHttpState | $http |
| Refinery | $refinery |
| ilGlobalTemplateInterface | $tpl |
| ilCtrlInterface | $ctrl |
| ilLanguage | $lng |
| ilObjUser | $user |
| ilErrorHandling | $error |
| ilToolbarGUI | $toolbar |
| ilRbacSystem | $rbacsystem |
| ilFormatMail | $umail |
| ilMailingLists | $mlists |
| ilPropertyFormGUI | $form_gui |
Definition at line 27 of file class.ilMailingListsGUI.php.
| ilMailingListsGUI::__construct | ( | ) |
Definition at line 42 of file class.ilMailingListsGUI.php.
References $DIC, ILIAS\Repository\ctrl(), error(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilMailingListsGUI::cancel | ( | ) |
Definition at line 315 of file class.ilMailingListsGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), and showMailingLists().
Here is the call graph for this function:| ilMailingListsGUI::confirmDelete | ( | ) |
Definition at line 118 of file class.ilMailingListsGUI.php.
References ILIAS\Repository\ctrl(), getMailingListIdsFromRequest(), ILIAS\Repository\lng(), and showMailingLists().
Here is the call graph for this function:| ilMailingListsGUI::confirmDeleteMembers | ( | ) |
Definition at line 501 of file class.ilMailingListsGUI.php.
References ILIAS\Repository\ctrl(), ilUserUtil\getNamePresentation(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and showMembersList().
Here is the call graph for this function:| ilMailingListsGUI::executeCommand | ( | ) |
Definition at line 68 of file class.ilMailingListsGUI.php.
References ILIAS\Repository\ctrl(), error(), ilBuddySystem\getInstance(), ilBuddyList\getInstanceByGlobalUser(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 99 of file class.ilMailingListsGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by confirmDelete(), and mailToList().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 367 of file class.ilMailingListsGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by saveForm(), and showForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailingListsGUI::mailToList | ( | ) |
Definition at line 180 of file class.ilMailingListsGUI.php.
References $id, getMailingListIdsFromRequest(), ILIAS\Repository\lng(), ilUtil\redirect(), showMailingLists(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilMailingListsGUI::performDelete | ( | ) |
Definition at line 148 of file class.ilMailingListsGUI.php.
References $id, ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and showMailingLists().
Here is the call graph for this function:| ilMailingListsGUI::performDeleteMembers | ( | ) |
Definition at line 549 of file class.ilMailingListsGUI.php.
References $id, error(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and showMembersList().
Here is the call graph for this function:| ilMailingListsGUI::saveAssignmentForm | ( | ) |
Definition at line 633 of file class.ilMailingListsGUI.php.
References error(), ilBuddyList\getInstanceByGlobalUser(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), showAssignmentForm(), and showMembersList().
Here is the call graph for this function:| ilMailingListsGUI::saveForm | ( | ) |
Definition at line 326 of file class.ilMailingListsGUI.php.
References ILIAS\Repository\ctrl(), error(), initForm(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 395 of file class.ilMailingListsGUI.php.
Referenced by showForm().
Here is the caller graph for this function:
|
private |
Definition at line 387 of file class.ilMailingListsGUI.php.
Referenced by showForm().
Here is the caller graph for this function:| ilMailingListsGUI::showAssignmentForm | ( | ?ilPropertyFormGUI | $form = null | ) |
Definition at line 664 of file class.ilMailingListsGUI.php.
References error(), ILIAS\Repository\lng(), and showMembersList().
Referenced by saveAssignmentForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailingListsGUI::showForm | ( | ) |
Definition at line 403 of file class.ilMailingListsGUI.php.
References ILIAS\Repository\ctrl(), error(), initForm(), ILIAS\Repository\lng(), setDefaultValues(), and setValuesByObject().
Here is the call graph for this function:| ilMailingListsGUI::showMailingLists | ( | ) |
Definition at line 228 of file class.ilMailingListsGUI.php.
References ILIAS\Repository\ctrl(), ilLegacyFormElementsUtil\formCheckbox(), ilLinkButton\getInstance(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ilMailingList\MODE_TEMPORARY, ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Referenced by cancel(), confirmDelete(), mailToList(), performDelete(), and showMembersList().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailingListsGUI::showMembersList | ( | ) |
Definition at line 425 of file class.ilMailingListsGUI.php.
References ILIAS\Repository\ctrl(), ilLegacyFormElementsUtil\formCheckbox(), ilBuddySystemRelation\getBuddyUsrId(), ilLinkButton\getInstance(), ilBuddyList\getInstanceByGlobalUser(), ilUserUtil\getNamePresentation(), ILIAS\Repository\lng(), showMailingLists(), and ILIAS\Repository\toolbar().
Referenced by confirmDeleteMembers(), performDeleteMembers(), saveAssignmentForm(), and showAssignmentForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 32 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 35 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 40 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 29 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 33 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 39 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 37 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 30 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 36 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 31 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 38 of file class.ilMailingListsGUI.php.
|
private |
Definition at line 34 of file class.ilMailingListsGUI.php.