|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilObjectOwnershipManagementGUI. More...
Collaboration diagram for ilObjectOwnershipManagementGUI:Public Member Functions | |
| __construct (int $user_id=null, bool $read_only=false) | |
| executeCommand () | |
| listObjects () | |
| applyFilter () | |
| resetFilter () | |
| delete () | |
| move () | |
| export () | |
| changeOwner () | |
| isReadOnly () | |
Data Fields | |
| const | P_OWNID = 'ownid' |
Protected Member Functions | |
| redirectParentCmd (int $ref_id, string $cmd) | |
| redirectCmd (int $ref_id, string $class, string $cmd=null) | |
| checkReadOnly () | |
Protected Attributes | |
| ilObjUser | $user |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $tpl |
| UIFactory | $ui_factory |
| ilToolbarGUI | $toolbar |
| ilLanguage | $lng |
| ilObjectDefinition | $obj_definition |
| ilTree | $tree |
| int | $user_id |
| int | $own_id = 0 |
| bool | $read_only |
Private Member Functions | |
| getLabelForObjectType (string $type) | |
Private Attributes | |
| ilObjectRequestRetriever | $retriever |
Class ilObjectOwnershipManagementGUI.
ilObjectOwnershipManagementGUI:
Definition at line 30 of file class.ilObjectOwnershipManagementGUI.php.
| ilObjectOwnershipManagementGUI::__construct | ( | int | $user_id = null, |
| bool | $read_only = false |
||
| ) |
Definition at line 46 of file class.ilObjectOwnershipManagementGUI.php.
References $DIC, $read_only, $user_id, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::applyFilter | ( | ) |
Definition at line 133 of file class.ilObjectOwnershipManagementGUI.php.
References listObjects().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::changeOwner | ( | ) |
Definition at line 220 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectCmd().
Here is the call graph for this function:
|
protected |
Definition at line 236 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by changeOwner(), delete(), export(), and move().
Here is the caller graph for this function:| ilObjectOwnershipManagementGUI::delete | ( | ) |
Definition at line 190 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectParentCmd().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::executeCommand | ( | ) |
Definition at line 70 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjectOwnershipManagementGUI::export | ( | ) |
Definition at line 210 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectCmd().
Here is the call graph for this function:
|
private |
Definition at line 124 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\lng().
Referenced by listObjects().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectOwnershipManagementGUI::isReadOnly | ( | ) |
Definition at line 231 of file class.ilObjectOwnershipManagementGUI.php.
References $read_only.
| ilObjectOwnershipManagementGUI::listObjects | ( | ) |
Definition at line 81 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\ctrl(), ilObject\fixMissingTitles(), ilObject\getAllOwnedRepositoryObjects(), getLabelForObjectType(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Referenced by applyFilter(), and resetFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectOwnershipManagementGUI::move | ( | ) |
Definition at line 200 of file class.ilObjectOwnershipManagementGUI.php.
References checkReadOnly(), and redirectParentCmd().
Here is the call graph for this function:
|
protected |
Definition at line 158 of file class.ilObjectOwnershipManagementGUI.php.
References Vendor\Package\$e, $path, and ILIAS\Repository\ctrl().
Referenced by changeOwner(), and export().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 149 of file class.ilObjectOwnershipManagementGUI.php.
References ILIAS\Repository\ctrl().
Referenced by delete(), and move().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectOwnershipManagementGUI::resetFilter | ( | ) |
Definition at line 141 of file class.ilObjectOwnershipManagementGUI.php.
References listObjects().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 38 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 39 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 42 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 43 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by __construct(), and isReadOnly().
|
private |
Definition at line 44 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 37 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 35 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 40 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 36 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 33 of file class.ilObjectOwnershipManagementGUI.php.
|
protected |
Definition at line 41 of file class.ilObjectOwnershipManagementGUI.php.
Referenced by __construct().
| const ilObjectOwnershipManagementGUI::P_OWNID = 'ownid' |
Definition at line 32 of file class.ilObjectOwnershipManagementGUI.php.