ILIAS
Release_4_0_x_branch Revision 61816
|
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 do invitation | |
lookupAddressbookAsync () | |
showSubTabs () |
Private Attributes | |
$tpl = null | |
$ctrl = null | |
$lng = null | |
$tabs_gui = null | |
$umail = null | |
$abook = null |
ilMailAddressbookGUI: ilMailSearchCoursesGUI, ilMailSearchGroupsGUI, ilMailingListsGUI ilMailAddressbookGUI: ilObjChat, ilObjChatGUI, ilMailFormGUI
Definition at line 39 of file class.ilMailAddressbookGUI.php.
ilMailAddressbookGUI::__construct | ( | ) |
Definition at line 49 of file class.ilMailAddressbookGUI.php.
References $ilCtrl, $lng, and $tpl.
ilMailAddressbookGUI::cancel | ( | ) |
Cancel action.
Definition at line 268 of file class.ilMailAddressbookGUI.php.
References showAddressbook().
ilMailAddressbookGUI::checkInput | ( | $addr_id = 0 | ) |
Check user's input.
Definition at line 125 of file class.ilMailAddressbookGUI.php.
References $_POST, $error, ilObjUser\_lookupId(), ilUtil\is_email(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
Referenced by saveEntry().
ilMailAddressbookGUI::confirmDelete | ( | ) |
Confirm delete entry.
Definition at line 199 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $lng, ilUtil\sendInfo(), and showAddressbook().
ilMailAddressbookGUI::executeCommand | ( | ) |
Definition at line 64 of file class.ilMailAddressbookGUI.php.
References $cmd, and showSubTabs().
ilMailAddressbookGUI::inviteToChat | ( | ) |
send chat invitations to selected Users
Definition at line 543 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $ilCtrl, $lng, $ref_id, $tpl, ilChatRoom\_checkWriteAccess(), ilChatBlockedUsers\_isBlocked(), exit, ilChatRoom\getAllRooms(), ilChatRoom\getRoomsOfObject(), ilUtil\redirect(), ilUtil\sendInfo(), ilSelectInputGUI\setOptions(), and showAddressbook().
Referenced by submitInvitation().
ilMailAddressbookGUI::lookupAddressbookAsync | ( | ) |
Definition at line 784 of file class.ilMailAddressbookGUI.php.
References $result, ilJsonUtil\encode(), and exit.
ilMailAddressbookGUI::mailToUsers | ( | ) |
Definition at line 318 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, ilUtil\redirect(), ilUtil\sendInfo(), and showAddressbook().
ilMailAddressbookGUI::performDelete | ( | ) |
Delete entry.
Definition at line 240 of file class.ilMailAddressbookGUI.php.
References $_POST, $lng, ilUtil\sendInfo(), and showAddressbook().
ilMailAddressbookGUI::saveEntry | ( | ) |
Save/edit entry.
Definition at line 160 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $_SESSION, $lng, checkInput(), ilUtil\sendInfo(), showAddressbook(), showAddressForm(), and ilUtil\stripSlashes().
ilMailAddressbookGUI::search | ( | ) |
Definition at line 378 of file class.ilMailAddressbookGUI.php.
References $_POST, $_SESSION, and showAddressbook().
ilMailAddressbookGUI::showAddressbook | ( | ) |
Show user's addressbook.
Definition at line 390 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().
ilMailAddressbookGUI::showAddressForm | ( | ) |
Definition at line 273 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $lng, ilUtil\prepareFormOutput(), and ilTextInputGUI\setValue().
Referenced by saveEntry().
ilMailAddressbookGUI::showSubTabs | ( | ) |
Definition at line 807 of file class.ilMailAddressbookGUI.php.
Referenced by executeCommand().
ilMailAddressbookGUI::submitInvitation | ( | ) |
last step of chat invitations check access for every selected user and do invitation
Definition at line 651 of file class.ilMailAddressbookGUI.php.
References $_POST, $ilCtrl, $lng, $ref_id, ilChatBlockedUsers\_isBlocked(), exit, inviteToChat(), ilUtil\redirect(), ilUtil\sendInfo(), and showAddressbook().
|
private |
Definition at line 47 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 42 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 43 of file class.ilMailAddressbookGUI.php.
Referenced by __construct(), confirmDelete(), inviteToChat(), performDelete(), saveEntry(), showAddressbook(), showAddressForm(), and submitInvitation().
|
private |
Definition at line 44 of file class.ilMailAddressbookGUI.php.
|
private |
Definition at line 41 of file class.ilMailAddressbookGUI.php.
Referenced by __construct(), and inviteToChat().
|
private |
Definition at line 46 of file class.ilMailAddressbookGUI.php.