|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Meta Data search GUI. More...
Inheritance diagram for ilLuceneAdvancedSearchGUI:
Collaboration diagram for ilLuceneAdvancedSearchGUI: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 | |
| 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 | |
| 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... | |
Protected Attributes | |
| $ilTabs | |
| $fields = null | |
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 | |
Meta Data search GUI.
@ilCtrl_IsCalledBy ilLuceneAdvancedSearchGUI: ilSearchController @ilCtrl_Calls ilLuceneAdvancedSearchGUI: ilObjectGUI, ilContainerGUI @ilCtrl_Calls ilLuceneAdvancedSearchGUI: ilObjCategoryGUI, ilObjCourseGUI, ilObjFolderGUI, ilObjGroupGUI @ilCtrl_Calls 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 $ilTabs, fields, ilLuceneAdvancedSearchFields\getInstance(), and initUserSearchCache().
Here is the call graph for this function:
|
protected |
Add a command to the admin panel.
Definition at line 425 of file class.ilLuceneAdvancedSearchGUI.php.
| ilLuceneAdvancedSearchGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 65 of file class.ilLuceneAdvancedSearchGUI.php.
References $cmd, ilSearchBaseGUI\handleCommand(), and prepareOutput().
Here is the call graph for this function:
|
protected |
Definition at line 349 of file class.ilLuceneAdvancedSearchGUI.php.
References $cmd, ilSearchBaseGUI\$lng, and ilUtil\getImagePath().
Referenced by performSearch(), and showSavedResults().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
get tabs
Definition at line 304 of file class.ilLuceneAdvancedSearchGUI.php.
References fields, and ilSearchSettings\getInstance().
Referenced by prepareOutput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Show search form
Definition at line 150 of file class.ilLuceneAdvancedSearchGUI.php.
References $section, and fields.
Referenced by performSearch(), and showSavedResults().
Here is the caller graph for this function:
|
protected |
Init user search cache.
@access private
Definition at line 333 of file class.ilLuceneAdvancedSearchGUI.php.
References $_GET, $_POST, $ilUser, ilUserSearchCache\_getInstance(), and ilUserSearchCache\LUCENE_ADVANCED.
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 225 of file class.ilLuceneAdvancedSearchGUI.php.
References $_SESSION, $ilBench, $ilUser, ilSearchBaseGUI\addPager(), fillAdminPanel(), ilLuceneSearchResultFilter\getInstance(), ilLuceneSearcher\getInstance(), initFormSearch(), ilUtil\sendInfo(), and showSavedResults().
Referenced by search().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLuceneAdvancedSearchGUI::prepareOutput | ( | ) |
Add admin panel command.
Reimplemented from ilSearchBaseGUI.
Definition at line 294 of file class.ilLuceneAdvancedSearchGUI.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 185 of file class.ilLuceneAdvancedSearchGUI.php.
References $_POST, search(), and ilUtil\stripSlashes().
Here is the call graph for this function:
|
protected |
Reset search form.
Definition at line 215 of file class.ilLuceneAdvancedSearchGUI.php.
References showSavedResults().
Here is the call graph for this function:
|
protected |
Definition at line 193 of file class.ilLuceneAdvancedSearchGUI.php.
References $_SESSION, performSearch(), ilSubItemListGUI\resetDetails(), ilUtil\sendInfo(), and showSavedResults().
Referenced by remoteSearch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Show admin view button.
Definition at line 434 of file class.ilLuceneAdvancedSearchGUI.php.
|
protected |
Definition at line 440 of file class.ilLuceneAdvancedSearchGUI.php.
| ilLuceneAdvancedSearchGUI::showSavedResults | ( | ) |
Show saved results.
Definition at line 96 of file class.ilLuceneAdvancedSearchGUI.php.
References $ilBench, $ilUser, ilSearchBaseGUI\addPager(), fillAdminPanel(), ilLuceneSearchResultFilter\getInstance(), ilLuceneSearcher\getInstance(), initFormSearch(), and ilUtil\sendInfo().
Referenced by performSearch(), reset(), and search().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 46 of file class.ilLuceneAdvancedSearchGUI.php.
|
protected |
Definition at line 44 of file class.ilLuceneAdvancedSearchGUI.php.
Referenced by __construct().