ILIAS
Release_4_1_x_branch Revision 61804
|
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 20 of file class.ilMailAddressbookGUI.php.
ilMailAddressbookGUI::__construct | ( | ) |
Definition at line 30 of file class.ilMailAddressbookGUI.php.
References $ilCtrl, $lng, and $tpl.
ilMailAddressbookGUI::cancel | ( | ) |
Cancel action.
Definition at line 249 of file class.ilMailAddressbookGUI.php.
References showAddressbook().
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().
ilMailAddressbookGUI::confirmDelete | ( | ) |
Confirm delete entry.
Definition at line 180 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $lng, ilUtil\sendInfo(), and showAddressbook().
ilMailAddressbookGUI::executeCommand | ( | ) |
Definition at line 45 of file class.ilMailAddressbookGUI.php.
References $cmd, and showSubTabs().
ilMailAddressbookGUI::inviteToChat | ( | ) |
send chat invitations to selected Users
Definition at line 524 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 765 of file class.ilMailAddressbookGUI.php.
References $_REQUEST, $result, ilJsonUtil\encode(), and exit.
ilMailAddressbookGUI::mailToUsers | ( | ) |
Definition at line 299 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, ilUtil\redirect(), ilUtil\sendInfo(), and showAddressbook().
ilMailAddressbookGUI::performDelete | ( | ) |
Delete entry.
Definition at line 221 of file class.ilMailAddressbookGUI.php.
References $_POST, $lng, ilUtil\sendInfo(), and showAddressbook().
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().
ilMailAddressbookGUI::search | ( | ) |
Definition at line 359 of file class.ilMailAddressbookGUI.php.
References $_POST, $_SESSION, and showAddressbook().
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().
ilMailAddressbookGUI::showAddressForm | ( | ) |
Definition at line 254 of file class.ilMailAddressbookGUI.php.
References $_GET, $_POST, $lng, ilUtil\prepareFormOutput(), and ilTextInputGUI\setValue().
Referenced by saveEntry().
ilMailAddressbookGUI::showSubTabs | ( | ) |
Definition at line 788 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 632 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 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.