ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilOrgUnitTypeGUI. More...
Public Member Functions | |
__construct (ilObjOrgUnitGUI $parent_gui) | |
executeCommand () | |
Data Fields | |
$ctrl | |
$tpl | |
$tabs | |
Protected Member Functions | |
checkAccess () | |
Check if user can edit types. More... | |
setSubTabsEdit ($active_tab_id) | |
Add subtabs for editing type. More... | |
editCustomIcons () | |
Display form for editing custom icons. More... | |
updateCustomIcons () | |
Save icon. More... | |
editAMD () | |
updateAMD () | |
listTypes () | |
Display all types in a table with actions to edit/delete. More... | |
add () | |
Display form to create a new OrgUnit type. More... | |
edit () | |
Display form to edit an existing OrgUnit type. More... | |
create () | |
Create (save) type. More... | |
update () | |
Update (save) type. More... | |
delete () | |
Delete a type. More... | |
Protected Attributes | |
$access | |
$toolbar | |
$locator | |
$log | |
$ilias | |
$lng | |
$parent_gui | |
Class ilOrgUnitTypeGUI.
Definition at line 8 of file class.ilOrgUnitTypeGUI.php.
ilOrgUnitTypeGUI::__construct | ( | ilObjOrgUnitGUI | $parent_gui | ) |
ilObjOrgUnitGUI | $parent_gui |
Definition at line 56 of file class.ilOrgUnitTypeGUI.php.
References $DIC, $ilCtrl, $ilias, $ilLog, $lng, $parent_gui, $tpl, $tree, and checkAccess().
|
protected |
Display form to create a new OrgUnit type.
Definition at line 226 of file class.ilOrgUnitTypeGUI.php.
References $form.
Referenced by executeCommand().
|
protected |
Check if user can edit types.
Definition at line 139 of file class.ilOrgUnitTypeGUI.php.
References ilUtil\sendFailure().
Referenced by __construct().
|
protected |
Create (save) type.
Definition at line 247 of file class.ilOrgUnitTypeGUI.php.
References $form.
Referenced by executeCommand().
|
protected |
Delete a type.
Definition at line 277 of file class.ilOrgUnitTypeGUI.php.
References $_GET, $type, and ilUtil\sendFailure().
|
protected |
Display form to edit an existing OrgUnit type.
Definition at line 236 of file class.ilOrgUnitTypeGUI.php.
References $_GET, $form, and $type.
Referenced by executeCommand().
|
protected |
Definition at line 189 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Display form for editing custom icons.
Definition at line 167 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
ilOrgUnitTypeGUI::executeCommand | ( | ) |
Definition at line 86 of file class.ilOrgUnitTypeGUI.php.
References add(), create(), edit(), editAMD(), editCustomIcons(), listTypes(), setSubTabsEdit(), update(), updateAMD(), and updateCustomIcons().
|
protected |
Display all types in a table with actions to edit/delete.
Definition at line 211 of file class.ilOrgUnitTypeGUI.php.
References $table, and ilLinkButton\getInstance().
Referenced by executeCommand().
|
protected |
Add subtabs for editing type.
Definition at line 151 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Update (save) type.
Definition at line 262 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 196 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Save icon.
Definition at line 177 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 26 of file class.ilOrgUnitTypeGUI.php.
ilOrgUnitTypeGUI::$ctrl |
Definition at line 14 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 42 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 46 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 34 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 38 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 50 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
ilOrgUnitTypeGUI::$tabs |
Definition at line 22 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 30 of file class.ilOrgUnitTypeGUI.php.
ilOrgUnitTypeGUI::$tpl |
Definition at line 18 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().