|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
@classDescription GUI for Lucene user search More...
Inheritance diagram for ilLuceneUserSearchGUI:
Collaboration diagram for ilLuceneUserSearchGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| executeCommand () | |
| Execute Command. More... | |
| prepareOutput () | |
| Add admin panel command. More... | |
Public Member Functions inherited from ilSearchBaseGUI | |
| ilSearchBaseGUI () | |
| Constructor @access public. More... | |
| prepareOutput () | |
| initStandardSearchForm ($a_mode) | |
| Init standard search form. More... | |
| getSearchAreaForm () | |
| Init standard search form. More... | |
| handleCommand ($a_cmd) | |
| Handle command. More... | |
| addToDeskObject () | |
| Interface methods. More... | |
| removeFromDeskObject () | |
| Remove from dektop More... | |
| delete () | |
| Show deletion screen. More... | |
| cancelDelete () | |
| Cancel delete. More... | |
| cancelMoveLinkObject () | |
| Cancel move/link. More... | |
| performDelete () | |
| Delete objects. More... | |
| cut () | |
| Interface ilAdministrationCommandHandler. More... | |
| link () | |
| Interface ilAdministrationCommandHandler. More... | |
| paste () | |
| Paste. More... | |
| showLinkIntoMultipleObjectsTree () | |
| Target selection link. More... | |
| showMoveIntoObjectTree () | |
| Target selection cut. More... | |
| performPasteIntoMultipleObjects () | |
| Perform paste into multiple objects. More... | |
| clear () | |
| clear clipboard More... | |
| enableAdministrationPanel () | |
| Enable administration panel. More... | |
| disableAdministrationPanel () | |
| Disable administration panel. More... | |
| addLocator () | |
| Add Locator. More... | |
| autoComplete () | |
| Data resource for autoComplete. More... | |
| addToDeskObject () | |
| Add desktop item @access public. More... | |
| removeFromDeskObject () | |
| Remove from desktop @access public. More... | |
| delete () | |
| Show delete confirmation. More... | |
| cancelDelete () | |
| Cancel delete. More... | |
| performDelete () | |
| Perform Delete. More... | |
| cut () | |
| Cut object. More... | |
| showLinkIntoMultipleObjectsTree () | |
| Target selection link. More... | |
| showMoveIntoObjectTree () | |
| Target selection cut. More... | |
| performPasteIntoMultipleObjects () | |
| Perform paste into multiple objects. More... | |
| paste () | |
| Paste. More... | |
| clear () | |
| clear clipboard More... | |
| enableAdministrationPanel () | |
| Enable administration panel. More... | |
| disableAdministrationPanel () | |
| Disable administration panel. More... | |
| cancelMoveLinkObject () | |
| Cancel move/link. More... | |
Protected Member Functions | |
| getType () | |
| Get type of search (details | fast) More... | |
| getDetails () | |
| Needed for base class search form. More... | |
| remoteSearch () | |
| Search from main menu. More... | |
| showSavedResults () | |
| Show saved results. More... | |
| search () | |
| Search (button pressed) More... | |
| performSearch () | |
| Perform search. More... | |
| getTabs () | |
| get tabs More... | |
| initUserSearchCache () | |
| Init user search cache. More... | |
| showSearchForm () | |
| Show search form. More... | |
Protected Member Functions inherited from ilSearchBaseGUI | |
| addPager ($result, $a_session_key) | |
| Add Pager. More... | |
| buildSearchAreaPath ($a_root_node) | |
| Build path for search area. More... | |
| getCreationDateForm () | |
| getSearchCache () | |
| Get user search cache. More... | |
| loadCreationFilter () | |
Protected Attributes | |
| $ilTabs | |
Protected Attributes inherited from ilSearchBaseGUI | |
| $ctrl = null | |
Additional Inherited Members | |
Data Fields inherited from ilSearchBaseGUI | |
| const | SEARCH_FAST = 1 |
| const | SEARCH_DETAILS = 2 |
| const | SEARCH_AND = 'and' |
| const | SEARCH_OR = 'or' |
| const | SEARCH_FORM_LUCENE = 1 |
| const | SEARCH_FORM_STANDARD = 2 |
| const | SEARCH_FORM_USER = 3 |
| $settings = null | |
| $ilias = null | |
| $lng = null | |
| $tpl = null | |
@classDescription GUI for Lucene user search
@ilCtrl_Calls ilLuceneUserSearchGUI: ilPublicUserProfileGUI @ilCtrl_IsCalledBy ilLuceneUserSearchGUI: ilSearchController
Definition at line 20 of file class.ilLuceneUserSearchGUI.php.
| ilLuceneUserSearchGUI::__construct | ( | ) |
Constructor.
Definition at line 27 of file class.ilLuceneUserSearchGUI.php.
References $ilTabs, and initUserSearchCache().
Here is the call graph for this function:| ilLuceneUserSearchGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 40 of file class.ilLuceneUserSearchGUI.php.
References $_REQUEST, $cmd, $GLOBALS, $ilBench, $ilCtrl, $ret, ilSearchBaseGUI\handleCommand(), ilSearchBaseGUI\initStandardSearchForm(), prepareOutput(), and ilSearchBaseGUI\SEARCH_FORM_USER.
Here is the call graph for this function:
|
protected |
Needed for base class search form.
Definition at line 103 of file class.ilLuceneUserSearchGUI.php.
|
protected |
get tabs
Definition at line 197 of file class.ilLuceneUserSearchGUI.php.
References ilSearchSettings\getInstance(), and ilLuceneAdvancedSearchFields\getInstance().
Referenced by prepareOutput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get type of search (details | fast)
Definition at line 89 of file class.ilLuceneUserSearchGUI.php.
References ilSearchBaseGUI\SEARCH_DETAILS, and ilSearchBaseGUI\SEARCH_FAST.
|
protected |
Init user search cache.
@access private
Definition at line 228 of file class.ilLuceneUserSearchGUI.php.
References $_GET, $_POST, $ilUser, ilUserSearchCache\_getInstance(), ilUserSearchCache\LUCENE_USER_SEARCH, and ilUtil\stripSlashes().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Perform search.
Definition at line 167 of file class.ilLuceneUserSearchGUI.php.
References $GLOBALS, ilLuceneSearcher\getInstance(), showSearchForm(), ilRepositoryUserResultTableGUI\TYPE_GLOBAL_SEARCH, and ilLuceneSearcher\TYPE_USER.
Referenced by search(), and showSavedResults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLuceneUserSearchGUI::prepareOutput | ( | ) |
Add admin panel command.
Reimplemented from ilSearchBaseGUI.
Definition at line 75 of file class.ilLuceneUserSearchGUI.php.
References getTabs().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Search from main menu.
Definition at line 112 of file class.ilLuceneUserSearchGUI.php.
References $_POST, search(), and ilUtil\stripSlashes().
Here is the call graph for this function:
|
protected |
Search (button pressed)
Definition at line 142 of file class.ilLuceneUserSearchGUI.php.
References $_SESSION, performSearch(), ilSubItemListGUI\resetDetails(), and showSearchForm().
Referenced by remoteSearch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Show saved results.
Definition at line 126 of file class.ilLuceneUserSearchGUI.php.
References $ilBench, $ilUser, performSearch(), and showSearchForm().
Here is the call graph for this function:
|
protected |
Show search form.
Definition at line 254 of file class.ilLuceneUserSearchGUI.php.
References $GLOBALS, $ilCtrl, ilSearchBaseGUI\$lng, ilSubmitButton\getInstance(), ilOverlayGUI\initJavascript(), and ilUtil\prepareFormOutput().
Referenced by performSearch(), search(), and showSavedResults().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 22 of file class.ilLuceneUserSearchGUI.php.
Referenced by __construct().