ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
ilSearchResultGUI () | |
Constructor public. | |
setUserId ($a_user_id) | |
getUserId () | |
& | executeCommand () |
Control public. | |
cancel () | |
create () | |
save () | |
update () | |
showResults ($a_confirm_delete=false) | |
confirmDelete () | |
delete () | |
setLocator () | |
rename () | |
moveItem () | |
prepareOutput () | |
__initFolderObject () | |
__appendParentLink ($nr_items) | |
__formatTitle ($a_item) | |
__formatLink ($a_item) | |
__getActions () | |
__showRenameForm ($a_old_title) | |
Public Member Functions inherited from ilSearchBaseGUI | |
ilSearchBaseGUI () | |
Constructor public. |
Data Fields | |
$user_id | |
Data Fields inherited from ilSearchBaseGUI | |
$settings = null | |
$ilias = null | |
$lng = null | |
$tpl = null |
Additional Inherited Members | |
Protected Member Functions inherited from ilSearchBaseGUI | |
addPager ($result, $a_session_key) | |
Add Pager. | |
Protected Attributes inherited from ilSearchBaseGUI | |
$ctrl = null |
Definition at line 37 of file class.ilSearchResultGUI.php.
ilSearchresultGUI::__appendParentLink | ( | $nr_items | ) |
Definition at line 457 of file class.ilSearchResultGUI.php.
References __formatLink(), and __formatTitle().
Referenced by showResults().
ilSearchresultGUI::__formatLink | ( | $a_item | ) |
Definition at line 504 of file class.ilSearchResultGUI.php.
References ilFrameTargetInfo\_getFrame(), and getUserId().
Referenced by __appendParentLink(), and showResults().
ilSearchresultGUI::__formatTitle | ( | $a_item | ) |
Definition at line 480 of file class.ilSearchResultGUI.php.
References $img, and ilUtil\getImagePath().
Referenced by __appendParentLink(), and showResults().
ilSearchresultGUI::__getActions | ( | ) |
Definition at line 531 of file class.ilSearchResultGUI.php.
References formSelect().
Referenced by showResults().
ilSearchresultGUI::__initFolderObject | ( | ) |
Definition at line 448 of file class.ilSearchResultGUI.php.
References $_GET, and getUserId().
Referenced by ilSearchResultGUI().
ilSearchresultGUI::__showRenameForm | ( | $a_old_title | ) |
Definition at line 568 of file class.ilSearchResultGUI.php.
Referenced by rename().
ilSearchresultGUI::cancel | ( | ) |
Definition at line 110 of file class.ilSearchResultGUI.php.
References $_SESSION, and showResults().
ilSearchresultGUI::confirmDelete | ( | ) |
Definition at line 255 of file class.ilSearchResultGUI.php.
References ilUtil\sendInfo(), and showResults().
ilSearchresultGUI::create | ( | ) |
Definition at line 119 of file class.ilSearchResultGUI.php.
References setLocator().
Referenced by save().
ilSearchresultGUI::delete | ( | ) |
Definition at line 270 of file class.ilSearchResultGUI.php.
References showResults().
& ilSearchresultGUI::executeCommand | ( | ) |
Control public.
Definition at line 77 of file class.ilSearchResultGUI.php.
References $cmd, moveItem(), and prepareOutput().
ilSearchresultGUI::getUserId | ( | ) |
Definition at line 67 of file class.ilSearchResultGUI.php.
References $user_id.
Referenced by __formatLink(), __initFolderObject(), and moveItem().
ilSearchresultGUI::ilSearchResultGUI | ( | ) |
Constructor public.
Definition at line 48 of file class.ilSearchResultGUI.php.
References __initFolderObject(), ilSearchBaseGUI\ilSearchBaseGUI(), and setUserId().
ilSearchresultGUI::moveItem | ( | ) |
Definition at line 342 of file class.ilSearchResultGUI.php.
References ilSearchItemFactory\getInstance(), getUserId(), ilUtil\sendInfo(), and showResults().
Referenced by executeCommand().
ilSearchresultGUI::prepareOutput | ( | ) |
Reimplemented from ilSearchBaseGUI.
Definition at line 393 of file class.ilSearchResultGUI.php.
References formSelect(), and ilUtil\getImagePath().
Referenced by executeCommand().
ilSearchresultGUI::rename | ( | ) |
Definition at line 292 of file class.ilSearchResultGUI.php.
References $_SESSION, __showRenameForm(), ilSearchItemFactory\getInstance(), ilUtil\sendInfo(), setLocator(), and showResults().
ilSearchresultGUI::save | ( | ) |
Definition at line 138 of file class.ilSearchResultGUI.php.
References create(), ilUtil\sendInfo(), and showResults().
ilSearchresultGUI::setLocator | ( | ) |
Definition at line 282 of file class.ilSearchResultGUI.php.
Referenced by create(), rename(), and showResults().
ilSearchresultGUI::setUserId | ( | $a_user_id | ) |
Definition at line 63 of file class.ilSearchResultGUI.php.
Referenced by ilSearchResultGUI().
ilSearchresultGUI::showResults | ( | $a_confirm_delete = false | ) |
Definition at line 177 of file class.ilSearchResultGUI.php.
References __appendParentLink(), __formatLink(), __formatTitle(), __getActions(), ilSearchObjectListFactory\_getInstance(), ilObject\_lookupDescription(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilUtil\formCheckbox(), ilUtil\getImagePath(), ilUtil\sendInfo(), and setLocator().
Referenced by cancel(), confirmDelete(), delete(), moveItem(), rename(), save(), and update().
ilSearchresultGUI::update | ( | ) |
Definition at line 155 of file class.ilSearchResultGUI.php.
References $_SESSION, ilSearchItemFactory\getInstance(), ilUtil\sendInfo(), and showResults().
ilSearchresultGUI::$user_id |
Definition at line 42 of file class.ilSearchResultGUI.php.
Referenced by getUserId().