ILIAS
trunk Revision v11.0_alpha-1846-g895b5f47236
|
GUI for Lucene user search More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
executeCommand () | |
Execute Command. More... | |
prepareOutput () | |
![]() | |
__construct () | |
prepareOutput () | |
initStandardSearchForm (int $a_mode) | |
handleCommand (string $a_cmd) | |
addToDeskObject () | |
removeFromDeskObject () | |
delete () | |
Show delete confirmation. More... | |
cancelDelete () | |
Cancel delete. More... | |
cancelObject () | |
cancelMoveLinkObject () | |
performDelete () | |
cut () | |
link () | |
paste () | |
showLinkIntoMultipleObjectsTree () | |
showPasteTree () | |
showMoveIntoObjectTree () | |
performPasteIntoMultipleObjects () | |
clear () | |
clear clipboard More... | |
enableAdministrationPanel () | |
disableAdministrationPanel () | |
keepObjectsInClipboardObject () | |
addLocator () | |
autoComplete () | |
![]() | |
callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
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... | |
![]() | |
initPageNumberFromQuery () | |
addPager ($result, string $a_session_key) | |
buildSearchAreaPath (int $a_root_node) | |
getSearchCache () | |
loadCreationFilter () | |
renderSearch (string $term, int $root_node=0) | |
renderFilter (int $root_node) | |
initFilter (int $mode) | |
getStringArrayTransformation () | |
Protected Attributes | |
ilTabsGUI | $tabs |
ilHelpGUI | $help |
![]() | |
ilUserSearchCache | $search_cache |
string | $search_mode = '' |
ilSearchSettings | $settings |
ilPropertyFormGUI | $form = null |
ilSearchFilterGUI | $search_filter = null |
array | $search_filter_data = null |
ClipboardManager | $clipboard |
ViewManager | $container_view_manager |
ilFavouritesManager | $favourites |
ilCtrl | $ctrl |
ILIAS | $ilias |
ilLanguage | $lng |
ilGlobalTemplateInterface | $tpl |
ilLocatorGUI | $locator |
ilObjUser | $user |
ilTree | $tree |
GlobalHttpState | $http |
Factory | $refinery |
ilLogger | $logger |
string | $prev_link = '' |
string | $next_link = '' |
Additional Inherited Members | |
![]() | |
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 |
GUI for Lucene user search
ilLuceneUserSearchGUI: ilPublicUserProfileGUI ilLuceneUserSearchGUI: ilSearchControllerGUI
Definition at line 30 of file class.ilLuceneUserSearchGUI.php.
ilLuceneUserSearchGUI::__construct | ( | ) |
Constructor.
Definition at line 38 of file class.ilLuceneUserSearchGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\help(), initUserSearchCache(), and ILIAS\Repository\tabs().
ilLuceneUserSearchGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 51 of file class.ilLuceneUserSearchGUI.php.
References $user_id, ILIAS\Repository\ctrl(), ilSearchBaseGUI\handleCommand(), ILIAS\FileDelivery\http(), ilSearchBaseGUI\initStandardSearchForm(), prepareOutput(), ILIAS\Repository\refinery(), and ilSearchBaseGUI\SEARCH_FORM_USER.
|
protected |
Needed for base class search form.
Definition at line 106 of file class.ilLuceneUserSearchGUI.php.
|
protected |
get tabs
Definition at line 200 of file class.ilLuceneUserSearchGUI.php.
References ILIAS\Repository\ctrl(), ilLuceneAdvancedSearchFields\getInstance(), ilSearchSettings\getInstance(), ILIAS\Repository\help(), and ILIAS\Repository\tabs().
Referenced by prepareOutput().
|
protected |
Get type of search (details | fast)
Definition at line 97 of file class.ilLuceneUserSearchGUI.php.
|
protected |
Init user search cache.
Definition at line 224 of file class.ilLuceneUserSearchGUI.php.
References ilUserSearchCache\_getInstance(), ILIAS\FileDelivery\http(), ilSearchBaseGUI\initPageNumberFromQuery(), ilUserSearchCache\LUCENE_USER_SEARCH, ILIAS\Repository\refinery(), and ILIAS\Repository\user().
Referenced by __construct().
|
protected |
Perform search.
Definition at line 175 of file class.ilLuceneUserSearchGUI.php.
References ilLuceneSearcher\getInstance(), ilLuceneQueryParser\parse(), showSearchForm(), ilRepositoryUserResultTableGUI\TYPE_GLOBAL_SEARCH, and ilLuceneSearcher\TYPE_USER.
Referenced by search(), and showSavedResults().
ilLuceneUserSearchGUI::prepareOutput | ( | ) |
Definition at line 84 of file class.ilLuceneUserSearchGUI.php.
References getTabs().
Referenced by executeCommand().
|
protected |
Search from main menu.
Definition at line 115 of file class.ilLuceneUserSearchGUI.php.
References ILIAS\FileDelivery\http(), ILIAS\Repository\refinery(), and search().
|
protected |
Search (button pressed)
Definition at line 155 of file class.ilLuceneUserSearchGUI.php.
References ilSession\clear(), ILIAS\Repository\form(), performSearch(), ilSubItemListGUI\resetDetails(), and showSearchForm().
Referenced by remoteSearch().
|
protected |
Show saved results.
Definition at line 141 of file class.ilLuceneUserSearchGUI.php.
References performSearch(), and showSearchForm().
|
protected |
Show search form.
Definition at line 251 of file class.ilLuceneUserSearchGUI.php.
References ilSearchBaseGUI\renderSearch().
Referenced by performSearch(), search(), and showSavedResults().
|
protected |
Definition at line 33 of file class.ilLuceneUserSearchGUI.php.
|
protected |
Definition at line 32 of file class.ilLuceneUserSearchGUI.php.