|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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...
Inheritance diagram for ilStudyProgrammeRepositorySearchGUI:
Collaboration diagram for ilStudyProgrammeRepositorySearchGUI:Public Member Functions | |
| addUser () | |
Public Member Functions inherited from ilRepositorySearchGUI | |
| __construct () | |
| Constructor @access 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 @access public. More... | |
| getString () | |
| executeCommand () | |
| Control @access public. More... | |
| __clearSession () | |
| cancel () | |
| start () | |
| addRole () | |
| addUser () | |
| setCallback (&$class, $method, $a_add_options=array(), $default_option='') | |
| setRoleCallback (&$class, $method, $a_add_options=array(), $default_option='') | |
| 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 | 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() | |
| $default_option = '' | |
| $object_selection = false | |
| $searchable_check = true | |
| $search_title = '' | |
| $user_limitations = true | |
| $user_filter = null | |
| $tree | |
| $ui_renderer | |
| $ui_factory | |
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 | ( | ) |
Reimplemented from ilRepositorySearchGUI.
Definition at line 16 of file class.ilStudyProgrammeRepositorySearchGUI.php.
References $_POST.
|
static |
This is just the same as in the parent class, except for the hardcoded class name.
Reimplemented from ilRepositorySearchGUI.
Definition at line 33 of file class.ilStudyProgrammeRepositorySearchGUI.php.
References $DIC, $lng, $si, ilRepositorySearchGUI\$tree, ilObject\_lookupObjId(), ilLinkButton\getInstance(), and ilSubmitButton\getInstance().
Referenced by ilObjStudyProgrammeMembersGUI\initSearchGUI().
Here is the call graph for this function:
Here is the caller graph for this function: