| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Class ilObjectOwnershipManagementGUI. More...
 Collaboration diagram for ilObjectOwnershipManagementGUI:
 Collaboration diagram for ilObjectOwnershipManagementGUI:| Public Member Functions | |
| __construct ($a_user_id=null) | |
| & | executeCommand () | 
| listObjects () | |
| applyFilter () | |
| resetFilter () | |
| delete () | |
| move () | |
| export () | |
| changeOwner () | |
| Protected Member Functions | |
| redirectParentCmd ($a_ref_id, $a_cmd) | |
| redirectCmd ($a_ref_id, $a_class, $a_cmd=null) | |
| Protected Attributes | |
| $user_id | |
Class ilObjectOwnershipManagementGUI.
ilObjectOwnershipManagementGUI:
Definition at line 13 of file class.ilObjectOwnershipManagementGUI.php.
| ilObjectOwnershipManagementGUI::__construct | ( | $a_user_id = null | ) | 
Definition at line 17 of file class.ilObjectOwnershipManagementGUI.php.
References $ilUser.
| ilObjectOwnershipManagementGUI::applyFilter | ( | ) | 
Definition at line 99 of file class.ilObjectOwnershipManagementGUI.php.
References listObjects().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjectOwnershipManagementGUI::changeOwner | ( | ) | 
Definition at line 186 of file class.ilObjectOwnershipManagementGUI.php.
References $_REQUEST, $ref_id, and redirectCmd().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjectOwnershipManagementGUI::delete | ( | ) | 
Definition at line 168 of file class.ilObjectOwnershipManagementGUI.php.
References $_REQUEST, $ref_id, and redirectParentCmd().
 Here is the call graph for this function:
 Here is the call graph for this function:| & ilObjectOwnershipManagementGUI::executeCommand | ( | ) | 
| ilObjectOwnershipManagementGUI::export | ( | ) | 
Definition at line 180 of file class.ilObjectOwnershipManagementGUI.php.
References $_REQUEST, $ref_id, and redirectCmd().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjectOwnershipManagementGUI::listObjects | ( | ) | 
Definition at line 49 of file class.ilObjectOwnershipManagementGUI.php.
References $_REQUEST, $ilCtrl, $lng, $tpl, ilObject\getAllOwnedRepositoryObjects(), and ilPlugin\lookupTxt().
Referenced by applyFilter(), and resetFilter().
 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:| ilObjectOwnershipManagementGUI::move | ( | ) | 
Definition at line 174 of file class.ilObjectOwnershipManagementGUI.php.
References $_REQUEST, $ref_id, and redirectParentCmd().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 128 of file class.ilObjectOwnershipManagementGUI.php.
References $cmd, $ilCtrl, and $path.
Referenced by changeOwner(), and export().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 117 of file class.ilObjectOwnershipManagementGUI.php.
References $ilCtrl.
Referenced by delete(), and move().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjectOwnershipManagementGUI::resetFilter | ( | ) | 
Definition at line 108 of file class.ilObjectOwnershipManagementGUI.php.
References listObjects().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 15 of file class.ilObjectOwnershipManagementGUI.php.