|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilObjStudyProgrammeAutoCategoriesGUI. More...
Collaboration diagram for ilObjStudyProgrammeAutoCategoriesGUI:Public Member Functions | |
| __construct (ilGlobalTemplateInterface $tpl, ilCtrl $ilCtrl, ilToolbarGUI $ilToolbar, ilLanguage $lng, Factory $ui_factory, MessageBox\Factory $message_box_factory, Button\Factory $button_factory, Renderer $ui_renderer, ServerRequest $request, ilTree $tree) | |
| executeCommand () | |
| setRefId (int $prg_ref_id) | |
| Set ref-id of StudyProgramme before using this GUI. More... | |
Data Fields | |
| const | F_CATEGORY_REF = 'f_cr' |
| const | F_CATEGORY_ORIGINAL_REF = 'f_cr_org' |
| const | CHECKBOX_CATEGORY_REF_IDS = 'c_catids' |
| const | CMD_VIEW = 'view' |
| const | CMD_SAVE = 'save' |
| const | CMD_GET_ASYNC_MODAL = 'getAsyncModalOutput' |
| const | CMD_DELETE = 'delete' |
| const | CMD_DELETE_CONFIRMATION = 'deleteConfirmation' |
| const | CMD_PROFILE_NOT_PUBLIC = 'profile_not_public' |
| $tpl | |
| $ctrl | |
| $toolbar | |
| $lng | |
| $prg_ref_id | |
| $object | |
| $ui_factory | |
| $ui_renderer | |
Protected Member Functions | |
| view (bool $profile_not_public=false) | |
| Render. More... | |
| save () | |
| Store data from (modal-)form. More... | |
| deleteConfirmation () | |
| delete () | |
| getObject () | |
| Get current StudyProgramme-object. More... | |
| getModal ($current_ref_id=null) | |
| getAsyncModalOutput () | |
| getForm ($current_ref_id=null) | |
| getToolbar (Signal $add_cat_signal) | |
| Setup toolbar. More... | |
| getItemAction (int $cat_ref_id, Signal $signal) | |
| getUserRepresentation (int $usr_id) | |
| getItemPath (int $cat_ref_id) | |
Protected Attributes | |
| $message_box_factory | |
| $button_factory | |
| $request | |
Class ilObjStudyProgrammeAutoCategoriesGUI.
@ilCtrl_Calls ilObjStudyProgrammeAutoCategoriesGUI: ilPropertyFormGUI
Definition at line 21 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
| ilObjStudyProgrammeAutoCategoriesGUI::__construct | ( | ilGlobalTemplateInterface | $tpl, |
| ilCtrl | $ilCtrl, | ||
| ilToolbarGUI | $ilToolbar, | ||
| ilLanguage | $lng, | ||
| Factory | $ui_factory, | ||
| MessageBox\Factory | $message_box_factory, | ||
| Button\Factory | $button_factory, | ||
| Renderer | $ui_renderer, | ||
| ServerRequest | $request, | ||
| ilTree | $tree | ||
| ) |
Definition at line 90 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References $button_factory, $lng, $message_box_factory, $request, $tpl, $ui_factory, and $ui_renderer.
|
protected |
Definition at line 265 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References CHECKBOX_CATEGORY_REF_IDS, getObject(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Definition at line 228 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References CHECKBOX_CATEGORY_REF_IDS, and ilUtil\sendInfo().
Here is the call graph for this function:| ilObjStudyProgrammeAutoCategoriesGUI::executeCommand | ( | ) |
Definition at line 114 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References CMD_DELETE, CMD_DELETE_CONFIRMATION, CMD_GET_ASYNC_MODAL, CMD_PROFILE_NOT_PUBLIC, CMD_SAVE, CMD_VIEW, getForm(), and view().
Here is the call graph for this function:
|
protected |
Definition at line 330 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References $_GET, CHECKBOX_CATEGORY_REF_IDS, exit, and getForm().
Here is the call graph for this function:
|
protected |
Definition at line 352 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References ROOT_FOLDER_ID.
Referenced by executeCommand(), getAsyncModalOutput(), and save().
Here is the caller graph for this function:
|
protected |
Definition at line 394 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by view().
Here is the caller graph for this function:
|
protected |
Definition at line 435 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References $c, $url, ilLink\_getStaticLink(), and ilObject\_lookupTitle().
Referenced by view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 313 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by view().
Here is the caller graph for this function:
|
protected |
Get current StudyProgramme-object.
Definition at line 303 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References $object, and ilObjStudyProgramme\getInstanceByRefId().
Referenced by delete(), save(), and view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Setup toolbar.
Definition at line 387 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by view().
Here is the caller graph for this function:
|
protected |
Definition at line 419 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References $url, ilLink\_getStaticLink(), ilObjUser\_lookupName(), and ilObjectFactory\getInstanceByObjId().
Referenced by view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Store data from (modal-)form.
Definition at line 200 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References ilObject\_lookupType(), getForm(), getObject(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjStudyProgrammeAutoCategoriesGUI::setRefId | ( | int | $prg_ref_id | ) |
Set ref-id of StudyProgramme before using this GUI.
| int | $prg_ref_id |
Definition at line 294 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References $prg_ref_id.
|
protected |
Render.
Definition at line 149 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
References Vendor\Package\$a, Vendor\Package\$b, $data, ilObject\_lookupType(), getItemAction(), getItemPath(), getModal(), getObject(), getToolbar(), getUserRepresentation(), and ilUtil\sendInfo().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 72 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeAutoCategoriesGUI::$ctrl |
Definition at line 42 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
| ilObjStudyProgrammeAutoCategoriesGUI::$lng |
Definition at line 52 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by __construct().
|
protected |
Definition at line 67 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeAutoCategoriesGUI::$object |
Definition at line 62 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by getObject().
| ilObjStudyProgrammeAutoCategoriesGUI::$prg_ref_id |
Definition at line 57 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by setRefId().
|
protected |
Definition at line 87 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeAutoCategoriesGUI::$toolbar |
Definition at line 47 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
| ilObjStudyProgrammeAutoCategoriesGUI::$tpl |
Definition at line 37 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeAutoCategoriesGUI::$ui_factory |
Definition at line 77 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeAutoCategoriesGUI::$ui_renderer |
Definition at line 82 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by __construct().
| const ilObjStudyProgrammeAutoCategoriesGUI::CHECKBOX_CATEGORY_REF_IDS = 'c_catids' |
Definition at line 25 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by ilStudyProgrammeAutoCategoriesTableGUI\__construct(), delete(), deleteConfirmation(), and getAsyncModalOutput().
| const ilObjStudyProgrammeAutoCategoriesGUI::CMD_DELETE = 'delete' |
Definition at line 30 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoCategoriesGUI::CMD_DELETE_CONFIRMATION = 'deleteConfirmation' |
Definition at line 31 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoCategoriesGUI::CMD_GET_ASYNC_MODAL = 'getAsyncModalOutput' |
Definition at line 29 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoCategoriesGUI::CMD_PROFILE_NOT_PUBLIC = 'profile_not_public' |
Definition at line 32 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoCategoriesGUI::CMD_SAVE = 'save' |
Definition at line 28 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoCategoriesGUI::CMD_VIEW = 'view' |
Definition at line 27 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoCategoriesGUI::F_CATEGORY_ORIGINAL_REF = 'f_cr_org' |
Definition at line 24 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.
| const ilObjStudyProgrammeAutoCategoriesGUI::F_CATEGORY_REF = 'f_cr' |
Definition at line 23 of file class.ilObjStudyProgrammeAutoCategoriesGUI.php.