| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for ilLuceneAdvancedSearchGUI:
 Inheritance diagram for ilLuceneAdvancedSearchGUI: Collaboration diagram for ilLuceneAdvancedSearchGUI:
 Collaboration diagram for ilLuceneAdvancedSearchGUI:| Public Member Functions | |
| __construct () | |
| Constructor. | |
| executeCommand () | |
| Execute Command. | |
| showSavedResults () | |
| Show saved results. | |
| prepareOutput () | |
| Add admin panel command. | |
|  Public Member Functions inherited from ilSearchBaseGUI | |
| ilSearchBaseGUI () | |
| Constructor  public. | |
| handleCommand ($a_cmd) | |
| addToDeskObject () | |
| Interface methods. | |
| removeFromDeskObject () | |
| Remove from dektop. | |
| delete () | |
| Show deletion screen. | |
| cancelDelete () | |
| Cancel delete. | |
| performDelete () | |
| Delete objects. | |
| cut () | |
| Interface ilAdministrationCommandHandler. | |
| link () | |
| Interface ilAdministrationCommandHandler. | |
| paste () | |
| Paste. | |
| showLinkIntoMultipleObjectsTree () | |
| Target selection link. | |
| showMoveIntoObjectTree () | |
| Target selection cut. | |
| performPasteIntoMultipleObjects () | |
| Perform paste into multiple objects. | |
| clear () | |
| clear clipboard | |
| enableAdministrationPanel () | |
| Enable administration panel. | |
| disableAdministrationPanel () | |
| Disable administration panel. | |
| addLocator () | |
| Add Locator. | |
| autoComplete () | |
| Data resource for autoComplete. | |
| Protected Member Functions | |
| initFormSearch () | |
| Show search form. | |
| remoteSearch () | |
| Search from main menu. | |
| search () | |
| reset () | |
| Reset search form. | |
| performSearch () | |
| Perform search. | |
| getTabs () | |
| get tabs | |
| initUserSearchCache () | |
| Init user search cache. | |
| fillAdminPanel () | |
| addAdminPanelCommand ($a_cmd, $a_txt) | |
| Add a command to the admin panel. | |
| setAdminViewButton ($a_link, $a_txt) | |
| Show admin view button. | |
| setPageFormAction ($a_action) | |
|  Protected Member Functions inherited from ilSearchBaseGUI | |
| addPager ($result, $a_session_key) | |
| Add Pager. | |
| buildSearchAreaPath ($a_root_node) | |
| Build path for search area. | |
| Protected Attributes | |
| $ilTabs | |
| $fields = null | |
|  Protected Attributes inherited from ilSearchBaseGUI | |
| $ctrl = null | |
| Additional Inherited Members | |
|  Data Fields inherited from ilSearchBaseGUI | |
| $settings = null | |
| $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 $ilTabs, ilLuceneAdvancedSearchFields\getInstance(), and initUserSearchCache().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Add a command to the admin panel.
Definition at line 461 of file class.ilLuceneAdvancedSearchGUI.php.
Referenced by prepareOutput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 385 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
get tabs
Definition at line 346 of file class.ilLuceneAdvancedSearchGUI.php.
References ilSearchSettings\getInstance().
Referenced by prepareOutput().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Show search form.
Definition at line 152 of file class.ilLuceneAdvancedSearchGUI.php.
References $section.
Referenced by performSearch(), and showSavedResults().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Init user search cache.
private
Definition at line 369 of file class.ilLuceneAdvancedSearchGUI.php.
References $_GET, $_POST, ilUserSearchCache\_getInstance(), and ilUserSearchCache\LUCENE_ADVANCED.
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Perform search.
Definition at line 227 of file class.ilLuceneAdvancedSearchGUI.php.
References $_SESSION, $ilBench, ilSearchBaseGUI\addPager(), fillAdminPanel(), ilLuceneSearcher\getInstance(), ilLuceneSearchResultFilter\getInstance(), initFormSearch(), ilLuceneAdvancedQueryParser\parse(), ilUtil\sendInfo(), and showSavedResults().
Referenced by search().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLuceneAdvancedSearchGUI::prepareOutput | ( | ) | 
Add admin panel command.
Reimplemented from ilSearchBaseGUI.
Definition at line 296 of file class.ilLuceneAdvancedSearchGUI.php.
References $_SESSION, $ilSetting, addAdminPanelCommand(), getTabs(), and setAdminViewButton().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Search from main menu.
Definition at line 187 of file class.ilLuceneAdvancedSearchGUI.php.
References $_POST, search(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Reset search form.
Definition at line 217 of file class.ilLuceneAdvancedSearchGUI.php.
References showSavedResults().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 195 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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Show admin view button.
Definition at line 470 of file class.ilLuceneAdvancedSearchGUI.php.
Referenced by prepareOutput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 476 of file class.ilLuceneAdvancedSearchGUI.php.
| ilLuceneAdvancedSearchGUI::showSavedResults | ( | ) | 
Show saved results.
Definition at line 96 of file class.ilLuceneAdvancedSearchGUI.php.
References $ilBench, ilSearchBaseGUI\addPager(), fillAdminPanel(), ilLuceneSearcher\getInstance(), ilLuceneSearchResultFilter\getInstance(), initFormSearch(), ilLuceneAdvancedQueryParser\parse(), and ilUtil\sendInfo().
Referenced by performSearch(), reset(), and search().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller 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().