ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Custom repository search gui class for study programme to make it possible to get a handle on users selected in the repository search gui. More...
Public Member Functions | |
addUser () | |
Public Member Functions inherited from ilRepositorySearchGUI | |
__construct () | |
Constructor public. More... | |
addUserAccessFilterCallable (callable $user_filter) | |
Closure for filtering users e.g $rep_search_gui->addUserAccessFilterCallable(function($user_ids) use($ref_id,$rbac_perm,$pos_perm)) { // filter users return $filtered_users }. 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 () | |
setPrivacyMode ($privacy_mode) | |
getPrivacyMode () | |
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()) | |
setPermissionQueryCallback ($class, $method) | |
Set callback method for user permission access queries. More... | |
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... | |
setUserLimitations ($a_limitations) | |
allow user limitations like inactive and access limitations More... | |
getUserLimitations () | |
allow user limitations like inactive and access limitations More... | |
Static Public Member Functions | |
static | fillAutoCompleteToolbar ($parent_object, ilToolbarGUI $toolbar=null, $a_options=array(), $a_sticky=false) |
This is just the same as in the parent class, except for the hardcoded class name. More... | |
Static Public Member Functions inherited from ilRepositorySearchGUI | |
static | fillAutoCompleteToolbar ($parent_object, ilToolbarGUI $toolbar=null, $a_options=array(), $a_sticky=false) |
fill toolbar with More... | |
Additional Inherited Members | |
Data Fields inherited from ilRepositorySearchGUI | |
$search_type = 'usr' | |
Protected Member Functions inherited from ilRepositorySearchGUI | |
doUserAutoComplete () | |
Do auto completion. More... | |
addUserFromAutoComplete () | |
Add user from auto complete input. More... | |
showClipboard () | |
addFromClipboard () | |
add users from clipboard More... | |
removeFromClipboard () | |
Remove from clipboard. More... | |
emptyClipboard () | |
Remove from clipboard. 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 inherited from ilRepositorySearchGUI | |
$add_options = array() | |
$object_selection = false | |
$searchable_check = true | |
$search_title = '' | |
$user_limitations = true | |
$user_filter = null | |
Custom repository search gui class for study programme to make it possible to get a handle on users selected in the repository search gui.
Definition at line 14 of file class.ilStudyProgrammeRepositorySearchGUI.php.
ilStudyProgrammeRepositorySearchGUI::addUser | ( | ) |
|
static |
This is just the same as in the parent class, except for the hardcoded class name.
Definition at line 33 of file class.ilStudyProgrammeRepositorySearchGUI.php.
References $DIC, $ilCtrl, $lng, $si, $tree, ilObject\_lookupObjId(), ilSubmitButton\getInstance(), and ilLinkButton\getInstance().
Referenced by ilObjStudyProgrammeMembersGUI\initSearchGUI().