ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Public Member Functions | |
ilRepositorySearchGUI () | |
Constructor public. More... | |
setTitle ($a_title) | |
Set form title. More... | |
getTitle () | |
Get search form title. More... | |
enableSearchableCheck ($a_status) | |
En/disable the validation of the searchable flag. More... | |
isSearchableCheckEnabled () | |
setString ($a_str) | |
Set/get search string public. More... | |
getString () | |
& | executeCommand () |
Control public. More... | |
__clearSession () | |
cancel () | |
start () | |
addUser () | |
setCallback (&$class, $method, $a_add_options=array()) | |
showSearch () | |
showSearchSelected () | |
submit from autocomplete More... | |
initFormSearch (ilObjUser $user=NULL) | |
show () | |
appendSearch () | |
performSearch () | |
Perform a search. More... | |
__performUserSearch () | |
__performGroupSearch () | |
Search groups. More... | |
__performRoleSearch () | |
Search roles. More... | |
& | __parseQueryString ($a_string, $a_combination_or=true, $a_ignore_length=false) |
parse query string, using query parser instance More... | |
__loadQueries () | |
__setSearchType () | |
__updateResults () | |
__appendToStoredResults ($a_usr_ids) | |
__storeEntries (&$new_res) | |
showSearchResults () | |
searchResultFilterListener ($a_ref_id, $a_data) | |
Listener called from ilSearchResult Id is obj_id for role, usr Id is ref_id for crs grp. More... | |
allowObjectSelection ($a_value=false) | |
Toggle object selection status. More... | |
Static Public Member Functions | |
static | fillAutoCompleteToolbar ($parent_object, ilToolbarGUI $toolbar=null, $a_options=array()) |
fill toolbar with More... | |
Data Fields | |
$search_type = 'usr' | |
Protected Member Functions | |
doUserAutoComplete () | |
Do auto completion. More... | |
addUserFromAutoComplete () | |
Add user from auto complete input. More... | |
handleMultiCommand () | |
Handle multi command. More... | |
__performCourseSearch () | |
Search courses. More... | |
addNewSearchButton () | |
Add new search button. More... | |
showSearchUserTable ($a_usr_ids, $a_parent_cmd) | |
Show usr table. More... | |
showSearchRoleTable ($a_obj_ids) | |
Show usr table. More... | |
showSearchGroupTable ($a_obj_ids) | |
showSearchCourseTable ($a_obj_ids) | |
listUsers () | |
List users of course/group/roles. More... | |
storedUserList () | |
Called from table sort. More... | |
selectObject () | |
Return selection of course/group/roles to calling script. More... | |
Protected Attributes | |
$add_options = array() | |
$object_selection = false | |
$searchable_check = true | |
$search_title = '' | |
Private Attributes | |
$search_results = array() | |
Definition at line 41 of file class.ilRepositorySearchGUI.php.
ilRepositorySearchGUI::__appendToStoredResults | ( | $a_usr_ids | ) |
Definition at line 844 of file class.ilRepositorySearchGUI.php.
References $_SESSION.
Referenced by listUsers().
ilRepositorySearchGUI::__clearSession | ( | ) |
Definition at line 310 of file class.ilRepositorySearchGUI.php.
References $_SESSION.
Referenced by start().
ilRepositorySearchGUI::__loadQueries | ( | ) |
Definition at line 792 of file class.ilRepositorySearchGUI.php.
References $_POST, and $_SESSION.
Referenced by ilRepositorySearchGUI().
& ilRepositorySearchGUI::__parseQueryString | ( | $a_string, | |
$a_combination_or = true , |
|||
$a_ignore_length = false |
|||
) |
parse query string, using query parser instance
Definition at line 770 of file class.ilRepositorySearchGUI.php.
References QP_COMBINATION_AND, QP_COMBINATION_OR, and ilUtil\stripSlashes().
Referenced by __performCourseSearch(), __performGroupSearch(), __performRoleSearch(), and __performUserSearch().
|
protected |
Search courses.
Definition at line 722 of file class.ilRepositorySearchGUI.php.
References $_SESSION, __parseQueryString(), __storeEntries(), and ilUtil\sendInfo().
Referenced by performSearch().
ilRepositorySearchGUI::__performGroupSearch | ( | ) |
Search groups.
Definition at line 699 of file class.ilRepositorySearchGUI.php.
References $_SESSION, __parseQueryString(), __storeEntries(), and ilUtil\sendInfo().
Referenced by performSearch().
ilRepositorySearchGUI::__performRoleSearch | ( | ) |
Search roles.
Definition at line 745 of file class.ilRepositorySearchGUI.php.
References $_SESSION, __parseQueryString(), __storeEntries(), and ilUtil\sendInfo().
Referenced by performSearch().
ilRepositorySearchGUI::__performUserSearch | ( | ) |
Definition at line 636 of file class.ilRepositorySearchGUI.php.
References $_SESSION, __parseQueryString(), __storeEntries(), ilUserSearchOptions\_getSearchableFieldsInfo(), ilObjectSearchFactory\_getUserDefinedFieldSearchInstance(), ilObjectSearchFactory\_getUserSearchInstance(), FIELD_TYPE_MULTI, FIELD_TYPE_SELECT, FIELD_TYPE_TEXT, FIELD_TYPE_UDF_SELECT, FIELD_TYPE_UDF_TEXT, ilObjectSearchFactory\getUserMultiFieldSearchInstance(), isSearchableCheckEnabled(), and ilUtil\sendInfo().
Referenced by performSearch().
ilRepositorySearchGUI::__setSearchType | ( | ) |
Definition at line 801 of file class.ilRepositorySearchGUI.php.
References $_POST, and $_SESSION.
Referenced by ilRepositorySearchGUI().
ilRepositorySearchGUI::__storeEntries | ( | & | $new_res | ) |
Definition at line 858 of file class.ilRepositorySearchGUI.php.
Referenced by __performCourseSearch(), __performGroupSearch(), __performRoleSearch(), and __performUserSearch().
ilRepositorySearchGUI::__updateResults | ( | ) |
Definition at line 822 of file class.ilRepositorySearchGUI.php.
References $_SESSION, $result, and $search_type.
Referenced by performSearch().
|
protected |
Add new search button.
Definition at line 877 of file class.ilRepositorySearchGUI.php.
Referenced by listUsers(), showSearchResults(), and showSearchSelected().
ilRepositorySearchGUI::addUser | ( | ) |
Definition at line 334 of file class.ilRepositorySearchGUI.php.
References $_POST, and showSearchResults().
|
protected |
Add user from auto complete input.
Definition at line 349 of file class.ilRepositorySearchGUI.php.
References $_POST, $GLOBALS, and ilObjUser\_lookupId().
ilRepositorySearchGUI::allowObjectSelection | ( | $a_value = false | ) |
Toggle object selection status.
bool | $a_value |
Definition at line 1088 of file class.ilRepositorySearchGUI.php.
ilRepositorySearchGUI::appendSearch | ( | ) |
Definition at line 541 of file class.ilRepositorySearchGUI.php.
References $_SESSION, and performSearch().
ilRepositorySearchGUI::cancel | ( | ) |
Definition at line 319 of file class.ilRepositorySearchGUI.php.
|
protected |
Do auto completion.
Definition at line 232 of file class.ilRepositorySearchGUI.php.
References $_GET, $_REQUEST, $GLOBALS, ilJsonUtil\encode(), exit, and ilUserAutoComplete\MAX_ENTRIES.
ilRepositorySearchGUI::enableSearchableCheck | ( | $a_status | ) |
En/disable the validation of the searchable flag.
bool | $a_status |
Definition at line 100 of file class.ilRepositorySearchGUI.php.
& ilRepositorySearchGUI::executeCommand | ( | ) |
|
static |
fill toolbar with
ilToolbarGUI | $toolbar | |
array | options: all are optional e.g. array( auto_complete_name = $lng->txt('user'), auto_complete_size = 15, user_type = array(ilCourseParticipants::CRS_MEMBER,ilCourseParticpants::CRS_TUTOR), submit_name = $lng->txt('add') ) |
Definition at line 128 of file class.ilRepositorySearchGUI.php.
References $ilCtrl, $lng, $si, ilObject\_lookupObjId(), ilSubmitButton\getInstance(), and ilLinkButton\getInstance().
Referenced by ilOrgUnitStaffGUI\addOtherRolesToolbar(), ilOrgUnitStaffGUI\addStaffToolbar(), ilObjBlogGUI\contributors(), ilForumModeratorsGUI\detachModeratorRole(), ilSurveyParticipantsGUI\editRatersObject(), ilSurveyParticipantsGUI\inviteObject(), ilSurveyParticipantsGUI\listAppraiseesObject(), ilObjGroupGUI\membersObject(), ilObjExerciseGUI\membersObject(), ilObjCourseGUI\membersObject(), ilObjTestGUI\participantsObject(), ilSkillProfileGUI\showUsers(), ilObjExerciseGUI\submissionScreenTeamObject(), ilObjRoleGUI\userassignmentObject(), and ilObjPaymentSettingsGUI\vendorsObject().
ilRepositorySearchGUI::getString | ( | ) |
Definition at line 279 of file class.ilRepositorySearchGUI.php.
ilRepositorySearchGUI::getTitle | ( | ) |
Get search form title.
Definition at line 91 of file class.ilRepositorySearchGUI.php.
References $search_title.
Referenced by initFormSearch().
|
protected |
Handle multi command.
Definition at line 376 of file class.ilRepositorySearchGUI.php.
References $_POST, and showSearchResults().
ilRepositorySearchGUI::ilRepositorySearchGUI | ( | ) |
Constructor public.
Definition at line 57 of file class.ilRepositorySearchGUI.php.
References $ilCtrl, $lng, $tpl, __loadQueries(), __setSearchType(), and setTitle().
ilRepositorySearchGUI::initFormSearch | ( | ilObjUser | $user = NULL | ) |
Definition at line 419 of file class.ilRepositorySearchGUI.php.
References $ilCtrl, $txt, ilUserSearchOptions\_getSearchableFieldsInfo(), ilRadioOption\addSubItem(), FIELD_TYPE_MULTI, FIELD_TYPE_SELECT, FIELD_TYPE_TEXT, FIELD_TYPE_UDF_SELECT, FIELD_TYPE_UDF_TEXT, getTitle(), isSearchableCheckEnabled(), and ilRadioGroupInputGUI\setValue().
Referenced by showSearch().
ilRepositorySearchGUI::isSearchableCheckEnabled | ( | ) |
Definition at line 109 of file class.ilRepositorySearchGUI.php.
References $searchable_check.
Referenced by __performUserSearch(), and initFormSearch().
|
protected |
List users of course/group/roles.
Definition at line 1000 of file class.ilRepositorySearchGUI.php.
References $_GET, $_POST, $_SESSION, __appendToStoredResults(), ilObject\_lookupType(), addNewSearchButton(), ilUserFilter\getInstance(), ilParticipants\getInstanceByObjId(), ilParticipants\hasParticipantListAccess(), ilUtil\sendFailure(), showSearchResults(), and showSearchUserTable().
Referenced by storedUserList().
ilRepositorySearchGUI::performSearch | ( | ) |
Perform a search.
Definition at line 551 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().
ilRepositorySearchGUI::searchResultFilterListener | ( | $a_ref_id, | |
$a_data | |||
) |
Listener called from ilSearchResult Id is obj_id for role, usr Id is ref_id for crs grp.
int | $a_id | |
array | $a_data |
Definition at line 1071 of file class.ilRepositorySearchGUI.php.
|
protected |
Return selection of course/group/roles to calling script.
Definition at line 1096 of file class.ilRepositorySearchGUI.php.
References $_GET, $_POST, ilUtil\sendFailure(), and showSearchResults().
ilRepositorySearchGUI::setCallback | ( | & | $class, |
$method, | |||
$a_add_options = array() |
|||
) |
Definition at line 388 of file class.ilRepositorySearchGUI.php.
ilRepositorySearchGUI::setString | ( | $a_str | ) |
Set/get search string public.
Definition at line 275 of file class.ilRepositorySearchGUI.php.
References $_SESSION.
ilRepositorySearchGUI::setTitle | ( | $a_title | ) |
Set form title.
string | $a_title |
Definition at line 82 of file class.ilRepositorySearchGUI.php.
Referenced by ilRepositorySearchGUI().
ilRepositorySearchGUI::show | ( | ) |
Definition at line 536 of file class.ilRepositorySearchGUI.php.
References showSearchResults().
Referenced by performSearch().
ilRepositorySearchGUI::showSearch | ( | ) |
Definition at line 394 of file class.ilRepositorySearchGUI.php.
References initFormSearch().
Referenced by performSearch(), and start().
|
protected |
array | $a_obj_ids |
Definition at line 986 of file class.ilRepositorySearchGUI.php.
Referenced by showSearchResults().
|
protected |
array | $a_obj_ids |
Definition at line 971 of file class.ilRepositorySearchGUI.php.
Referenced by showSearchResults().
ilRepositorySearchGUI::showSearchResults | ( | ) |
Definition at line 888 of file class.ilRepositorySearchGUI.php.
References $_SESSION, addNewSearchButton(), showSearchCourseTable(), showSearchGroupTable(), showSearchRoleTable(), and showSearchUserTable().
Referenced by addUser(), handleMultiCommand(), listUsers(), selectObject(), and show().
|
protected |
Show usr table.
object | $a_usr_ids |
Definition at line 956 of file class.ilRepositorySearchGUI.php.
Referenced by showSearchResults().
ilRepositorySearchGUI::showSearchSelected | ( | ) |
submit from autocomplete
Definition at line 403 of file class.ilRepositorySearchGUI.php.
References $_REQUEST, addNewSearchButton(), and showSearchUserTable().
|
protected |
Show usr table.
object | $a_usr_ids |
Definition at line 921 of file class.ilRepositorySearchGUI.php.
References $_REQUEST, and $_SESSION.
Referenced by listUsers(), showSearchResults(), and showSearchSelected().
ilRepositorySearchGUI::start | ( | ) |
Definition at line 324 of file class.ilRepositorySearchGUI.php.
References __clearSession(), and showSearch().
Referenced by performSearch().
|
protected |
Called from table sort.
Definition at line 1056 of file class.ilRepositorySearchGUI.php.
References $_POST, $_SESSION, and listUsers().
|
protected |
Definition at line 45 of file class.ilRepositorySearchGUI.php.
|
protected |
Definition at line 46 of file class.ilRepositorySearchGUI.php.
|
private |
Definition at line 43 of file class.ilRepositorySearchGUI.php.
|
protected |
Definition at line 49 of file class.ilRepositorySearchGUI.php.
Referenced by getTitle().
ilRepositorySearchGUI::$search_type = 'usr' |
Definition at line 51 of file class.ilRepositorySearchGUI.php.
Referenced by __updateResults().
|
protected |
Definition at line 48 of file class.ilRepositorySearchGUI.php.
Referenced by isSearchableCheckEnabled().