ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 13 of file class.ilOrgUnitTypeGUI.php.
ilOrgUnitTypeGUI::__construct | ( | ilObjOrgUnitGUI | $parent_gui | ) |
ilObjOrgUnitGUI | $parent_gui |
Definition at line 60 of file class.ilOrgUnitTypeGUI.php.
References $DIC, $ilCtrl, $ilias, $ilLog, $lng, $parent_gui, $tpl, and checkAccess().
|
protected |
Display form to create a new OrgUnit type.
Definition at line 221 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Check if user can edit types.
Definition at line 141 of file class.ilOrgUnitTypeGUI.php.
References ilUtil\sendFailure().
Referenced by __construct().
|
protected |
Create (save) type.
Definition at line 240 of file class.ilOrgUnitTypeGUI.php.
References ilUtil\sendSuccess().
Referenced by executeCommand().
|
protected |
Delete a type.
Definition at line 268 of file class.ilOrgUnitTypeGUI.php.
References $_GET, ilUtil\sendFailure(), and ilUtil\sendSuccess().
|
protected |
Display form to edit an existing OrgUnit type.
Definition at line 230 of file class.ilOrgUnitTypeGUI.php.
References $_GET.
Referenced by executeCommand().
|
protected |
Definition at line 187 of file class.ilOrgUnitTypeGUI.php.
References $_GET.
Referenced by executeCommand().
|
protected |
Display form for editing custom icons.
Definition at line 167 of file class.ilOrgUnitTypeGUI.php.
References $_GET.
Referenced by executeCommand().
ilOrgUnitTypeGUI::executeCommand | ( | ) |
Definition at line 89 of file class.ilOrgUnitTypeGUI.php.
References $cmd, 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 207 of file class.ilOrgUnitTypeGUI.php.
References ilLinkButton\getInstance().
Referenced by executeCommand().
|
protected |
Add subtabs for editing type.
Definition at line 152 of file class.ilOrgUnitTypeGUI.php.
Referenced by executeCommand().
|
protected |
Update (save) type.
Definition at line 254 of file class.ilOrgUnitTypeGUI.php.
References $_GET, and ilUtil\sendSuccess().
Referenced by executeCommand().
|
protected |
Definition at line 193 of file class.ilOrgUnitTypeGUI.php.
References $_GET, and ilUtil\sendSuccess().
Referenced by executeCommand().
|
protected |
Save icon.
Definition at line 176 of file class.ilOrgUnitTypeGUI.php.
References $_GET, and ilUtil\sendSuccess().
Referenced by executeCommand().
|
protected |
Definition at line 30 of file class.ilOrgUnitTypeGUI.php.
ilOrgUnitTypeGUI::$ctrl |
Definition at line 18 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 46 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 50 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 42 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 54 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().
ilOrgUnitTypeGUI::$tabs |
Definition at line 26 of file class.ilOrgUnitTypeGUI.php.
|
protected |
Definition at line 34 of file class.ilOrgUnitTypeGUI.php.
ilOrgUnitTypeGUI::$tpl |
Definition at line 22 of file class.ilOrgUnitTypeGUI.php.
Referenced by __construct().