3 declare(strict_types=1);
74 $this->tpl = $DIC[
'tpl'];
75 $this->
ctrl = $DIC[
'ilCtrl'];
76 $this->ilLocator = $DIC[
'ilLocator'];
77 $this->tree = $DIC[
'tree'];
78 $this->
toolbar = $DIC[
'ilToolbar'];
79 $this->
ilLog = $DIC[
'ilLog'];
80 $this->
ilias = $DIC[
'ilias'];
82 $this->
help = $DIC[
'ilHelp'];
83 $this->
user = $DIC[
'ilUser'];
85 $this->request_wrapper = $DIC->http()->wrapper()->query();
87 $ref_id = $this->request_wrapper->retrieve(
"ref_id", $this->
refinery->kindlyTo()->int());
101 $this->container_view_manager = $DIC
111 $cmd = $this->
ctrl->getCmd();
112 $next_class = $this->
ctrl->getNextClass($this);
114 if ($cmd ==
"" || $cmd === null) {
119 parent::prepareOutput();
123 switch ($next_class) {
124 case "ilinfoscreengui":
125 $this->tabs_gui->activateTab(self::TAB_INFO);
132 $this->
ctrl->forwardCommand($info);
150 case 'ilpermissiongui':
151 $this->tabs_gui->activateTab(
'perm_settings');
153 $this->
ctrl->forwardCommand($ilPermissionGUI);
155 case "ilcommonactiondispatchergui":
157 $this->
ctrl->forwardCommand($gui);
159 case "ilobjstudyprogrammesettingsgui":
162 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
163 $this->tabs_gui->activateSubTab(
'settings');
164 $this->settings_gui->setRefId($this->ref_id);
165 $this->
ctrl->forwardCommand($this->settings_gui);
167 case "ilobjstudyprogrammeautocategoriesgui":
170 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
171 $this->tabs_gui->activateSubTab(
'auto_content');
172 $this->autocategories_gui->setRefId($this->ref_id);
174 $this->
ctrl->forwardCommand($this->autocategories_gui);
176 case "ilobjstudyprogrammemembersgui":
179 $this->tabs_gui->activateTab(self::TAB_MEMBERS);
180 $this->tabs_gui->activateSubTab(
'edit_participants');
181 $this->members_gui->setParentGUI($this);
182 $this->members_gui->setRefId($this->ref_id);
183 $this->
ctrl->forwardCommand($this->members_gui);
185 case "ilobjstudyprogrammeautomembershipsgui":
188 $this->tabs_gui->activateTab(self::TAB_MEMBERS);
189 $this->tabs_gui->activateSubTab(
'auto_memberships');
190 $this->memberships_gui->setParentGUI($this);
191 $this->memberships_gui->setRefId($this->ref_id);
192 $this->
ctrl->forwardCommand($this->memberships_gui);
194 case "ilobjstudyprogrammetreegui":
198 $this->tabs_gui->activateTab(self::TAB_VIEW_CONTENT);
199 $this->tabs_gui->activateSubTab(self::SUBTAB_VIEW_TREE);
202 $this->container_view_manager->setContentView();
204 $this->tree_gui->setRefId($this->
id);
205 $this->
ctrl->forwardCommand($this->tree_gui);
207 case 'ilstudyprogrammetypegui':
208 $this->tabs_gui->activateTab(
'subtypes');
209 $this->type_gui->setParentGUI($this);
210 $this->
ctrl->forwardCommand($this->type_gui);
212 case 'ilobjectcopygui':
213 $gui =
new ilobjectcopygui($this);
214 $this->
ctrl->forwardCommand($gui);
216 case 'ilobjecttranslationgui':
219 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
220 $this->tabs_gui->activateSubTab(
'settings_trans');
222 $this->
ctrl->forwardCommand($transgui);
224 case "ilcertificategui":
227 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
228 $this->tabs_gui->activateSubTab(
'certificate');
230 $output_gui = $guiFactory->create($this->
object);
231 $this->
ctrl->forwardCommand($output_gui);
233 case strtolower(ilPropertyFormGUI::class):
245 $this->
object->getSettings()->getTypeSettings()->getTypeId()
265 $this->tabs_gui->clearTargets();
266 $this->tabs_gui->setBackTarget($this->
lng->txt(
"back"), $this->
ctrl->getLinkTarget($this));
267 parent::deleteObject();
269 case 'confirmedDelete':
270 parent::confirmedDeleteObject();
272 case 'editAdvancedSettings':
273 $this->tabs_gui->activateTab(
'edit_advanced_settings');
276 case 'updateAdvancedSettings':
277 $this->tabs_gui->activateTab(
'edit_advanced_settings');
281 $this->
ctrl->redirectByClass(
"ilInfoScreenGUI",
"showSummary");
283 case 'getAsynchItemList':
284 parent::getAsynchItemListObject();
288 case 'confirmRemoveFromSystem':
289 case 'removeFromSystem':
290 case 'deliverCertificate':
292 case 'removeFromDesk':
298 case 'performPasteIntoMultipleObjects':
299 case 'cancelMoveLink':
300 case 'keepObjectsInClipboard':
306 throw new ilException(
"ilObjStudyProgrammeGUI: Command not supported: $cmd");
310 throw new ilException(
"ilObjStudyProgrammeGUI: Can't forward to next class $next_class");
316 parent::createObject();
319 protected function save(): void
321 parent::saveObject();
323 if ($this->
ctrl->isAsynch()) {
327 "cmd" => $this->
ctrl->getCmd(),
329 "errors" =>
$form->getErrors()
341 parent::cancelCreation();
360 "message" => $this->
lng->txt(
"object_added")
365 $this->tpl->setOnScreenMessage(
"success", $this->
lng->txt(
"object_added"),
true);
367 $this->
ctrl->setParameter($this,
"ref_id", $new_object->
getRefId());
370 $this->
ctrl->getLinkTarget($this,
"edit",
"",
false,
false)
376 if (!$this->permissions) {
377 if (!$this->
object || !$this->
object->getRefId()) {
378 throw new LogicException(
'Cannot ask for permission when not in tree!');
386 protected function view(): void
389 $this->tabs_gui->activateTab(self::TAB_VIEW_CONTENT);
390 parent::renderObject();
411 $this->tpl->setOnScreenMessage(
"failure", $this->
lng->txt(
"permission_denied"),
true);
412 $this->
ctrl->redirect($this);
420 $this->
object->getSettings()->getTypeSettings()->getTypeId()
430 $this->tpl->setOnScreenMessage(
"failure", $this->
lng->txt(
"permission_denied"),
true);
431 $this->
ctrl->redirect($this);
439 $this->
object->getSettings()->getTypeSettings()->getTypeId()
445 if ($gui->importEditFormPostValues()) {
446 $gui->writeEditForm();
447 $this->tpl->setOnScreenMessage(
"success", $this->
lng->txt(
'settings_saved'),
true);
448 $this->
ctrl->redirect($this,
'editAdvancedSettings');
459 return array(self::CFORM_NEW => $this->
initCreateForm($new_type));
471 $asyncForm->cloneForm($tmp_forms[self::CFORM_NEW]);
472 $asyncForm->setAsync(
true);
495 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"msg_no_perm_write"));
496 $this->
ctrl->redirectByClass(
'ilinfoscreengui',
'');
498 $this->
ilias->raiseError($this->
lng->txt(
"msg_no_perm_read"), $this->
ilias->error_obj->WARNING);
505 $this->
help->setScreenIdComponent(
"prg");
507 $this->tabs_gui->addTab(self::TAB_VIEW_CONTENT, $this->
lng->txt(
"content"), $this->
getLinkTarget(
"view"));
511 $this->tabs_gui->addTab(
513 $this->
lng->txt(
"info_short"),
519 $this->tabs_gui->addTab(
521 $this->
lng->txt(
"settings"),
527 $this->tabs_gui->addTab(
529 $this->
lng->txt(
"assignments"),
534 if ($this->
object->hasAdvancedMetadata()
537 $this->tabs_gui->addTab(
539 $this->
lng->txt(
'meta_data'),
540 $this->
ctrl->getLinkTarget($this,
'editAdvancedSettings')
553 switch ($parent_tab) {
554 case self::TAB_VIEW_CONTENT:
555 case self::SUBTAB_VIEW_TREE:
558 $this->tabs_gui->addSubTab(
559 self::TAB_VIEW_CONTENT,
560 $this->
lng->txt(
"view"),
566 $this->tabs_gui->addSubTab(
567 self::SUBTAB_VIEW_TREE,
568 $this->
lng->txt(
"cntr_manage"),
574 $this->tabs_gui->addSubTab(
576 $this->
lng->txt(
'settings'),
580 if ($this->
object->isAutoContentApplicable()) {
581 $this->tabs_gui->addSubTab(
583 $this->
lng->txt(
"content_automation"),
588 $this->tabs_gui->addSubTab(
590 $this->
lng->txt(
"obj_multilinguality"),
591 $this->
ctrl->getLinkTargetByClass(
"ilobjecttranslationgui",
"")
595 if (
true === $validator->validate()) {
596 $this->tabs_gui->addSubTabTarget(
598 $this->
ctrl->getLinkTargetByClass(
"ilcertificategui",
"certificateeditor"),
604 if ($this->permissions->isOrguAccessEnabledGlobally()) {
605 $this->tabs_gui->addSubTab(
607 $this->
lng->txt(
"obj_features"),
615 $this->tabs_gui->addSubTab(
617 $this->
lng->txt(
'edit_participants'),
622 $this->tabs_gui->addSubTab(
624 $this->
lng->txt(
'auto_memberships'),
644 if ($cmd ===
"info_short") {
645 return $this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui",
"showSummary");
647 if ($cmd ===
"settings") {
648 return $this->
ctrl->getLinkTargetByClass(
"ilobjstudyprogrammesettingsgui",
"view");
650 if ($cmd ===
"auto_content") {
651 return $this->
ctrl->getLinkTargetByClass(
"ilObjStudyProgrammeAutoCategoriesGUI",
"view");
654 if ($cmd === self::SUBTAB_VIEW_TREE) {
655 return $this->
ctrl->getLinkTargetByClass(
"ilobjstudyprogrammetreegui",
"view");
657 if ($cmd ===
"members") {
658 return $this->
ctrl->getLinkTargetByClass(
"ilobjstudyprogrammemembersgui",
"view");
660 if ($cmd ===
"memberships") {
661 return $this->
ctrl->getLinkTargetByClass(
"ilobjstudyprogrammeautomembershipsgui",
"view");
663 if ($cmd ===
"subtypes") {
664 return $this->
ctrl->getLinkTargetByClass(
"ilstudyprogrammetypegui",
"listTypes");
666 if ($cmd ===
"commonSettings") {
667 return $this->
ctrl->getLinkTargetByClass(
669 "ilobjstudyprogrammesettingsgui",
670 "ilStudyProgrammeCommonSettingsGUI" 676 return $this->
ctrl->getLinkTarget($this, $cmd);
684 if (!$this->
object->getSettings()->getTypeSettings()->getTypeId() ||
686 ->getType($this->
object->getSettings()->getTypeSettings()->getTypeId())
696 $this->
object->getSettings()->getTypeSettings()->getTypeId()
699 $record_gui->parse();
702 protected function edit(): void
705 $link = $this->
ctrl->getLinkTargetByClass(ilObjStudyProgrammeSettingsGUI::class,
'view');
706 $this->
ctrl->redirectToURL($link);
709 public static function _goto(
string $target): void
712 $ilCtrl = $DIC[
'ilCtrl'];
713 $id = explode(
"_", $target);
714 $ilCtrl->setTargetScript(
'ilias.php');
715 $ilCtrl->setParameterByClass(
"ilobjstudyprogrammegui",
"ref_id",
$id[0]);
716 $ilCtrl->redirectByClass(array(
"ilRepositoryGUI",
"ilobjstudyprogrammegui"),
"view");
722 $ilNavigationHistory = $DIC[
'ilNavigationHistory'];
725 $ref_id = $this->request_wrapper->retrieve(
"ref_id", $this->
refinery->kindlyTo()->int());
727 $ilNavigationHistory->addItem(
$ref_id, $link,
'prg');
733 $lg = parent::initHeaderAction($sub_type, $sub_id);
735 if ($lg &&
true === $validator->isCertificateDownloadable($this->user->getId(), $this->
object->getId())) {
736 $cert_url = $this->
ctrl->getLinkTarget($this,
"deliverCertificate");
737 $this->
lng->loadLanguageModule(
"certificate");
738 $lg->addCustomCommand($cert_url,
"download_certificate");
742 $this->
lng->txt(
"download_certificate"),
755 $this->
lng->loadLanguageModule(
'cert');
757 $user_id = (
int) $this->
user->getId();
758 $obj_id = $this->
object->getId();
761 if (
false === $validator->isCertificateDownloadable($user_id,
$obj_id)) {
762 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"permission_denied"),
true);
763 $this->
ctrl->redirect($this);
766 $cert_logger = $DIC->logger()->cert();
771 $this->
lng->txt(
'error_creating_certificate_pdf')
ilObjStudyProgrammeMembersGUI $members_gui
Class ilPdfGeneratorConstantsTest.
setPropertyForm(ilPropertyFormGUI $form)
ilStudyProgrammeTypeGUI $type_gui
Class ilObjStudyProgrammeGUI class ilObjStudyProgrammeGUI: ilPermissionGUI ilObjStudyProgrammeGUI: ...
denyAccessIfNotAnyOf(array $permissions)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjStudyProgrammeAutoMembershipsGUI $memberships_gui
afterSave(ilObject $new_object)
Sets the sorting of the container correctly.
static handleAsyncOutput(string $normal_content, string $async_content=null, bool $apply_to_tpl=true)
Handles async output.
ilStudyProgrammeTypeRepository $type_repository
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
Class ilObjStudyProgrammeAutoCategoriesGUI.
static _goto(string $target)
getSubTabs(string $parent_tab)
Adds subtabs based on the parent tab.
Component logger with individual log levels by component id.
fillInfoScreen($info_screen)
Adding meta-data to the info-screen.
loadLanguageModule(string $a_module)
Load language module.
ilObjStudyProgrammeSettingsGUI $settings_gui
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkAccess(string $permission)
deliverCertificateObject()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjStudyProgrammeTreeGUI $tree_gui
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initCreationForms($new_type)
Overwritten from ilObjectGUI since copy and import are not implemented.
const SORT_NEW_ITEMS_POSITION_BOTTOM
static encodeAsyncResponse(array $data=array())
Encode data as json for async output.
denyAccessIfNot(string $permission)
initHeaderAction(?string $sub_type=null, ?int $sub_id=null)
getAsyncCreationForm()
Method for implementing async windows-output Should be moved into core to enable async requests on cr...
const SORT_NEW_ITEMS_ORDER_CREATION
Validates if an active certificate is stored in the database and can be downloaded by the user...
Interface RequestWrapper.
header include for all ilias files.
static specificDicFor(ilObjStudyProgramme $prg)
ilObjStudyProgrammeMembersGUI: ilStudyProgrammeRepositorySearchGUI ilObjStudyProgrammeMembersGUI: il...
isActiveAdministrationPanel()
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Just a wrapper class to create Unit Test for other classes.
getLinkTarget(string $cmd)
Generates a link based on a cmd.
setContentSubTabs()
Disable default content subtabs.
ViewManager $container_view_manager
ilPRGPermissionsHelper $permissions
ilObjStudyProgrammeAutoCategoriesGUI $autocategories_gui
__construct(Container $dic, ilPlugin $plugin)
getReturnLocation(string $cmd, string $default_location="")
Get return location for command (command is method name without "Object", e.g.
initCreateForm(string $new_type)
Class ilObjStudyProgrammeAutoMembershipsGUI.
RequestWrapper $request_wrapper
setInfoObject(ilInfoScreenGUI $info)
get info sections
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder...
static init(ilGlobalTemplateInterface $a_main_tpl=null)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
initAdvancedSettingsForm()
addHeaderAction()
Add header action menu.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjStudyProgrammeSettingsGUI: ilStudyProgrammeCommonSettingsGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Refinery Factory $refinery
downloadPdf(int $userId, int $objectId)