ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GUI for Lucene user search More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
executeCommand () | |
Execute Command. More... | |
prepareOutput () | |
Add admin panel command. More... | |
Public Member Functions inherited from ilSearchBaseGUI | |
__construct () | |
Constructor 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... | |
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 () | |
Load creation date filter. More... | |
Protected Attributes | |
$ilTabs | |
Protected Attributes inherited from ilSearchBaseGUI | |
$settings = null | |
$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 |
$ilias = null | |
$lng = null | |
$tpl = null | |
GUI for Lucene user search
ilLuceneUserSearchGUI: ilPublicUserProfileGUI 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().
ilLuceneUserSearchGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 40 of file class.ilLuceneUserSearchGUI.php.
References $cmd, $GLOBALS, $ilBench, $ilCtrl, $ret, ilSearchBaseGUI\handleCommand(), ilSearchBaseGUI\initStandardSearchForm(), prepareOutput(), and ilSearchBaseGUI\SEARCH_FORM_USER.
|
protected |
Needed for base class search form.
Definition at line 103 of file class.ilLuceneUserSearchGUI.php.
References array.
|
protected |
get tabs
Definition at line 197 of file class.ilLuceneUserSearchGUI.php.
References ilSearchSettings\getInstance(), and ilLuceneAdvancedSearchFields\getInstance().
Referenced by prepareOutput().
|
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.
private
Definition at line 228 of file class.ilLuceneUserSearchGUI.php.
References $_GET, $_POST, $ilUser, ilUserSearchCache\_getInstance(), array, ilUserSearchCache\LUCENE_USER_SEARCH, and ilUtil\stripSlashes().
Referenced by __construct().
|
protected |
Perform search.
Definition at line 167 of file class.ilLuceneUserSearchGUI.php.
References $GLOBALS, ilLuceneSearcher\getInstance(), ilLuceneQueryParser\parse(), showSearchForm(), ilRepositoryUserResultTableGUI\TYPE_GLOBAL_SEARCH, and ilLuceneSearcher\TYPE_USER.
Referenced by search(), and showSavedResults().
ilLuceneUserSearchGUI::prepareOutput | ( | ) |
Add admin panel command.
Definition at line 75 of file class.ilLuceneUserSearchGUI.php.
References getTabs().
Referenced by executeCommand().
|
protected |
Search from main menu.
Definition at line 112 of file class.ilLuceneUserSearchGUI.php.
References $_POST, search(), and ilUtil\stripSlashes().
|
protected |
Search (button pressed)
Definition at line 142 of file class.ilLuceneUserSearchGUI.php.
References $_SESSION, performSearch(), ilSubItemListGUI\resetDetails(), and showSearchForm().
Referenced by remoteSearch().
|
protected |
Show saved results.
Definition at line 126 of file class.ilLuceneUserSearchGUI.php.
References $ilBench, $ilUser, performSearch(), and showSearchForm().
|
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().
|
protected |
Definition at line 22 of file class.ilLuceneUserSearchGUI.php.
Referenced by __construct().