|
ILIAS
Release_4_2_x_branch Revision 61807
|
Collaboration diagram for ilMailAddressbookGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| checkInput ($addr_id=0) | |
| Check user's input. | |
| saveEntry () | |
| Save/edit entry. | |
| confirmDelete () | |
| Confirm delete entry. | |
| performDelete () | |
| Delete entry. | |
| cancel () | |
| Cancel action. | |
| showAddressForm () | |
| mailToUsers () | |
| search () | |
| showAddressbook () | |
| Show user's addressbook. | |
| inviteToChat () | |
| Send chat invitations to selected Users. | |
| submitInvitation () | |
| Last step of chat invitations check access for every selected user and send invitation. | |
| lookupAddressbookAsync () | |
| showSubTabs () | |
| activateTab ($a_id) | |
Private Attributes | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $tabs_gui = null | |
| $umail = null | |
| $abook = null | |
ilMailAddressbookGUI: ilMailSearchCoursesGUI, ilMailSearchGroupsGUI, ilMailingListsGUI ilMailAddressbookGUI: ilMailFormGUI
Definition at line 20 of file class.ilMailAddressbookGUI.php.
| ilMailAddressbookGUI::__construct | ( | ) |
Definition at line 30 of file class.ilMailAddressbookGUI.php.
References $ilCtrl, $lng, and $tpl.
| ilMailAddressbookGUI::activateTab | ( | $a_id | ) |
Definition at line 828 of file class.ilMailAddressbookGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMailAddressbookGUI::cancel | ( | ) |
Cancel action.
Definition at line 249 of file class.ilMailAddressbookGUI.php.
References showAddressbook().
Here is the call graph for this function:| ilMailAddressbookGUI::checkInput | ( | $addr_id = 0 | ) |
Check user's input.
Definition at line 106 of file class.ilMailAddressbookGUI.php.
References $_POST, ilObjUser\_lookupId(), ilUtil\is_email(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
Referenced by saveEntry().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailAddressbookGUI::confirmDelete | ( | ) |
Confirm delete entry.
Definition at line 180 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $lng, ilUtil\sendInfo(), and showAddressbook().
Here is the call graph for this function:| ilMailAddressbookGUI::executeCommand | ( | ) |
Definition at line 45 of file class.ilMailAddressbookGUI.php.
References $cmd, activateTab(), and showSubTabs().
Here is the call graph for this function:| ilMailAddressbookGUI::inviteToChat | ( | ) |
Send chat invitations to selected Users.
<type> $ilUser <type> $lng <type> $ilCtrl <type> $tpl
Definition at line 530 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $ilCtrl, $lng, $ref_id, $title, $tpl, exit, ilChatroom\lookupPrivateRoomTitle(), ilUtil\redirect(), ilUtil\sendInfo(), and showAddressbook().
Referenced by submitInvitation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailAddressbookGUI::lookupAddressbookAsync | ( | ) |
Definition at line 785 of file class.ilMailAddressbookGUI.php.
References $_REQUEST, $result, ilJsonUtil\encode(), and exit.
Here is the call graph for this function:| ilMailAddressbookGUI::mailToUsers | ( | ) |
Definition at line 299 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, ilUtil\redirect(), ilUtil\sendInfo(), and showAddressbook().
Here is the call graph for this function:| ilMailAddressbookGUI::performDelete | ( | ) |
Delete entry.
Definition at line 221 of file class.ilMailAddressbookGUI.php.
References $_POST, $lng, ilUtil\sendInfo(), and showAddressbook().
Here is the call graph for this function:| ilMailAddressbookGUI::saveEntry | ( | ) |
Save/edit entry.
Definition at line 141 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $_SESSION, $lng, checkInput(), ilUtil\sendInfo(), showAddressbook(), showAddressForm(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilMailAddressbookGUI::search | ( | ) |
Definition at line 359 of file class.ilMailAddressbookGUI.php.
References $_POST, $_SESSION, and showAddressbook().
Here is the call graph for this function:| ilMailAddressbookGUI::showAddressbook | ( | ) |
Show user's addressbook.
Definition at line 371 of file class.ilMailAddressbookGUI.php.
References $_GET, $_SESSION, $ilCtrl, $lng, $result, ilUtil\formCheckbox(), ilYuiUtil\initAutoComplete(), ilUtil\prepareFormOutput(), and ilTextInputGUI\setDataSource().
Referenced by cancel(), confirmDelete(), inviteToChat(), mailToUsers(), performDelete(), saveEntry(), search(), and submitInvitation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailAddressbookGUI::showAddressForm | ( | ) |
Definition at line 254 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $lng, ilUtil\prepareFormOutput(), and ilTextInputGUI\setValue().
Referenced by saveEntry().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailAddressbookGUI::showSubTabs | ( | ) |
Definition at line 809 of file class.ilMailAddressbookGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMailAddressbookGUI::submitInvitation | ( | ) |
Last step of chat invitations check access for every selected user and send invitation.
$ilUser $ilCtrl $lng
Definition at line 645 of file class.ilMailAddressbookGUI.php.
References $_POST, $ilCtrl, $lng, $ref_id, ilLink\_getStaticLink(), ilChatroom\byRoomId(), ilChatroom\checkPermissionsOfUser(), exit, inviteToChat(), ilUtil\redirect(), ilUtil\sendInfo(), and showAddressbook().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 23 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 24 of file class.ilMailAddressbookGUI.php.
Referenced by __construct(), confirmDelete(), inviteToChat(), performDelete(), saveEntry(), showAddressbook(), showAddressForm(), and submitInvitation().
|
private |
Definition at line 25 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 22 of file class.ilMailAddressbookGUI.php.
Referenced by __construct(), and inviteToChat().
|
private |
Definition at line 27 of file class.ilMailAddressbookGUI.php.