| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilRepositorySearchGUI:
 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, $a_add_options=array()) | |
| showSearch () | |
| initFormSearch () | |
| show () | |
| appendSearch () | |
| performSearch () | |
| Perform a search. | |
| __performUserSearch () | |
| __performGroupSearch () | |
| Search groups. | |
| __performRoleSearch () | |
| Search roles. | |
| & | __parseQueryString ($a_string, $a_combination_or=true) | 
| parse query string, using query parser instance | |
| __loadQueries () | |
| __setSearchType () | |
| __updateResults () | |
| __appendToStoredResults ($a_usr_ids) | |
| __storeEntries (&$new_res) | |
| showSearchResults () | |
| userFilter ($a_ref_id, $a_data) | |
| Data Fields | |
| $search_type = 'usr' | |
| Protected Member Functions | |
| __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. | |
| Protected Attributes | |
| $add_options = array() | |
| Private Attributes | |
| $search_results = array() | |
Definition at line 41 of file class.ilRepositorySearchGUI.php.
| ilRepositorySearchGUI::__appendToStoredResults | ( | $a_usr_ids | ) | 
Definition at line 522 of file class.ilRepositorySearchGUI.php.
References $_SESSION, and $usr_id.
Referenced by listUsers().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::__clearSession | ( | ) | 
| ilRepositorySearchGUI::__loadQueries | ( | ) | 
Definition at line 470 of file class.ilRepositorySearchGUI.php.
References $_POST, and $_SESSION.
Referenced by ilRepositorySearchGUI().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilRepositorySearchGUI::__parseQueryString | ( | $a_string, | |
| $a_combination_or = true | |||
| ) | 
parse query string, using query parser instance
Definition at line 455 of file class.ilRepositorySearchGUI.php.
References QP_COMBINATION_AND, QP_COMBINATION_OR, and ilUtil\stripSlashes().
Referenced by __performCourseSearch(), __performGroupSearch(), __performRoleSearch(), and __performUserSearch().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Search courses.
Definition at line 407 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::__performGroupSearch | ( | ) | 
Search groups.
Definition at line 384 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::__performRoleSearch | ( | ) | 
Search roles.
Definition at line 430 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::__performUserSearch | ( | ) | 
Definition at line 328 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::__setSearchType | ( | ) | 
Definition at line 479 of file class.ilRepositorySearchGUI.php.
References $_POST, and $_SESSION.
Referenced by ilRepositorySearchGUI().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::__storeEntries | ( | & | $new_res | ) | 
Definition at line 535 of file class.ilRepositorySearchGUI.php.
Referenced by __performCourseSearch(), __performGroupSearch(), __performRoleSearch(), and __performUserSearch().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::__updateResults | ( | ) | 
Definition at line 500 of file class.ilRepositorySearchGUI.php.
References $_SESSION, $result, and $search_type.
Referenced by performSearch().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Add new search button.
Definition at line 554 of file class.ilRepositorySearchGUI.php.
Referenced by listUsers(), and showSearchResults().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::addUser | ( | ) | 
Definition at line 134 of file class.ilRepositorySearchGUI.php.
References $_POST, and showSearchResults().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRepositorySearchGUI::appendSearch | ( | ) | 
Definition at line 234 of file class.ilRepositorySearchGUI.php.
References $_SESSION, and performSearch().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRepositorySearchGUI::cancel | ( | ) | 
Definition at line 119 of file class.ilRepositorySearchGUI.php.
| & ilRepositorySearchGUI::executeCommand | ( | ) | 
| ilRepositorySearchGUI::getString | ( | ) | 
Definition at line 81 of file class.ilRepositorySearchGUI.php.
| ilRepositorySearchGUI::ilRepositorySearchGUI | ( | ) | 
Constructor public.
Definition at line 53 of file class.ilRepositorySearchGUI.php.
References $ilCtrl, $lng, $tpl, __loadQueries(), and __setSearchType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRepositorySearchGUI::initFormSearch | ( | ) | 
Definition at line 157 of file class.ilRepositorySearchGUI.php.
References ilUserSearchOptions\_getSearchableFieldsInfo(), ilRadioOption\addSubItem(), FIELD_TYPE_SELECT, FIELD_TYPE_TEXT, FIELD_TYPE_UDF_SELECT, FIELD_TYPE_UDF_TEXT, and ilRadioGroupInputGUI\setValue().
Referenced by showSearch().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
List users of course/group/roles.
Definition at line 658 of file class.ilRepositorySearchGUI.php.
References $_GET, $_POST, $_SESSION, __appendToStoredResults(), ilGroupParticipants\_getInstanceByObjId(), ilCourseParticipants\_getInstanceByObjId(), ilObject\_lookupType(), addNewSearchButton(), ilUtil\sendFailure(), showSearchResults(), and showSearchUserTable().
Referenced by storedUserList().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::performSearch | ( | ) | 
Perform a search.
Definition at line 244 of file class.ilRepositorySearchGUI.php.
References $_POST, $_SESSION, $res, __performCourseSearch(), __performGroupSearch(), __performRoleSearch(), __performUserSearch(), __updateResults(), ilUserFilter\getInstance(), QP_COMBINATION_OR, ilUtil\sendFailure(), ilUtil\sendInfo(), show(), showSearch(), start(), and ilUtil\stripSlashes().
Referenced by appendSearch().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::setCallback | ( | & | $class, | 
| $method, | |||
| $a_add_options = array() | |||
| ) | 
Definition at line 145 of file class.ilRepositorySearchGUI.php.
| ilRepositorySearchGUI::setString | ( | $a_str | ) | 
Set/get search string public.
Definition at line 77 of file class.ilRepositorySearchGUI.php.
References $_SESSION.
| ilRepositorySearchGUI::show | ( | ) | 
Definition at line 229 of file class.ilRepositorySearchGUI.php.
References showSearchResults().
Referenced by performSearch().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::showSearch | ( | ) | 
Definition at line 151 of file class.ilRepositorySearchGUI.php.
References initFormSearch().
Referenced by performSearch(), and start().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
| array | $a_obj_ids | 
Definition at line 644 of file class.ilRepositorySearchGUI.php.
Referenced by showSearchResults().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
| array | $a_obj_ids | 
Definition at line 629 of file class.ilRepositorySearchGUI.php.
Referenced by showSearchResults().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::showSearchResults | ( | ) | 
Definition at line 565 of file class.ilRepositorySearchGUI.php.
References $_SESSION, addNewSearchButton(), showSearchCourseTable(), showSearchGroupTable(), showSearchRoleTable(), and showSearchUserTable().
Referenced by addUser(), listUsers(), and show().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Show usr table.
| object | $a_usr_ids | 
Definition at line 614 of file class.ilRepositorySearchGUI.php.
Referenced by showSearchResults().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Show usr table.
| object | $a_usr_ids | 
Definition at line 598 of file class.ilRepositorySearchGUI.php.
Referenced by listUsers(), and showSearchResults().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilRepositorySearchGUI::start | ( | ) | 
Definition at line 124 of file class.ilRepositorySearchGUI.php.
References __clearSession(), and showSearch().
Referenced by performSearch().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Called from table sort.
Definition at line 715 of file class.ilRepositorySearchGUI.php.
References $_POST, $_SESSION, and listUsers().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilRepositorySearchGUI::userFilter | ( | $a_ref_id, | |
| $a_data | |||
| ) | 
| int | $a_ref_id | |
| array | $a_data | 
Definition at line 728 of file class.ilRepositorySearchGUI.php.
| 
 | protected | 
Definition at line 45 of file class.ilRepositorySearchGUI.php.
| 
 | private | 
Definition at line 43 of file class.ilRepositorySearchGUI.php.
| ilRepositorySearchGUI::$search_type = 'usr' | 
Definition at line 47 of file class.ilRepositorySearchGUI.php.
Referenced by __updateResults().