ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Meta Data search GUI. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
executeCommand () | |
Execute Command. More... | |
showSavedResults () | |
Show saved results. 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... | |
showPasteTree () | |
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... | |
keepObjectsInClipboardObject () | |
cancel action but keep objects in clipboard
| |
addLocator () | |
Add Locator. More... | |
autoComplete () | |
Data resource for autoComplete. More... | |
Protected Member Functions | |
initFormSearch () | |
Show search form. More... | |
remoteSearch () | |
Search from main menu. More... | |
search () | |
reset () | |
Reset search form. More... | |
performSearch () | |
Perform search. More... | |
getTabs () | |
get tabs More... | |
initUserSearchCache () | |
Init user search cache. More... | |
fillAdminPanel () | |
addAdminPanelCommand ($a_cmd, $a_txt) | |
Add a command to the admin panel. More... | |
setAdminViewButton ($a_link, $a_txt) | |
Show admin view button. More... | |
setPageFormAction ($a_action) | |
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 | |
$fields = null | |
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 | |
Meta Data search GUI.
ilLuceneAdvancedSearchGUI: ilSearchController ilLuceneAdvancedSearchGUI: ilObjectGUI, ilContainerGUI ilLuceneAdvancedSearchGUI: ilObjCategoryGUI, ilObjCourseGUI, ilObjFolderGUI, ilObjGroupGUI ilLuceneAdvancedSearchGUI: ilObjRootFolderGUI, ilObjectCopyGUI
Definition at line 42 of file class.ilLuceneAdvancedSearchGUI.php.
ilLuceneAdvancedSearchGUI::__construct | ( | ) |
Constructor.
Definition at line 51 of file class.ilLuceneAdvancedSearchGUI.php.
References $DIC, $ilTabs, fields, ilLuceneAdvancedSearchFields\getInstance(), and initUserSearchCache().
|
protected |
Add a command to the admin panel.
Definition at line 423 of file class.ilLuceneAdvancedSearchGUI.php.
ilLuceneAdvancedSearchGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 67 of file class.ilLuceneAdvancedSearchGUI.php.
References ilSearchBaseGUI\handleCommand(), and prepareOutput().
|
protected |
Definition at line 344 of file class.ilLuceneAdvancedSearchGUI.php.
References $DIC, ilSearchBaseGUI\$lng, and ilUtil\getImagePath().
Referenced by performSearch(), and showSavedResults().
|
protected |
get tabs
Definition at line 299 of file class.ilLuceneAdvancedSearchGUI.php.
References $DIC, fields, and ilSearchSettings\getInstance().
Referenced by prepareOutput().
|
protected |
Show search form.
Definition at line 150 of file class.ilLuceneAdvancedSearchGUI.php.
References $DIC, $form, $section, $tree, and fields.
Referenced by performSearch(), and showSavedResults().
|
protected |
Init user search cache.
private
Definition at line 328 of file class.ilLuceneAdvancedSearchGUI.php.
References $_GET, $_POST, $DIC, $ilUser, ilUserSearchCache\_getInstance(), and ilUserSearchCache\LUCENE_ADVANCED.
Referenced by __construct().
|
protected |
Perform search.
Definition at line 222 of file class.ilLuceneAdvancedSearchGUI.php.
References $_SESSION, $DIC, $ilBench, $ilUser, ilSearchBaseGUI\addPager(), fillAdminPanel(), ilLuceneSearcher\getInstance(), ilLuceneSearchResultFilter\getInstance(), initFormSearch(), ilLuceneAdvancedQueryParser\parse(), ilUtil\sendInfo(), and showSavedResults().
Referenced by search().
ilLuceneAdvancedSearchGUI::prepareOutput | ( | ) |
Add admin panel command.
Definition at line 289 of file class.ilLuceneAdvancedSearchGUI.php.
References getTabs().
Referenced by executeCommand().
|
protected |
Search from main menu.
Definition at line 183 of file class.ilLuceneAdvancedSearchGUI.php.
References $_POST, search(), and ilUtil\stripSlashes().
|
protected |
Reset search form.
Definition at line 212 of file class.ilLuceneAdvancedSearchGUI.php.
References showSavedResults().
|
protected |
Definition at line 191 of file class.ilLuceneAdvancedSearchGUI.php.
References $_SESSION, performSearch(), ilSubItemListGUI\resetDetails(), ilUtil\sendInfo(), and showSavedResults().
Referenced by remoteSearch().
|
protected |
Show admin view button.
Definition at line 432 of file class.ilLuceneAdvancedSearchGUI.php.
|
protected |
Definition at line 438 of file class.ilLuceneAdvancedSearchGUI.php.
ilLuceneAdvancedSearchGUI::showSavedResults | ( | ) |
Show saved results.
Definition at line 97 of file class.ilLuceneAdvancedSearchGUI.php.
References $DIC, $ilBench, $ilUser, ilSearchBaseGUI\addPager(), fillAdminPanel(), ilLuceneSearcher\getInstance(), ilLuceneSearchResultFilter\getInstance(), initFormSearch(), ilLuceneAdvancedQueryParser\parse(), and ilUtil\sendInfo().
Referenced by performSearch(), reset(), and search().
|
protected |
Definition at line 46 of file class.ilLuceneAdvancedSearchGUI.php.
|
protected |
Definition at line 44 of file class.ilLuceneAdvancedSearchGUI.php.
Referenced by __construct().