|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilRepositorySearchGUI:Public Member Functions | |
| ilRepositorySearchGUI () | |
| Constructor public. | |
| setString ($a_str) | |
| Set/get search string public. | |
| getString () | |
| & | executeCommand () |
| Control public. | |
| __clearSession () | |
| cancel () | |
| start () | |
| addUser () | |
| setCallback (&$class, $method) | |
| show () | |
| __showSearch () | |
| appendSearch () | |
| performSearch () | |
| __performUserSearch () | |
| __performGroupSearch () | |
| __performRoleSearch () | |
| & | __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 () |
Data Fields | |
| $search_type = 'usr' | |
Definition at line 38 of file class.ilRepositorySearchGUI.php.
| ilRepositorySearchGUI::__appendToStoredResults | ( | $a_usr_ids | ) |
Definition at line 432 of file class.ilRepositorySearchGUI.php.
References $_SESSION.
Referenced by listUsersGroup(), and listUsersRole().
Here is the caller graph for this function:| ilRepositorySearchGUI::__clearSession | ( | ) |
| ilRepositorySearchGUI::__fillGroupTable | ( | $group_ids | ) |
Definition at line 484 of file class.ilRepositorySearchGUI.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:| ilRepositorySearchGUI::__fillRoleTable | ( | $role_ids | ) |
Definition at line 508 of file class.ilRepositorySearchGUI.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:| ilRepositorySearchGUI::__fillUserSearch | ( | ) |
Definition at line 371 of file class.ilRepositorySearchGUI.php.
References $_SESSION, 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:| ilRepositorySearchGUI::__fillUserTable | ( | $user_ids | ) |
Definition at line 460 of file class.ilRepositorySearchGUI.php.
References ilUtil\formCheckbox(), and ilObjectFactory\getInstanceByObjId().
Referenced by __showSearchResults(), listUsersGroup(), and listUsersRole().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilRepositorySearchGUI::__initTableGUI | ( | ) |
Definition at line 828 of file class.ilRepositorySearchGUI.php.
Referenced by __showSearchGroupTable(), __showSearchRoleTable(), and __showSearchUserTable().
Here is the caller graph for this function:| ilRepositorySearchGUI::__loadQueries | ( | ) |
Definition at line 342 of file class.ilRepositorySearchGUI.php.
References $_SESSION.
Referenced by ilRepositorySearchGUI().
Here is the caller graph for this function:| & ilRepositorySearchGUI::__parseQueryString | ( | $a_string | ) |
parse query string, using query parser instance
Definition at line 325 of file class.ilRepositorySearchGUI.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:| ilRepositorySearchGUI::__performGroupSearch | ( | ) |
Definition at line 281 of file class.ilRepositorySearchGUI.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:| ilRepositorySearchGUI::__performRoleSearch | ( | ) |
Definition at line 300 of file class.ilRepositorySearchGUI.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:| ilRepositorySearchGUI::__performUserSearch | ( | ) |
Definition at line 235 of file class.ilRepositorySearchGUI.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:| ilRepositorySearchGUI::__setSearchType | ( | ) |
Definition at line 351 of file class.ilRepositorySearchGUI.php.
References $_SESSION.
Referenced by ilRepositorySearchGUI().
Here is the caller graph for this function:| ilRepositorySearchGUI::__setTableGUIBasicData | ( | & | $tbl, |
| & | $result_set, | ||
$from = "" |
|||
| ) |
Definition at line 786 of file class.ilRepositorySearchGUI.php.
References $_GET.
Referenced by __showSearchGroupTable(), __showSearchRoleTable(), and __showSearchUserTable().
Here is the caller graph for this function:| ilRepositorySearchGUI::__showSearch | ( | ) |
Definition at line 150 of file class.ilRepositorySearchGUI.php.
References $_SESSION, __fillUserSearch(), ilUtil\formRadioButton(), and ilUtil\getImagePath().
Referenced by listUsersGroup(), listUsersRole(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRepositorySearchGUI::__showSearchGroupTable | ( | $a_result_set, | |
$a_grp_ids = NULL |
|||
| ) |
Definition at line 623 of file class.ilRepositorySearchGUI.php.
References $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:| ilRepositorySearchGUI::__showSearchResults | ( | ) |
Definition at line 542 of file class.ilRepositorySearchGUI.php.
References $_SESSION, $result, __fillGroupTable(), __fillRoleTable(), __fillUserTable(), __showSearchGroupTable(), __showSearchRoleTable(), and __showSearchUserTable().
Referenced by show().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRepositorySearchGUI::__showSearchRoleTable | ( | $a_result_set, | |
| $a_role_ids | |||
| ) |
Definition at line 670 of file class.ilRepositorySearchGUI.php.
References $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:| ilRepositorySearchGUI::__showSearchUserTable | ( | $a_result_set, | |
$a_user_ids = NULL, |
|||
$a_cmd = "performSearch", |
|||
$tpl_var = 'RES_TABLE' |
|||
| ) |
Definition at line 572 of file class.ilRepositorySearchGUI.php.
References $tpl, __initTableGUI(), __setTableGUIBasicData(), 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:| ilRepositorySearchGUI::__storeEntries | ( | & | $new_res | ) |
Definition at line 445 of file class.ilRepositorySearchGUI.php.
Referenced by __performGroupSearch(), __performRoleSearch(), and __performUserSearch().
Here is the caller graph for this function:| ilRepositorySearchGUI::__updateResults | ( | ) |
Definition at line 410 of file class.ilRepositorySearchGUI.php.
References $_SESSION, $result, and $search_type.
Referenced by performSearch().
Here is the caller graph for this function:| ilRepositorySearchGUI::addUser | ( | ) |
Definition at line 127 of file class.ilRepositorySearchGUI.php.
References show().
Here is the call graph for this function:| ilRepositorySearchGUI::appendSearch | ( | ) |
Definition at line 187 of file class.ilRepositorySearchGUI.php.
References $_SESSION, and performSearch().
Here is the call graph for this function:| ilRepositorySearchGUI::cancel | ( | ) |
Definition at line 112 of file class.ilRepositorySearchGUI.php.
| & ilRepositorySearchGUI::executeCommand | ( | ) |
| ilRepositorySearchGUI::getString | ( | ) |
Definition at line 74 of file class.ilRepositorySearchGUI.php.
| ilRepositorySearchGUI::ilRepositorySearchGUI | ( | ) |
Constructor public.
Definition at line 46 of file class.ilRepositorySearchGUI.php.
References $ilCtrl, $lng, $tpl, __loadQueries(), and __setSearchType().
Here is the call graph for this function:| ilRepositorySearchGUI::listUsersGroup | ( | ) |
Definition at line 719 of file class.ilRepositorySearchGUI.php.
References $_SESSION, $result, __appendToStoredResults(), __fillUserTable(), __showSearch(), __showSearchUserTable(), ilObjectFactory\getInstanceByRefId(), ilUtil\sendInfo(), and show().
Here is the call graph for this function:| ilRepositorySearchGUI::listUsersRole | ( | ) |
Definition at line 754 of file class.ilRepositorySearchGUI.php.
References $_SESSION, $result, __appendToStoredResults(), __fillUserTable(), __showSearch(), __showSearchUserTable(), ilUtil\sendInfo(), and show().
Here is the call graph for this function:| ilRepositorySearchGUI::performSearch | ( | ) |
Definition at line 194 of file class.ilRepositorySearchGUI.php.
References $_SESSION, __performGroupSearch(), __performRoleSearch(), __performUserSearch(), __updateResults(), QP_COMBINATION_OR, ilUtil\sendInfo(), and show().
Referenced by appendSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRepositorySearchGUI::setCallback | ( | & | $class, |
| $method | |||
| ) |
Definition at line 138 of file class.ilRepositorySearchGUI.php.
| ilRepositorySearchGUI::setString | ( | $a_str | ) |
Set/get search string public.
Definition at line 70 of file class.ilRepositorySearchGUI.php.
References $_SESSION.
| ilRepositorySearchGUI::show | ( | ) |
Definition at line 143 of file class.ilRepositorySearchGUI.php.
References __showSearch(), and __showSearchResults().
Referenced by addUser(), listUsersGroup(), listUsersRole(), performSearch(), and start().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRepositorySearchGUI::start | ( | ) |
Definition at line 117 of file class.ilRepositorySearchGUI.php.
References __clearSession(), and show().
Here is the call graph for this function:| ilRepositorySearchGUI::$search_type = 'usr' |
Definition at line 40 of file class.ilRepositorySearchGUI.php.
Referenced by __updateResults().