|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilObjStudyProgrammeAutoMembershipsGUI. More...
Collaboration diagram for ilObjStudyProgrammeAutoMembershipsGUI: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... | |
| setParentGUI (ilContainerGUI $a_parent_gui) | |
| Set this GUI's parent gui. More... | |
| __storeEntries (&$new_res) | |
Data Fields | |
| const | ROLEFOLDER_REF_ID = 8 |
| const | CHECKBOX_SOURCE_IDS = 'c_amsids' |
| const | F_SOURCE_TYPE = 'f_st' |
| const | F_SOURCE_ID = 'f_sid' |
| const | F_ORIGINAL_SOURCE_TYPE = 'f_st_org' |
| const | F_ORIGINAL_SOURCE_ID = 'f_sid_org' |
| const | CMD_VIEW = 'view' |
| const | CMD_SAVE = 'save' |
| const | CMD_DELETE = 'delete' |
| const | CMD_DELETE_CONFIRMATION = 'deleteConfirmation' |
| const | CMD_GET_ASYNC_MODAL_OUTPUT = 'getAsynchModalOutput' |
| const | CMD_NEXT_STEP = 'nextStep' |
| const | CMD_ENABLE = 'enable' |
| const | CMD_DISABLE = 'disable' |
| const | CMD_PROFILE_NOT_PUBLIC = 'profile_not_public' |
| $tpl | |
| $ctrl | |
| $toolbar | |
| $lng | |
| $prg_ref_id | |
| $object | |
| $ui_factory | |
| $ui_renderer | |
Protected Member Functions | |
| nextStep () | |
| view (bool $profile_not_public=false) | |
| Render. More... | |
| save () | |
| deleteConfirmation () | |
| delete () | |
| enable () | |
| Enable single entry. More... | |
| disable () | |
| Disable single entry. More... | |
| getObject () | |
| Get current StudyProgramme-object. More... | |
| getModal (string $source_type=null, int $source_id=null) | |
| getAsynchModalOutput () | |
| getForm (string $source_type=null, int $source_id=null) | |
| getSelectionForm (string $selected_source_type, string $selected_source, string $source_type=null, int $source_id=null) | |
| parseQueryString ($a_string, $a_combination_or=true, $a_ignore_length=false) | |
| getToolbar (\ILIAS\UI\Component\Signal $add_cat_signal) | |
| Setup toolbar. More... | |
| getItemAction (string $src_id, \ILIAS\UI\Component\Signal $signal, bool $is_enabled) | |
| getUserRepresentation (int $usr_id) | |
| getTitleRepresentation (ilStudyProgrammeAutoMembershipSource $ams) | |
| txt (string $code) | |
Protected Attributes | |
| $message_box_factory | |
| $button_factory | |
| $request | |
| $tree | |
Static Private Attributes | |
| static | $switch_to_ref_id |
Class ilObjStudyProgrammeAutoMembershipsGUI.
@ilCtrl_Calls ilObjStudyProgrammeAutoMembershipsGUI: ilPropertyFormGUI
Definition at line 18 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
| ilObjStudyProgrammeAutoMembershipsGUI::__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 92 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References $button_factory, $ilCtrl, $lng, $message_box_factory, $request, $tpl, $tree, $ui_factory, and $ui_renderer.
| ilObjStudyProgrammeAutoMembershipsGUI::__storeEntries | ( | & | $new_res | ) |
Definition at line 656 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
|
protected |
Definition at line 310 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References $type, CHECKBOX_SOURCE_IDS, getObject(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Definition at line 273 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References CHECKBOX_SOURCE_IDS, and ilUtil\sendInfo().
Here is the call graph for this function:
|
protected |
Disable single entry.
Definition at line 354 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References $type, CHECKBOX_SOURCE_IDS, and getObject().
Here is the call graph for this function:
|
protected |
Enable single entry.
Definition at line 340 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References $type, CHECKBOX_SOURCE_IDS, and getObject().
Here is the call graph for this function:| ilObjStudyProgrammeAutoMembershipsGUI::executeCommand | ( | ) |
Definition at line 120 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References CMD_DELETE, CMD_DELETE_CONFIRMATION, CMD_DISABLE, CMD_ENABLE, CMD_GET_ASYNC_MODAL_OUTPUT, CMD_NEXT_STEP, CMD_PROFILE_NOT_PUBLIC, CMD_SAVE, CMD_VIEW, and view().
Here is the call graph for this function:
|
protected |
Definition at line 416 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References $_GET, exit, F_ORIGINAL_SOURCE_TYPE, F_SOURCE_ID, F_SOURCE_TYPE, getForm(), and txt().
Here is the call graph for this function:
|
protected |
Definition at line 489 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by getAsynchModalOutput(), and save().
Here is the caller graph for this function:
|
protected |
Definition at line 680 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by view().
Here is the caller graph for this function:
|
protected |
Definition at line 396 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by view().
Here is the caller graph for this function:
|
protected |
Get current StudyProgramme-object.
Definition at line 386 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References $object, and ilObjStudyProgramme\getInstanceByRefId().
Referenced by delete(), disable(), enable(), save(), and view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 593 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by nextStep().
Here is the caller graph for this function:
|
protected |
Definition at line 733 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References Vendor\Package\$c, $url, ilLink\_getStaticLink(), ilObject\_lookupTitle(), ilStudyProgrammeAutoMembershipSource\getSourceType(), ilStudyProgrammeAutoMembershipSource\TYPE_COURSE, ilStudyProgrammeAutoMembershipSource\TYPE_GROUP, ilStudyProgrammeAutoMembershipSource\TYPE_ORGU, and ilStudyProgrammeAutoMembershipSource\TYPE_ROLE.
Referenced by view().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Setup toolbar.
Definition at line 671 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by view().
Here is the caller graph for this function:
|
protected |
Definition at line 715 of file class.ilObjStudyProgrammeAutoMembershipsGUI.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 |
Definition at line 148 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References $_GET, exit, F_ORIGINAL_SOURCE_TYPE, F_SOURCE_ID, F_SOURCE_TYPE, getSelectionForm(), and txt().
Here is the call graph for this function:
|
protected |
Definition at line 637 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References QP_COMBINATION_AND, and ilUtil\stripSlashes().
Here is the call graph for this function:
|
protected |
Definition at line 234 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References ilObject\_getAllReferences(), F_SOURCE_TYPE, getForm(), getObject(), ilUtil\sendFailure(), and txt().
Here is the call graph for this function:| ilObjStudyProgrammeAutoMembershipsGUI::setParentGUI | ( | ilContainerGUI | $a_parent_gui | ) |
Set this GUI's parent gui.
| ilContainerGUI | $a_parent_gui |
Definition at line 377 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
| ilObjStudyProgrammeAutoMembershipsGUI::setRefId | ( | int | $prg_ref_id | ) |
Set ref-id of StudyProgramme before using this GUI.
| int | $prg_ref_id |
Definition at line 369 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References $prg_ref_id.
|
protected |
Definition at line 780 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by getAsynchModalOutput(), nextStep(), and save().
Here is the caller graph for this function:
|
protected |
Render.
Definition at line 196 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
References $data, getItemAction(), getModal(), getObject(), getTitleRepresentation(), 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 78 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeAutoMembershipsGUI::$ctrl |
Definition at line 50 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
| ilObjStudyProgrammeAutoMembershipsGUI::$lng |
Definition at line 58 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 74 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeAutoMembershipsGUI::$object |
Definition at line 66 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by getObject().
| ilObjStudyProgrammeAutoMembershipsGUI::$prg_ref_id |
Definition at line 62 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by setRefId().
|
protected |
Definition at line 86 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by __construct().
|
staticprivate |
Definition at line 38 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
| ilObjStudyProgrammeAutoMembershipsGUI::$toolbar |
Definition at line 54 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
| ilObjStudyProgrammeAutoMembershipsGUI::$tpl |
Definition at line 46 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 90 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeAutoMembershipsGUI::$ui_factory |
Definition at line 70 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by __construct().
| ilObjStudyProgrammeAutoMembershipsGUI::$ui_renderer |
Definition at line 82 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by __construct().
| const ilObjStudyProgrammeAutoMembershipsGUI::CHECKBOX_SOURCE_IDS = 'c_amsids' |
Definition at line 21 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by ilStudyProgrammeAutoMembershipsTableGUI\__construct(), delete(), deleteConfirmation(), disable(), and enable().
| const ilObjStudyProgrammeAutoMembershipsGUI::CMD_DELETE = 'delete' |
Definition at line 30 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoMembershipsGUI::CMD_DELETE_CONFIRMATION = 'deleteConfirmation' |
Definition at line 31 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoMembershipsGUI::CMD_DISABLE = 'disable' |
Definition at line 35 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoMembershipsGUI::CMD_ENABLE = 'enable' |
Definition at line 34 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoMembershipsGUI::CMD_GET_ASYNC_MODAL_OUTPUT = 'getAsynchModalOutput' |
Definition at line 32 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoMembershipsGUI::CMD_NEXT_STEP = 'nextStep' |
Definition at line 33 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoMembershipsGUI::CMD_PROFILE_NOT_PUBLIC = 'profile_not_public' |
Definition at line 36 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoMembershipsGUI::CMD_SAVE = 'save' |
Definition at line 29 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoMembershipsGUI::CMD_VIEW = 'view' |
Definition at line 28 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by executeCommand().
| const ilObjStudyProgrammeAutoMembershipsGUI::F_ORIGINAL_SOURCE_ID = 'f_sid_org' |
Definition at line 26 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
| const ilObjStudyProgrammeAutoMembershipsGUI::F_ORIGINAL_SOURCE_TYPE = 'f_st_org' |
Definition at line 25 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by getAsynchModalOutput(), and nextStep().
| const ilObjStudyProgrammeAutoMembershipsGUI::F_SOURCE_ID = 'f_sid' |
Definition at line 24 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by getAsynchModalOutput(), and nextStep().
| const ilObjStudyProgrammeAutoMembershipsGUI::F_SOURCE_TYPE = 'f_st' |
Definition at line 23 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.
Referenced by getAsynchModalOutput(), nextStep(), and save().
| const ilObjStudyProgrammeAutoMembershipsGUI::ROLEFOLDER_REF_ID = 8 |
Definition at line 20 of file class.ilObjStudyProgrammeAutoMembershipsGUI.php.