28 public static function new():
self 31 return new self($DIC->ctrl());
39 return $this->
ctrl->getLinkTargetByClass(
"ilDclTableListGUI",
"listTables");
44 $this->
ctrl->setParameterByClass(ilDclDetailedViewGUI::class,
'tableview_id', $viewId);
45 $this->
ctrl->setParameterByClass(ilDclDetailedViewGUI::class,
'record_id', $recordId);
46 return $this->
ctrl->getLinkTargetByClass(ilDclDetailedViewGUI::class,
'renderRecord');
54 if ($viewId !== null) {
55 $this->
ctrl->setParameterByClass(
"ildclrecordlistgui",
"tableview_id", $viewId);
57 return $this->
ctrl->getLinkTargetByClass(
"ildclrecordlistgui",
"show");
62 return $this->
ctrl->getLinkTargetByClass(
"ilinfoscreengui",
"showSummary");
67 $this->
ctrl->redirectToURL($link);
75 return $this->
ctrl->getLinkTarget($dataCollectionGUI,
"editObject");
83 return $this->
ctrl->getLinkTargetByClass(
"ildclexportgui",
"");
91 return $this->
ctrl->getLinkTargetByClass(
"ilpermissiongui",
"perm");
96 return $this->
ctrl->getLinkTarget($dataCollectionGUI,
"createObject");
101 return $this->
ctrl->getLinkTarget($dataCollectionGUI,
"saveObject");
106 return $this->
ctrl->getLinkTargetByClass(
109 'ilobjdatacollectiongui',
110 'ildclrecordeditgui',
123 return $this->
ctrl->getLinkTarget($dataCollectionGUI,
"render");
128 return $this->
ctrl->isAsynch();
136 $this->
ctrl->forwardCommand($guiObject);
144 $this->
ctrl->saveParameter($guiObject,
"table_id");
149 $this->
ctrl->saveParameter($guiObject,
"tableview_id");
getSaveDclEndpoint(ilObjDataCollectionGUI $dataCollectionGUI)
getCreateDclLink(ilObjDataCollectionGUI $dataCollectionGUI)
getEditDclLink(ilObjDataCollectionGUI $dataCollectionGUI)
getDataCollectionHomeLink(ilObjDataCollectionGUI $dataCollectionGUI)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getDataCollectionExportLink()
getListRecordsLink(?string $viewId=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
saveParameterTableId(object $guiObject)
getEditRecordLink(int $viewId, int $recordId)
saveParameterTableviewId(object $guiObject)
forwardCommand(object $guiObject)
getQueryRecordDataEndpoint()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilCtrl $ctrl)