|
ILIAS
Release_4_2_x_branch Revision 61807
|
Inheritance diagram for ilAdminUserSearchGUI:
Collaboration diagram for ilAdminUserSearchGUI:Public Member Functions | |
| __construct () | |
| __clearSession () | |
| start () | |
| startSimple () | |
| startExtended () | |
| showExtended () | |
| show () | |
| __showSearchSimple () | |
| alex: shows only results, since simple search is done through filter now | |
| __showSearch () | |
| appendSearch () | |
| appendSearchSimple () | |
| performSearchSimple () | |
| performSearch () | |
| Perform a search. | |
| __performUserSearch () | |
| __performGroupSearch () | |
| Search groups. | |
| __performRoleSearch () | |
| Search roles. | |
| & | __parseQueryString ($a_string) |
| parse query string, using query parser instance | |
| __loadQueries () | |
| __setSearchType () | |
| __fillUserSearch () | |
| __updateResults () | |
| __appendToStoredResults ($a_usr_ids) | |
| __storeEntries (&$new_res) | |
| __fillUserTable ($user_ids) | |
| __fillGroupTable ($group_ids) | |
| __fillRoleTable ($role_ids) | |
| __showSearchResults () | |
| __showSearchUserTable ($a_result_set, $a_user_ids=NULL, $a_cmd="performSearch", $tpl_var= 'RES_TABLE') | |
| __showSearchGroupTable ($a_result_set, $a_grp_ids=NULL) | |
| __showSearchRoleTable ($a_result_set, $a_role_ids) | |
| listUsersGroup () | |
| listUsersRole () | |
| __setTableGUIBasicData (&$tbl, &$result_set, $from="") | |
| & | __initTableGUI () |
| __setTableGUIUserData (&$tbl, &$result_set, $from="") | |
| userAction () | |
| setSubTabs () | |
| userFilter ($a_ref_id, $a_data) | |
Public Member Functions inherited from ilRepositorySearchGUI | |
| ilRepositorySearchGUI () | |
| Constructor public. | |
| setTitle ($a_title) | |
| Set form title. | |
| getTitle () | |
| Get search form title. | |
| enableSearchableCheck ($a_status) | |
| En/disable the validation of the searchable flag. | |
| isSearchableCheckEnabled () | |
| setString ($a_str) | |
| Set/get search string public. | |
| getString () | |
| & | executeCommand () |
| Control public. | |
| cancel () | |
| addUser () | |
| setCallback (&$class, $method, $a_add_options=array()) | |
| showSearch () | |
| initFormSearch () | |
| & | __parseQueryString ($a_string, $a_combination_or=true) |
| parse query string, using query parser instance | |
| showSearchResults () | |
| allowObjectSelection ($a_value=false) | |
| Toggle object selection status. | |
Data Fields | |
| $search_type = 'usr' | |
Data Fields inherited from ilRepositorySearchGUI | |
| $search_type = 'usr' | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilRepositorySearchGUI | |
| static | fillAutoCompleteToolbar ($parent_object, ilToolbarGUI $toolbar=null, $a_options=array()) |
| fill toolbar with | |
Protected Member Functions inherited from ilRepositorySearchGUI | |
| doUserAutoComplete () | |
| Do auto completion. | |
| addUserFromAutoComplete () | |
| Add user from auto complete input. | |
| handleMultiCommand () | |
| Handle multi command. | |
| __performCourseSearch () | |
| Search courses. | |
| addNewSearchButton () | |
| Add new search button. | |
| showSearchUserTable ($a_usr_ids, $a_parent_cmd) | |
| Show usr table. | |
| showSearchRoleTable ($a_obj_ids) | |
| Show usr table. | |
| showSearchGroupTable ($a_obj_ids) | |
| showSearchCourseTable ($a_obj_ids) | |
| listUsers () | |
| List users of course/group/roles. | |
| storedUserList () | |
| Called from table sort. | |
| selectObject () | |
| Return selection of course/group/roles to calling script. | |
Protected Attributes inherited from ilRepositorySearchGUI | |
| $add_options = array() | |
| $object_selection = false | |
| $searchable_check = true | |
| $search_title = '' | |
Definition at line 43 of file class.ilAdminUserSearchGUI.php.
| ilAdminUserSearchGUI::__construct | ( | ) |
Definition at line 48 of file class.ilAdminUserSearchGUI.php.
References ilRepositorySearchGUI\setTitle().
Here is the call graph for this function:| ilAdminUserSearchGUI::__appendToStoredResults | ( | $a_usr_ids | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 557 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, and $usr_id.
Referenced by listUsersGroup(), and listUsersRole().
Here is the caller graph for this function:| ilAdminUserSearchGUI::__clearSession | ( | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 55 of file class.ilAdminUserSearchGUI.php.
References $_SESSION.
Referenced by startExtended(), and startSimple().
Here is the caller graph for this function:| ilAdminUserSearchGUI::__fillGroupTable | ( | $group_ids | ) |
Definition at line 637 of file class.ilAdminUserSearchGUI.php.
References $ref_id, ilObject\_getAllReferences(), ilUtil\formCheckbox(), and ilObjectFactory\getInstanceByRefId().
Referenced by __showSearchResults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__fillRoleTable | ( | $role_ids | ) |
Definition at line 661 of file class.ilAdminUserSearchGUI.php.
References ilUtil\formCheckbox(), and ilObjectFactory\getInstanceByObjId().
Referenced by __showSearchResults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__fillUserSearch | ( | ) |
Definition at line 479 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, $lng, ilUserSearchOptions\_getSearchableFieldsInfo(), FIELD_TYPE_SELECT, FIELD_TYPE_TEXT, FIELD_TYPE_UDF_SELECT, FIELD_TYPE_UDF_TEXT, and ilUtil\formSelect().
Referenced by __showSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__fillUserTable | ( | $user_ids | ) |
Definition at line 585 of file class.ilAdminUserSearchGUI.php.
References $usr_id, ilDatePresentation\formatDate(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByObjId(), and IL_CAL_UNIX.
Referenced by __showSearchResults(), listUsersGroup(), and listUsersRole().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilAdminUserSearchGUI::__initTableGUI | ( | ) |
Definition at line 1029 of file class.ilAdminUserSearchGUI.php.
Referenced by __showSearchGroupTable(), __showSearchRoleTable(), and __showSearchUserTable().
Here is the caller graph for this function:| ilAdminUserSearchGUI::__loadQueries | ( | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 448 of file class.ilAdminUserSearchGUI.php.
| & ilAdminUserSearchGUI::__parseQueryString | ( | $a_string | ) |
parse query string, using query parser instance
Definition at line 431 of file class.ilAdminUserSearchGUI.php.
References QP_COMBINATION_OR, and ilUtil\stripSlashes().
Referenced by __performGroupSearch(), __performRoleSearch(), and __performUserSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__performGroupSearch | ( | ) |
Search groups.
Reimplemented from ilRepositorySearchGUI.
Definition at line 387 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, __parseQueryString(), __storeEntries(), and ilUtil\sendInfo().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__performRoleSearch | ( | ) |
Search roles.
Reimplemented from ilRepositorySearchGUI.
Definition at line 406 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, __parseQueryString(), __storeEntries(), and ilUtil\sendInfo().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__performUserSearch | ( | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 334 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, __parseQueryString(), __storeEntries(), ilUserSearchOptions\_getSearchableFieldsInfo(), ilObjectSearchFactory\_getUserDefinedFieldSearchInstance(), ilObjectSearchFactory\_getUserSearchInstance(), FIELD_TYPE_SELECT, FIELD_TYPE_TEXT, FIELD_TYPE_UDF_SELECT, FIELD_TYPE_UDF_TEXT, and ilUtil\sendInfo().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__setSearchType | ( | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 459 of file class.ilAdminUserSearchGUI.php.
References $_POST, and $_SESSION.
| ilAdminUserSearchGUI::__setTableGUIBasicData | ( | & | $tbl, |
| & | $result_set, | ||
$from = "" |
|||
| ) |
Definition at line 988 of file class.ilAdminUserSearchGUI.php.
References $_GET.
Referenced by __showSearchGroupTable(), and __showSearchRoleTable().
Here is the caller graph for this function:| ilAdminUserSearchGUI::__setTableGUIUserData | ( | & | $tbl, |
| & | $result_set, | ||
$from = "" |
|||
| ) |
Definition at line 1036 of file class.ilAdminUserSearchGUI.php.
References $_GET, $_SESSION, $row, and ilUtil\sortArray().
Referenced by __showSearchUserTable().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__showSearch | ( | ) |
Definition at line 162 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, __fillUserSearch(), ilUtil\formRadioButton(), and ilUtil\getImagePath().
Referenced by listUsersGroup(), listUsersRole(), and showExtended().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__showSearchGroupTable | ( | $a_result_set, | |
$a_grp_ids = NULL |
|||
| ) |
Definition at line 807 of file class.ilAdminUserSearchGUI.php.
References $_GET, $tpl, __initTableGUI(), __setTableGUIBasicData(), and ilUtil\getImagePath().
Referenced by __showSearchResults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__showSearchResults | ( | ) |
Definition at line 695 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, $result, __fillGroupTable(), __fillRoleTable(), __fillUserTable(), __showSearchGroupTable(), __showSearchRoleTable(), and __showSearchUserTable().
Referenced by show(), and showExtended().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__showSearchRoleTable | ( | $a_result_set, | |
| $a_role_ids | |||
| ) |
Definition at line 865 of file class.ilAdminUserSearchGUI.php.
References $_GET, $tpl, __initTableGUI(), __setTableGUIBasicData(), and ilUtil\getImagePath().
Referenced by __showSearchResults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__showSearchSimple | ( | ) |
alex: shows only results, since simple search is done through filter now
Definition at line 148 of file class.ilAdminUserSearchGUI.php.
References $_SESSION.
Referenced by show().
Here is the caller graph for this function:| ilAdminUserSearchGUI::__showSearchUserTable | ( | $a_result_set, | |
$a_user_ids = NULL, |
|||
$a_cmd = "performSearch", |
|||
$tpl_var = 'RES_TABLE' |
|||
| ) |
Definition at line 725 of file class.ilAdminUserSearchGUI.php.
References $_GET, $_POST, $_SESSION, $tpl, __initTableGUI(), __setTableGUIUserData(), and ilUtil\getImagePath().
Referenced by __showSearchResults(), listUsersGroup(), and listUsersRole().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::__storeEntries | ( | & | $new_res | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 570 of file class.ilAdminUserSearchGUI.php.
Referenced by __performGroupSearch(), __performRoleSearch(), and __performUserSearch().
Here is the caller graph for this function:| ilAdminUserSearchGUI::__updateResults | ( | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 535 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, $result, and $search_type.
Referenced by performSearch().
Here is the caller graph for this function:| ilAdminUserSearchGUI::appendSearch | ( | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 199 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, and performSearch().
Here is the call graph for this function:| ilAdminUserSearchGUI::appendSearchSimple | ( | ) |
Definition at line 205 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, and performSearchSimple().
Here is the call graph for this function:| ilAdminUserSearchGUI::listUsersGroup | ( | ) |
Definition at line 921 of file class.ilAdminUserSearchGUI.php.
References $_POST, $_SESSION, $result, __appendToStoredResults(), __fillUserTable(), __showSearch(), __showSearchUserTable(), ilObjectFactory\getInstanceByRefId(), ilUtil\sendInfo(), and show().
Here is the call graph for this function:| ilAdminUserSearchGUI::listUsersRole | ( | ) |
Definition at line 956 of file class.ilAdminUserSearchGUI.php.
References $_POST, $_SESSION, $result, __appendToStoredResults(), __fillUserTable(), __showSearch(), __showSearchUserTable(), ilUtil\sendInfo(), and show().
Here is the call graph for this function:| ilAdminUserSearchGUI::performSearch | ( | ) |
Perform a search.
Reimplemented from ilRepositorySearchGUI.
Definition at line 287 of file class.ilAdminUserSearchGUI.php.
References $_POST, $_SESSION, __performGroupSearch(), __performRoleSearch(), __performUserSearch(), __updateResults(), QP_COMBINATION_OR, ilUtil\sendInfo(), show(), and showExtended().
Referenced by appendSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::performSearchSimple | ( | ) |
Definition at line 211 of file class.ilAdminUserSearchGUI.php.
References $_GET, $_POST, $_SESSION, $ilErr, $result, $search_type, ilObjUser\searchUsers(), ilUtil\sendInfo(), and show().
Referenced by appendSearchSimple(), and startSimple().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::setSubTabs | ( | ) |
Definition at line 1126 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, $ilCtrl, and $lng.
Referenced by show(), and showExtended().
Here is the caller graph for this function:| ilAdminUserSearchGUI::show | ( | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 119 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, __showSearchResults(), __showSearchSimple(), and setSubTabs().
Referenced by listUsersGroup(), listUsersRole(), performSearch(), and performSearchSimple().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::showExtended | ( | ) |
Definition at line 93 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, __showSearch(), __showSearchResults(), and setSubTabs().
Referenced by performSearch(), start(), and startExtended().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdminUserSearchGUI::start | ( | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 64 of file class.ilAdminUserSearchGUI.php.
References showExtended().
Here is the call graph for this function:| ilAdminUserSearchGUI::startExtended | ( | ) |
Definition at line 83 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, __clearSession(), and showExtended().
Here is the call graph for this function:| ilAdminUserSearchGUI::startSimple | ( | ) |
Definition at line 73 of file class.ilAdminUserSearchGUI.php.
References $_SESSION, __clearSession(), and performSearchSimple().
Here is the call graph for this function:| ilAdminUserSearchGUI::userAction | ( | ) |
| ilAdminUserSearchGUI::userFilter | ( | $a_ref_id, | |
| $a_data | |||
| ) |
| int | $a_ref_id | |
| array | $a_data |
Reimplemented from ilRepositorySearchGUI.
Definition at line 1145 of file class.ilAdminUserSearchGUI.php.
| ilAdminUserSearchGUI::$search_type = 'usr' |
Definition at line 45 of file class.ilAdminUserSearchGUI.php.
Referenced by __updateResults(), and performSearchSimple().