24 include_once
'./Services/WebServices/ECS/classes/class.ilECSServerSettings.php';
63 $ilTabs = $DIC[
'ilTabs'];
67 $this->lng->loadLanguageModule(
'ecs');
69 $this->tabs_gui = $ilTabs;
71 $this->log =
$GLOBALS[
'DIC']->logger()->wsrv();
87 $ilAccess = $DIC[
'ilAccess'];
88 $next_class = $this->ctrl->getNextClass($this);
89 $cmd = $this->ctrl->getCmd();
92 switch ($next_class) {
93 case 'ilecsmappingsettingsgui':
94 include_once
'./Services/WebServices/ECS/classes/Mapping/class.ilECSMappingSettingsGUI.php';
96 $this->ctrl->setReturn($this,
'communities');
97 $this->ctrl->forwardCommand($mapset);
100 case 'ilecsparticipantsettingsgui':
101 include_once
'./Services/WebServices/ECS/classes/class.ilECSParticipantSettingsGUI.php';
103 (
int) $_REQUEST[
'server_id'],
104 (
int) $_REQUEST[
'mid']
106 $this->ctrl->setReturn($this,
'communities');
107 $this->ctrl->forwardCommand($part);
112 if (!$ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"]) && $cmd !=
"overview" && $cmd !=
"communities") {
113 $this->ctrl->redirect($this,
"overview");
116 if (!$cmd || $cmd ==
'view') {
135 $ilToolbar = $DIC[
'ilToolbar'];
136 $ilTabs = $DIC[
'ilTabs'];
137 $ilAccess = $DIC[
'ilAccess'];
139 include_once
'./Services/WebServices/ECS/classes/class.ilECSServerSettings.php';
141 $ilTabs->setSubTabActive(
'overview');
142 if ($ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
143 $ilToolbar->addButton(
144 $this->lng->txt(
'ecs_add_new_ecs'),
145 $this->ctrl->getLinkTarget($this,
'create')
150 $servers->readInactiveServers();
152 include_once
'./Services/WebServices/ECS/classes/class.ilECSServerTableGUI.php';
155 $table->parse($servers);
156 $this->tpl->setContent($table->getHTML());
166 $this->
settings->setEnabledStatus(
true);
168 ilUtil::sendSuccess($this->lng->txt(
'settings_saved'),
true);
169 $this->ctrl->redirect($this,
'overview');
178 $this->
settings->setEnabledStatus(
false);
180 ilUtil::sendSuccess($this->lng->txt(
'settings_saved'),
true);
181 $this->ctrl->redirect($this,
'overview');
191 include_once(
'Services/WebServices/ECS/classes/class.ilECSConnector.php');
192 include_once(
'Services/WebServices/ECS/classes/class.ilECSConnectorException.php');
193 include_once(
'./Services/WebServices/ECS/classes/class.ilECSEventQueueReader.php');
194 include_once
'./Services/WebServices/ECS/classes/class.ilECSServerSettings.php';
201 include_once(
'./Services/WebServices/ECS/classes/class.ilECSTaskScheduler.php');
227 $ilTabs = $DIC[
'ilTabs'];
231 $ilTabs->clearTargets();
232 $ilTabs->clearSubTabs();
233 $ilTabs->setBackTarget($this->lng->txt(
'back'), $this->ctrl->getLinkTarget($this,
'overview'));
236 $this->tabs_gui->setSubTabActive(
'ecs_settings');
238 $this->tpl->setContent($this->form->getHTML());
248 $ilTabs = $DIC[
'ilTabs'];
251 $this->ctrl->saveParameter($this,
'server_id', (
int) $_REQUEST[
'server_id']);
253 $ilTabs->clearTargets();
254 $ilTabs->clearSubTabs();
255 $ilTabs->setBackTarget($this->lng->txt(
'back'), $this->ctrl->getLinkTarget($this,
'overview'));
258 $this->tabs_gui->setSubTabActive(
'ecs_settings');
260 $this->tpl->setContent($this->form->getHTML());
263 protected function cp()
267 $copy = clone $this->settings;
270 $this->ctrl->setParameter($this,
'server_id', $copy->getServerId());
271 ilUtil::sendSuccess($this->lng->txt(
'ecs_settings_cloned'),
true);
272 $this->ctrl->redirect($this,
'edit');
278 protected function delete()
282 $ilTabs = $DIC[
'ilTabs'];
286 $ilTabs->clearTargets();
287 $ilTabs->clearSubTabs();
288 $ilTabs->setBackTarget($this->lng->txt(
'back'), $this->ctrl->getLinkTarget($this,
'overview'));
290 include_once
'./Services/Utilities/classes/class.ilConfirmationGUI.php';
292 $confirm->setFormAction($this->ctrl->getFormAction($this));
293 $confirm->setConfirm($this->lng->txt(
'delete'),
'doDelete');
294 $confirm->setCancel($this->lng->txt(
'cancel'),
'overview');
295 $confirm->setHeaderText($this->lng->txt(
'ecs_delete_setting'));
297 $confirm->addItem(
'',
'', $this->
settings->getServer());
298 $confirm->addHiddenItem(
'server_id', $this->
settings->getServerId());
300 $this->tpl->setContent($confirm->getHTML());
312 include_once
'./Services/WebServices/ECS/classes/class.ilECSCommunitiesCache.php';
315 include_once
'./Services/WebServices/ECS/classes/class.ilECSDataMappingSettings.php';
318 include_once
'./Services/WebServices/ECS/classes/class.ilECSEventQueueReader.php';
321 include_once
'./Services/WebServices/ECS/classes/class.ilECSExport.php';
324 include_once
'./Services/WebServices/ECS/classes/class.ilECSImport.php';
327 include_once
'./Services/WebServices/ECS/classes/class.ilECSParticipantSettings.php';
330 ilUtil::sendSuccess($this->lng->txt(
'ecs_setting_deleted'),
true);
331 $this->ctrl->redirect($this,
'overview');
343 $this->tabs_gui->setSubTabActive(
'ecs_settings');
345 $this->tpl->setContent($this->form->getHTML());
355 if (is_object($this->form)) {
358 include_once(
'Services/Form/classes/class.ilPropertyFormGUI.php');
361 $this->form->setFormAction($this->ctrl->getFormAction($this,
'settings'));
362 $this->form->setTitle($this->lng->txt(
'ecs_connection_settings'));
367 $this->form->addItem($ena);
369 $server_title =
new ilTextInputGUI($this->lng->txt(
'ecs_server_title'),
'title');
370 $server_title->setValue($this->
settings->getTitle());
371 $server_title->setSize(80);
372 $server_title->setMaxLength(128);
373 $server_title->setRequired(
true);
374 $this->form->addItem($server_title);
376 $ser =
new ilTextInputGUI($this->lng->txt(
'ecs_server_url'),
'server');
377 $ser->setValue((
string) $this->
settings->getServer());
378 $ser->setRequired(
true);
379 $this->form->addItem($ser);
383 #$pro->setOptions(array(ilECSSetting::PROTOCOL_HTTP => $this->lng->txt('http'), 384 # ilECSSetting::PROTOCOL_HTTPS => $this->lng->txt('https'))); 386 $pro->setValue($this->
settings->getProtocol());
387 $pro->setRequired(
true);
388 $this->form->addItem($pro);
392 $por->setMaxLength(5);
393 $por->setValue((
string) $this->
settings->getPort());
394 $por->setRequired(
true);
395 $this->form->addItem($por);
399 $this->form->addItem($tcer);
403 $tcer->addOption($cert_based);
405 $cli =
new ilTextInputGUI($this->lng->txt(
'ecs_client_cert'),
'client_cert');
407 $cli->setValue((
string) $this->
settings->getClientCertPath());
408 $cli->setRequired(
true);
409 $cert_based->addSubItem($cli);
411 $key =
new ilTextInputGUI($this->lng->txt(
'ecs_cert_key'),
'key_path');
413 $key->setValue((
string) $this->
settings->getKeyPath());
414 $key->setRequired(
true);
415 $cert_based->addSubItem($key);
417 $cerp =
new ilTextInputGUI($this->lng->txt(
'ecs_key_password'),
'key_password');
419 $cerp->setValue((
string) $this->
settings->getKeyPassword());
420 $cerp->setInputType(
'password');
421 $cerp->setRequired(
true);
422 $cert_based->addSubItem($cerp);
424 $cer =
new ilTextInputGUI($this->lng->txt(
'ecs_ca_cert'),
'ca_cert');
426 $cer->setValue((
string) $this->
settings->getCACertPath());
427 $cer->setRequired(
true);
428 $cert_based->addSubItem($cer);
432 $tcer->addOption($apa_based);
434 $user =
new ilTextInputGUI($this->lng->txt(
'ecs_apache_user'),
'auth_user');
436 $user->setValue((
string) $this->
settings->getAuthUser());
437 $user->setRequired(
true);
438 $apa_based->addSubItem($user);
441 $pass->setRetype(
false);
443 $pass->setMaxLength(128);
445 $pass->setRequired(
true);
446 $pass->setSkipSyntaxCheck(
true);
447 $apa_based->addSubItem(
$pass);
451 $ser->
setValue($this->
settings->getCertSerialNumber() ? $this->
settings->getCertSerialNumber() : $this->lng->txt(
'ecs_no_value'));
452 $cert_based->addSubItem($ser);
455 $loc->setTitle($this->lng->txt(
'ecs_local_settings'));
456 $this->form->addItem($loc);
458 #$pol = new ilDurationInputGUI($this->lng->txt('ecs_polling'),'polling'); 459 #$pol->setShowDays(false); 460 #$pol->setShowHours(false); 461 #$pol->setShowMinutes(true); 462 #$pol->setShowSeconds(true); 463 #$pol->setSeconds($this->settings->getPollingTimeSeconds()); 464 #$pol->setMinutes($this->settings->getPollingTimeMinutes()); 465 #$pol->setRequired(true); 466 #$pol->setInfo($this->lng->txt('ecs_polling_info')); 467 #$this->form->addItem($pol); 472 $tpl =
new ilTemplate(
'tpl.ecs_import_id_form.html',
true,
true,
'Services/WebServices/ECS');
473 $tpl->setVariable(
'SIZE', 5);
474 $tpl->setVariable(
'MAXLENGTH', 11);
475 $tpl->setVariable(
'POST_VAR',
'import_id');
476 $tpl->setVariable(
'PROPERTY_VALUE', $this->
settings->getImportId());
478 if ($this->
settings->getImportId()) {
481 $imp->setAlert($this->lng->txt(
'err_check_input'));
487 $imp->setHTML(
$tpl->get());
488 $imp->setInfo($this->lng->txt(
'ecs_import_id_info'));
489 $this->form->addItem($imp);
492 $loc->setTitle($this->lng->txt(
'ecs_remote_user_settings'));
493 $this->form->addItem($loc);
497 $role->setValue($this->
settings->getGlobalRole());
498 $role->setInfo($this->lng->txt(
'ecs_global_role_info'));
499 $role->setRequired(
true);
500 $this->form->addItem($role);
502 $duration =
new ilDurationInputGUI($this->lng->txt(
'ecs_account_duration'),
'duration');
503 $duration->
setInfo($this->lng->txt(
'ecs_account_duration_info'));
504 $duration->setMonths($this->
settings->getDuration());
505 $duration->setShowSeconds(
false);
506 $duration->setShowMinutes(
false);
507 $duration->setShowHours(
false);
508 $duration->setShowDays(
false);
509 $duration->setShowMonths(
true);
510 $duration->setRequired(
true);
511 $this->form->addItem($duration);
515 $loc->setTitle($this->lng->txt(
'ecs_notifications'));
516 $this->form->addItem($loc);
518 $rcp_user =
new ilTextInputGUI($this->lng->txt(
'ecs_user_rcp'),
'user_recipients');
519 $rcp_user->setValue((
string) $this->
settings->getUserRecipientsAsString());
520 $rcp_user->setInfo($this->lng->txt(
'ecs_user_rcp_info'));
521 $this->form->addItem($rcp_user);
523 $rcp_econ =
new ilTextInputGUI($this->lng->txt(
'ecs_econ_rcp'),
'econtent_recipients');
524 $rcp_econ->setValue((
string) $this->
settings->getEContentRecipientsAsString());
525 $rcp_econ->setInfo($this->lng->txt(
'ecs_econ_rcp_info'));
526 $this->form->addItem($rcp_econ);
528 $rcp_app =
new ilTextInputGUI($this->lng->txt(
'ecs_approval_rcp'),
'approval_recipients');
529 $rcp_app->setValue((
string) $this->
settings->getApprovalRecipientsAsString());
530 $rcp_app->setInfo($this->lng->txt(
'ecs_approval_rcp_info'));
531 $this->form->addItem($rcp_app);
533 if ($a_mode ==
'update') {
534 $this->form->addCommandButton(
'update', $this->lng->txt(
'save'));
536 $this->form->addCommandButton(
'save', $this->lng->txt(
'save'));
538 $this->form->addCommandButton(
'overview', $this->lng->txt(
'cancel'));
551 if (!$error = $this->
settings->validate()) {
554 #$this->updateTitle(); 574 if (!$error = $this->
settings->validate()) {
578 #$this->updateTitle(); 584 $GLOBALS[
'DIC'][
'ilCtrl']->redirect($this,
'overview');
594 include_once
'./Services/WebServices/ECS/classes/class.ilECSCommunityReader.php';
597 foreach (
$reader->getCommunities() as $community) {
598 foreach ($community->getParticipants() as $part) {
599 $this->log->dump($community);
600 if ($part->isSelf()) {
601 $this->
settings->setTitle($part->getParticipantName());
629 $this->
settings->setPollingTimeMS((
int) $_POST[
'polling'][
'mm'], (
int) $_POST[
'polling'][
'ss']);
631 $this->
settings->setGlobalRole((
int) $_POST[
'global_role']);
632 $this->
settings->setDuration((
int) $_POST[
'duration'][
'MM']);
638 $this->
settings->setAuthType((
int) $_POST[
'auth_type']);
648 include_once
'./Services/WebServices/ECS/classes/class.ilECSCommunityReader.php';
649 include_once
'./Services/WebServices/ECS/classes/class.ilECSServerSettings.php';
650 include_once
'./Services/WebServices/ECS/classes/class.ilECSParticipantSettings.php';
651 include_once
'./Services/WebServices/ECS/classes/class.ilECSParticipantSetting.php';
654 $servers->readInactiveServers();
655 foreach ($servers->getServers() as
$server) {
661 if (!$creader->getParticipantByMID($mid)) {
662 $this->log->notice(
'Deleting deprecated participant: ' .
$server->getServerId() .
' ' . $mid);
671 ilUtil::sendSuccess($this->lng->txt(
'settings_saved'),
true);
672 $this->ctrl->redirect($this,
'communities');
685 $gtpl = $DIC->ui()->mainTemplate();
686 $tpl = new \ilTemplate(
687 'tpl.ecs_communities.html',
690 'Services/WebServices/ECS' 693 $ilAccess = $DIC[
'ilAccess'];
695 if ($ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
696 $GLOBALS[
'DIC'][
'ilToolbar']->addButton(
697 $this->lng->txt(
'ecs_refresh_participants'),
698 $this->ctrl->getLinkTarget($this,
'refreshParticipants')
703 $this->tabs_gui->setSubTabActive(
'ecs_communities');
705 $tpl->setVariable(
'FORMACTION', $this->ctrl->getFormAction($this,
'updateCommunities'));
707 if ($ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
708 $tpl->setCurrentBlock(
"submit_buttons");
709 $tpl->setVariable(
'TXT_SAVE', $this->lng->txt(
'save'));
710 $tpl->setVariable(
'TXT_CANCEL', $this->lng->txt(
'cancel'));
711 $tpl->parseCurrentBlock();
714 include_once(
'Services/WebServices/ECS/classes/class.ilECSCommunityReader.php');
715 include_once(
'Services/WebServices/ECS/classes/class.ilECSCommunityTableGUI.php');
717 include_once
'./Services/WebServices/ECS/classes/class.ilECSServerSettings.php';
719 #$settings->readInactiveServers(); 721 foreach ($settings->getServers() as
$server) {
725 foreach (
$reader->getCommunities() as $community) {
726 $tpl->setCurrentBlock(
'table_community');
728 $table_gui->
setTitle($community->getTitle() .
' (' . $community->getDescription() .
')');
729 $table_gui->parse($community->getParticipants());
730 $tpl->setVariable(
'TABLE_COMM', $table_gui->getHTML());
731 $tpl->parseCurrentBlock();
739 $tpl->setCurrentBlock(
'server');
740 $tpl->setVariable(
'TXT_SERVER_NAME',
$server->getTitle());
741 $tpl->parseCurrentBlock();
744 $gtpl->setContent(
$tpl->get());
756 include_once
'./Services/WebServices/ECS/classes/class.ilECSParticipantSetting.php';
759 foreach ((array) $import_types as $sid =>
$server) {
760 foreach ((array)
$server as $mid => $import_type) {
771 $new_types = array();
772 foreach ((array) $import_types as $sid =>
$server) {
773 foreach ((array)
$server as $mid => $import_type) {
777 $new_types[$sid][$mid] = $import_type;
781 $import_types = $new_types;
797 include_once
'./Services/WebServices/ECS/classes/class.ilECSCommunityReader.php';
798 include_once
'./Services/WebServices/ECS/classes/class.ilECSServerSettings.php';
801 $invalidImportTypes =
false;
803 $invalidImportTypes =
true;
807 foreach ($servers->getServers() as
$server) {
813 foreach ($cReader->getCommunities() as $community) {
814 include_once
'./Services/WebServices/ECS/classes/class.ilECSCommunityCache.php';
816 $cCache->setCommunityName($community->getTitle());
817 $cCache->setMids($community->getMids());
818 $cCache->setOwnId($community->getOwnId());
822 $this->log->error(
'Cannot read ecs communities: ' . $e->getMessage());
826 include_once
'./Services/WebServices/ECS/classes/class.ilECSParticipantSetting.php';
827 foreach ((array)
$_POST[
'sci_mid'] as $sid => $tmp) {
828 foreach ((array)
$_POST[
'sci_mid'][$sid] as $mid => $tmp) {
830 #$set->enableExport(array_key_exists($mid, (array) $_POST['export'][$sid]) ? true : false); 831 #$set->enableImport(array_key_exists($mid, (array) $_POST['import'][$sid]) ? true : false); 832 $set->setImportType(
$_POST[
'import_type'][$sid][$mid]);
838 $set->setTitle($part->getParticipantName());
842 $set->setCommunityName($com->getTitle());
845 $this->log->error(
'Cannot read ecs communities: ' . $e->getMessage());
851 if ($invalidImportTypes) {
854 ilUtil::sendSuccess($this->lng->txt(
'settings_saved'),
true);
856 $GLOBALS[
'DIC'][
'ilCtrl']->redirect($this,
'communities');
873 $ilTabs = $DIC[
'ilTabs'];
874 $ilAccess = $DIC[
'ilAccess'];
876 $ilTabs->clearTargets();
877 $ilTabs->clearSubTabs();
879 $ilTabs->setBackTarget(
880 $this->lng->txt(
'ecs_settings'),
881 $this->ctrl->getLinkTarget($this,
'overview')
883 if ($ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
886 $this->lng->txt(
'ecs_tab_import'),
887 $this->ctrl->getLinkTarget($this,
'importMappings')
892 $this->lng->txt(
'ecs_tab_export'),
893 $this->ctrl->getLinkTarget($this,
'exportMappings')
898 case self::MAPPING_IMPORT:
899 $ilTabs->activateTab(
'import');
902 case self::MAPPING_EXPORT:
903 $ilTabs->activateTab(
'export');
918 $ilToolbar = $DIC[
'ilToolbar'];
920 include_once(
'./Services/AdvancedMetaData/classes/class.ilAdvancedMDFieldDefinition.php');
925 if (!count($fields)) {
930 include_once
'./Services/WebServices/ECS/classes/class.ilECSServerSettings.php';
932 $settings->readInactiveServers();
934 $sel_srv = (int) $_REQUEST[
"ecs_mapping_server"];
942 $options = array(0 => $this->lng->txt(
"please_choose"));
943 foreach ($settings->getServers() as
$server) {
946 $title =
"ECS (" .
$server->getServerId() .
")";
948 $options[
$server->getServerId()] = $title;
951 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
953 $sel->setOptions($options);
954 $sel->setValue($sel_srv);
955 $ilToolbar->addInputItem($sel);
957 $ilToolbar->setFormAction($this->ctrl->getFormAction($this,
"importMappings"));
958 $ilToolbar->addFormButton($this->lng->txt(
"submit"),
"importMappings");
962 $this->tpl->setContent($form->getHTML());
977 $ilToolbar = $DIC[
'ilToolbar'];
979 include_once(
'./Services/AdvancedMetaData/classes/class.ilAdvancedMDFieldDefinition.php');
984 if (!count($fields)) {
989 include_once
'./Services/WebServices/ECS/classes/class.ilECSServerSettings.php';
991 $settings->readInactiveServers();
993 $sel_srv = (int) $_REQUEST[
"ecs_mapping_server"];
1001 $options = array(0 => $this->lng->txt(
"please_choose"));
1002 foreach ($settings->getServers() as
$server) {
1005 $title =
"ECS (" .
$server->getServerId() .
")";
1007 $options[
$server->getServerId()] = $title;
1010 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
1012 $sel->setOptions($options);
1013 $sel->setValue($sel_srv);
1014 $ilToolbar->addInputItem($sel);
1016 $ilToolbar->setFormAction($this->ctrl->getFormAction($this,
"exportMappings"));
1017 $ilToolbar->addFormButton($this->lng->txt(
"submit"),
"exportMappings");
1021 $this->tpl->setContent($form->getHTML());
1035 foreach ((array)
$_POST[
'mapping'] as $mtype => $mappings) {
1036 foreach ((array) $mappings as $ecs_field => $advmd_id) {
1037 include_once
'./Services/WebServices/ECS/classes/class.ilECSDataMappingSetting.php';
1039 (
int) $_REQUEST[
'ecs_mapping_server'],
1043 $map->setAdvMDId($advmd_id);
1049 $this->ctrl->setParameter($this,
"ecs_mapping_server", (
int)
$_POST[
'ecs_mapping_server']);
1050 $this->ctrl->redirect($this,
'importMappings');
1062 foreach ((array)
$_POST[
'mapping'] as $mtype => $mappings) {
1063 foreach ((array) $mappings as $ecs_field => $advmd_id) {
1064 include_once
'./Services/WebServices/ECS/classes/class.ilECSDataMappingSetting.php';
1066 (
int)
$_POST[
'ecs_mapping_server'],
1070 $map->setAdvMDId($advmd_id);
1076 $this->ctrl->setParameter($this,
"ecs_mapping_server", (
int)
$_POST[
'ecs_mapping_server']);
1077 $this->ctrl->redirect($this,
'exportMappings');
1091 include_once(
'./Services/Form/classes/class.ilPropertyFormGUI.php');
1093 include_once(
'./Services/WebServices/ECS/classes/class.ilECSDataMappingSettings.php');
1098 if ($mapping_type == self::MAPPING_IMPORT) {
1099 $form->setTitle($this->lng->txt(
'ecs_mapping_tbl'));
1100 $form->addCommandButton(
'saveImportMappings', $this->lng->txt(
'save'));
1101 $form->addCommandButton(
'importMappings', $this->lng->txt(
'cancel'));
1103 $form->setTitle($this->lng->txt(
'ecs_mapping_exp_tbl'));
1104 $form->addCommandButton(
'saveExportMappings', $this->lng->txt(
'save'));
1105 $form->addCommandButton(
'exportMappings', $this->lng->txt(
'cancel'));
1108 $form->setFormAction($this->ctrl->getFormAction($this,
'saveMappings'));
1110 if ($mapping_type == self::MAPPING_IMPORT) {
1112 $form->addItem($assignments);
1115 include_once(
'./Services/AdvancedMetaData/classes/class.ilAdvancedMDFieldDefinition.php');
1120 include_once(
'./Services/WebServices/ECS/classes/class.ilECSUtils.php');
1122 foreach ($optional as $field_name) {
1123 if ($mapping_type == self::MAPPING_IMPORT) {
1125 $this->lng->txt(
'ecs_field_' . $field_name),
1130 $mapping_settings->getMappingByECSName(
1135 $select->setOptions($options);
1136 $assignments->addSubItem($select);
1139 $this->lng->txt(
'ecs_field_' . $field_name),
1143 $mapping_settings->getMappingByECSName(
1148 $select->setOptions($options);
1149 $form->addItem($select);
1154 $server->setValue($a_server_id);
1159 if ($mapping_type == self::MAPPING_EXPORT) {
1164 $form->addItem($rcrs);
1166 include_once(
'./Services/AdvancedMetaData/classes/class.ilAdvancedMDFieldDefinition.php');
1171 include_once(
'./Services/WebServices/ECS/classes/class.ilECSUtils.php');
1173 foreach ($optional as $field_name) {
1175 $this->lng->txt(
'ecs_field_' . $field_name),
1179 $mapping_settings->getMappingByECSName(
1184 $select->setOptions($options);
1185 $rcrs->addSubItem($select);
1196 $this->tabs_gui->setSubTabActive(
'ecs_category_mapping');
1197 $this->tpl->addBlockFile(
'ADM_CONTENT',
'adm_content',
'tpl.category_mapping.html',
'Services/WebServices/ECS');
1203 $this->tpl->setVariable(
'NEW_RULE_TABLE', $this->form->getHTML());
1205 $this->tpl->setVariable(
'RULES_TABLE', $html);
1218 if ($this->form->checkInput()) {
1219 $this->rule->setContainerId($this->form->getInput(
'import_id'));
1220 $this->rule->setFieldName($this->form->getInput(
'field'));
1221 $this->rule->setMappingType($this->form->getInput(
'type'));
1223 switch ($this->form->getInput(
'type')) {
1225 $this->rule->setMappingValue($this->form->getInput(
'mapping_value'));
1229 $this->rule->setDateRangeStart($this->form->getItemByPostVar(
'dur_begin')->getDate());
1230 $this->rule->setDateRangeEnd($this->form->getItemByPostVar(
'dur_end')->getDate());
1234 $this->rule->setByType($this->form->getInput(
'by_type'));
1238 if ($err = $this->rule->validate()) {
1240 $this->form->setValuesByPost();
1245 $this->rule->save();
1252 $this->form->setValuesByPost();
1263 if (!$_REQUEST[
'rule_id']) {
1269 $this->tabs_gui->setSubTabActive(
'ecs_category_mapping');
1270 $this->ctrl->saveParameter($this,
'rule_id');
1271 $this->
initRule((
int) $_REQUEST[
'rule_id']);
1274 $this->tpl->setContent($this->form->getHTML());
1284 if (!$_REQUEST[
'rule_id']) {
1289 $this->ctrl->saveParameter($this,
'rule_id');
1290 $this->
initRule((
int) $_REQUEST[
'rule_id']);
1292 if ($this->form->checkInput()) {
1293 $this->rule->setContainerId($this->form->getInput(
'import_id'));
1294 $this->rule->setFieldName($this->form->getInput(
'field'));
1295 $this->rule->setMappingType($this->form->getInput(
'type'));
1298 switch ($this->form->getInput(
'type')) {
1300 $this->rule->setMappingValue($this->form->getInput(
'mapping_value'));
1304 $this->rule->setDateRangeStart($this->form->getItemByPostVar(
'dur_begin')->getDate());
1305 $this->rule->setDateRangeEnd($this->form->getItemByPostVar(
'dur_end')->getDate());
1309 $this->rule->setByType($this->form->getInput(
'by_type'));
1313 if ($err = $this->rule->validate()) {
1315 $this->form->setValuesByPost();
1320 $this->rule->update();
1322 $this->ctrl->redirect($this,
'categoryMapping');
1326 $this->form->setValuesByPost();
1341 foreach (
$_POST[
'rules'] as $rule_id) {
1342 include_once
'./Services/WebServices/ECS/classes/class.ilECSCategoryMappingRule.php';
1357 include_once
'./Services/WebServices/ECS/classes/class.ilECSCategoryMapping.php';
1362 include_once
'./Services/WebServices/ECS/classes/class.ilECSCategoryMappingTableGUI.php';
1364 $rule_table->parse($rules);
1365 return $rule_table->getHTML();
1375 if (is_object($this->rule)) {
1379 include_once
'./Services/WebServices/ECS/classes/class.ilECSCategoryMappingRule.php';
1391 $ilDB = $DIC[
'ilDB'];
1393 if (is_object($this->form)) {
1397 include_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
1398 include_once
'./Services/WebServices/ECS/classes/class.ilECSCategoryMappingRule.php';
1402 if ($a_mode ==
'add') {
1403 $this->form->setTitle($this->lng->txt(
'ecs_new_category_mapping'));
1404 $this->form->setFormAction($this->ctrl->getFormAction($this,
'categoryMapping'));
1405 $this->form->addCommandButton(
'addCategoryMapping', $this->lng->txt(
'save'));
1406 $this->form->addCommandButton(
'categoryMapping', $this->lng->txt(
'cancel'));
1408 $this->form->setTitle($this->lng->txt(
'ecs_edit_category_mapping'));
1409 $this->form->setFormAction($this->ctrl->getFormAction($this,
'editCategoryMapping'));
1410 $this->form->addCommandButton(
'updateCategoryMapping', $this->lng->txt(
'save'));
1411 $this->form->addCommandButton(
'categoryMapping', $this->lng->txt(
'cancel'));
1414 $imp =
new ilCustomInputGUI($this->lng->txt(
'ecs_import_id'),
'import_id');
1417 $tpl =
new ilTemplate(
'tpl.ecs_import_id_form.html',
true,
true,
'Services/WebServices/ECS');
1418 $tpl->setVariable(
'SIZE', 5);
1419 $tpl->setVariable(
'MAXLENGTH', 11);
1420 $tpl->setVariable(
'POST_VAR',
'import_id');
1421 $tpl->setVariable(
'PROPERTY_VALUE', $this->rule->getContainerId());
1423 if ($this->
settings->getImportId()) {
1424 $tpl->setVariable(
'COMPLETE_PATH', $this->
buildPath($this->rule->getContainerId()));
1427 $imp->setHTML(
$tpl->get());
1428 $imp->setInfo($this->lng->txt(
'ecs_import_id_info'));
1429 $this->form->addItem($imp);
1431 include_once(
'./Services/WebServices/ECS/classes/class.ilECSCategoryMapping.php');
1432 $select =
new ilSelectInputGUI($this->lng->txt(
'ecs_attribute_name'),
'field');
1433 $select->setValue($this->rule->getFieldName());
1434 $select->setRequired(
true);
1436 $this->form->addItem($select);
1440 $value->
setValue($this->rule->getMappingType());
1441 $value->setRequired(
true);
1444 $fixed->
setInfo($this->lng->txt(
'ecs_cat_mapping_fixed_info'));
1446 $fixed_val =
new ilTextInputGUI($this->lng->txt(
'ecs_cat_mapping_values'),
'mapping_value');
1447 $fixed_val->setValue($this->rule->getMappingValue());
1448 $fixed_val->setMaxLength(255);
1449 $fixed_val->setSize(40);
1450 $fixed_val->setRequired(
true);
1451 $fixed->addSubItem($fixed_val);
1453 $value->addOption($fixed);
1456 $duration->
setInfo($this->lng->txt(
'ecs_cat_mapping_duration_info'));
1460 $dur_start->setDate($this->rule->getDateRangeStart());
1461 $duration->addSubItem($dur_start);
1465 $dur_end->setDate($this->rule->getDateRangeEnd());
1466 $duration->addSubItem($dur_end);
1468 $value->addOption($duration);
1471 $type->setInfo($this->lng->txt(
'ecs_cat_mapping_by_type_info'));
1476 $types->setOptions($options);
1477 $types->setValue($this->rule->getByType());
1478 $types->setRequired(
true);
1479 $type->addSubitem($types);
1481 $value->addOption(
$type);
1483 $this->form->addItem($value);
1497 $ilToolbar = $DIC[
'ilToolbar'];
1499 $this->tabs_gui->setSubTabActive(
'ecs_import');
1501 include_once
'./Services/WebServices/ECS/classes/class.ilECSServerSettings.php';
1503 $ilToolbar->addButton(
1504 $this->lng->txt(
'ecs_read_remote_links'),
1505 $this->ctrl->getLinkTarget($this,
'readAll')
1508 $ilToolbar->addSeparator();
1512 $sel_type = $_REQUEST[
"otype"];
1517 include_once
'./Services/WebServices/ECS/classes/class.ilECSUtils.php';
1520 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
1522 $sel->setOptions($options);
1523 $sel->setValue($sel_type);
1524 $ilToolbar->addInputItem($sel);
1526 $ilToolbar->setFormAction($this->ctrl->getFormAction($this,
"imported"));
1527 $ilToolbar->addFormButton($this->lng->txt(
"submit"),
"imported");
1530 if (count($robjs)) {
1531 $ilToolbar->addSeparator();
1533 $ilToolbar->addButton(
1534 $this->lng->txt(
'csv_export'),
1535 $this->ctrl->getLinkTarget($this,
'exportImported')
1539 include_once(
'Services/WebServices/ECS/classes/class.ilECSImportedContentTableGUI.php');
1541 $table_gui->setTitle($this->lng->txt(
'ecs_imported_content'));
1542 $table_gui->parse($robjs);
1543 $this->tpl->setContent($table_gui->getHTML());
1558 $ilObjDataCache = $DIC[
'ilObjDataCache'];
1566 include_once(
'./Modules/RemoteCourse/classes/class.ilObjRemoteCourse.php');
1567 include_once(
'./Services/WebServices/ECS/classes/class.ilECSCommunityReader.php');
1575 $ilObjDataCache->preloadReferenceCache($rcourses);
1577 foreach ($rcourses as $rcrs_ref_id) {
1578 $obj_id = $ilObjDataCache->lookupObjId($rcrs_ref_id);
1579 $obj_ids[$obj_id] = $obj_id;
1582 include_once(
'Services/Utilities/classes/class.ilCSVWriter.php');
1585 $writer->addColumn($this->lng->txt(
'title'));
1586 $writer->addColumn($this->lng->txt(
'description'));
1587 $writer->addColumn($this->lng->txt(
'ecs_imported_from'));
1588 $writer->addColumn($this->lng->txt(
'ecs_field_courseID'));
1589 $writer->addColumn($this->lng->txt(
'ecs_field_term'));
1590 $writer->addColumn($this->lng->txt(
'ecs_field_lecturer'));
1591 $writer->addColumn($this->lng->txt(
'ecs_field_courseType'));
1592 $writer->addColumn($this->lng->txt(
'ecs_field_semester_hours'));
1593 $writer->addColumn($this->lng->txt(
'ecs_field_credits'));
1594 $writer->addColumn($this->lng->txt(
'ecs_field_room'));
1595 $writer->addColumn($this->lng->txt(
'ecs_field_cycle'));
1596 $writer->addColumn($this->lng->txt(
'ecs_field_begin'));
1597 $writer->addColumn($this->lng->txt(
'ecs_field_end'));
1598 $writer->addColumn($this->lng->txt(
'last_update'));
1600 include_once(
'./Services/WebServices/ECS/classes/class.ilECSDataMappingSettings.php');
1603 foreach ($obj_ids as $obj_id) {
1604 include_once
"Services/WebServices/ECS/classes/class.ilECSUtils.php";
1612 if (
$reader and ($participant =
$reader->getParticipantByMID($mid))) {
1613 $writer->addColumn($participant->getParticipantName());
1616 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1619 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1622 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1625 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1628 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1631 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1634 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1637 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1641 if (isset($values[$field])) {
1645 $writer->addColumn($dt);
1649 if (isset($values[$field])) {
1653 $writer->addColumn($dt);
1655 $writer->addColumn($ilObjDataCache->lookupLastUpdate($obj_id));
1657 ilUtil::deliverData($writer->getCSVString(), date(
"Y_m_d") .
"_ecs_import.csv",
"text/csv");
1671 $ilToolbar = $DIC[
'ilToolbar'];
1673 $this->tabs_gui->setSubTabActive(
'ecs_released');
1675 if ($this->
settings->isEnabled()) {
1676 $ilToolbar->addButton(
1677 $this->lng->txt(
'ecs_read_remote_links'),
1678 $this->ctrl->getLinkTarget($this,
'readAll')
1681 $ilToolbar->addSeparator();
1684 $sel_type = $_REQUEST[
"otype"];
1689 include_once
"Services/WebServices/ECS/classes/class.ilECSUtils.php";
1692 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
1694 $sel->setOptions($options);
1695 $sel->setValue($sel_type);
1696 $ilToolbar->addInputItem($sel);
1698 $ilToolbar->setFormAction($this->ctrl->getFormAction($this,
"released"));
1699 $ilToolbar->addFormButton($this->lng->txt(
"submit"),
"released");
1701 include_once(
'./Services/WebServices/ECS/classes/class.ilECSExport.php');
1703 if (count($exported)) {
1704 $ilToolbar->addSeparator();
1706 $ilToolbar->addButton(
1707 $this->lng->txt(
'csv_export'),
1708 $this->ctrl->getLinkTarget($this,
'exportReleased')
1712 include_once(
'Services/WebServices/ECS/classes/class.ilECSReleasedContentTableGUI.php');
1714 $table_gui->setTitle($this->lng->txt(
'ecs_released_content'));
1715 $table_gui->parse($exported);
1716 $this->tpl->setContent($table_gui->getHTML());
1731 $ilObjDataCache = $DIC[
'ilObjDataCache'];
1733 include_once(
'./Services/WebServices/ECS/classes/class.ilECSExport.php');
1735 $ilObjDataCache->preloadObjectCache($exported);
1737 include_once(
'Services/Utilities/classes/class.ilCSVWriter.php');
1740 $writer->addColumn($this->lng->txt(
'title'));
1741 $writer->addColumn($this->lng->txt(
'description'));
1742 $writer->addColumn($this->lng->txt(
'ecs_field_courseID'));
1743 $writer->addColumn($this->lng->txt(
'ecs_field_term'));
1744 $writer->addColumn($this->lng->txt(
'ecs_field_lecturer'));
1745 $writer->addColumn($this->lng->txt(
'ecs_field_courseType'));
1746 $writer->addColumn($this->lng->txt(
'ecs_field_semester_hours'));
1747 $writer->addColumn($this->lng->txt(
'ecs_field_credits'));
1748 $writer->addColumn($this->lng->txt(
'ecs_field_room'));
1749 $writer->addColumn($this->lng->txt(
'ecs_field_cycle'));
1750 $writer->addColumn($this->lng->txt(
'ecs_field_begin'));
1751 $writer->addColumn($this->lng->txt(
'ecs_field_end'));
1752 $writer->addColumn($this->lng->txt(
'last_update'));
1754 include_once(
'./Services/WebServices/ECS/classes/class.ilECSDataMappingSettings.php');
1757 foreach ($exported as $obj_id) {
1758 include_once
"Services/WebServices/ECS/classes/class.ilECSUtils.php";
1765 $field = $settings->getMappingByECSName(0,
'courseID');
1766 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1768 $field = $settings->getMappingByECSName(0,
'term');
1769 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1771 $field = $settings->getMappingByECSName(0,
'lecturer');
1772 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1774 $field = $settings->getMappingByECSName(0,
'courseType');
1775 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1777 $field = $settings->getMappingByECSName(0,
'semester_hours');
1778 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1780 $field = $settings->getMappingByECSName(0,
'credits');
1781 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1783 $field = $settings->getMappingByECSName(0,
'room');
1784 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1786 $field = $settings->getMappingByECSName(0,
'cycle');
1787 $writer->addColumn(isset($values[$field]) ? $values[$field] :
'');
1789 $field = $settings->getMappingByECSName(0,
'begin');
1791 if (isset($values[$field])) {
1795 $writer->addColumn($dt);
1797 $field = $settings->getMappingByECSName(0,
'end');
1799 if (isset($values[$field])) {
1803 $writer->addColumn($dt);
1805 $writer->addColumn($ilObjDataCache->lookupLastUpdate($obj_id));
1808 ilUtil::deliverData($writer->getCSVString(), date(
"Y_m_d") .
"_ecs_export.csv",
"text/csv");
1819 include_once(
'./Services/AdvancedMetaData/classes/class.ilAdvancedMDRecord.php');
1821 $options[0] = $this->lng->txt(
'ecs_ignore_field');
1822 foreach ($fields as $field) {
1824 $options[$field->getFieldId()] = $title .
': ' . $field->getTitle();
1838 include_once(
'Services/WebServices/ECS/classes/class.ilECSSetting.php');
1851 $ilAccess = $DIC[
'ilAccess'];
1852 $this->tabs_gui->clearSubTabs();
1854 $this->tabs_gui->addSubTabTarget(
1856 $this->ctrl->getLinkTarget($this,
'overview'),
1862 #ilECSServerSettings::getInstance()->readInactiveServers(); 1867 $this->tabs_gui->addSubTabTarget(
1869 $this->ctrl->getLinkTarget($this,
'communities'),
1874 if (!$ilAccess->checkAccess(
'write',
'', $_REQUEST[
"ref_id"])) {
1878 $this->tabs_gui->addSubTabTarget(
1880 $this->ctrl->getLinkTarget($this,
'importMappings'),
1885 $this->tabs_gui->addSubTabTarget(
1886 'ecs_category_mapping',
1887 $this->ctrl->getLinkTarget($this,
'categoryMapping')
1890 $this->tabs_gui->addSubTabTarget(
1892 $this->ctrl->getLinkTarget($this,
'imported')
1895 $this->tabs_gui->addSubTabTarget(
1897 $this->ctrl->getLinkTarget($this,
'released')
1910 $rbacreview = $DIC[
'rbacreview'];
1911 $ilObjDataCache = $DIC[
'ilObjDataCache'];
1914 $rbacreview->getGlobalRoles(),
1920 $select[0] = $this->lng->txt(
'links_select_one');
1921 foreach ($global_roles as $role_id) {
1935 $tree = $DIC->repositoryTree();
1937 if (!$tree->isInTree($a_ref_id) || $tree->isDeleted($a_ref_id)) {
1941 $loc->setTextOnly(
false);
1942 $loc->addContextItems($a_ref_id);
1944 return $loc->getHTML();
1956 $ilDB = $DIC[
'ilDB'];
1961 'next_execution_' . $this->
settings->getServerId(),
1962 time() + (int) $this->
settings->getPollingTime()
static getPossibleReleaseTypes($a_with_captions=false)
Get all possible release object types.
setMappingTabs($a_active)
Handle tabs for ECS data mapping.
This class represents an option in a radio group.
editCategoryMapping()
Edit category mapping.
static deliverData($a_data, $a_filename, $mime="application/octet-stream", $charset="")
deliver data for download via browser.
static getInstanceByServerId($a_server_id)
Get singleton instance.
categoryMapping()
Category mappings.
static getPossibleRemoteTypes($a_with_captions=false)
Get all possible remote object types.
static getInstanceByServerId($a_server_id)
Get singleton instance per server.
const MAPPING_IMPORT_RCRS
setValue($a_value)
Set Value.
static handleImportReset(ilECSSetting $server)
Reread all imported econtent.
static deleteServer($a_server_id)
Delete by server id ilDB $ilDB.
readAll()
Read all importable econtent.
deactivate()
activate server
communities()
show communities
static getInstance()
Get singleton instance.
static _getObjectsByOperations($a_obj_type, $a_operation, $a_usr_id=0, $limit=0)
Get all objects of a specific type and check access This function is not recursive, instead it parses the serialized rbac_pa entries.
static _lookupMID($a_obj_id)
lookup owner mid
validateImportTypes(&$import_types)
Validate import types.
static deleteByServer($a_server_id)
Delete by server id ilDB $ilDB.
Defines a rule for the assignment of ECS remote courses to categories.
exportReleased()
export released
static _lookupTitle($a_id)
lookup object title
static delete($a_server_id)
Delete comunities by server id.
saveImportMappings()
Save mappings.
setInfo($a_info)
Set Info.
saveExportMappings()
Save mappings.
edit()
Edit server setting.
static deleteByServer($a_server_id)
Delete by server id ilDB $ilDB.
deleteCategoryMappings()
Delete selected category mappings.
updateTitle()
Update configuration title.
static getPossibleFields()
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
loadFromPost()
Load from post.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
initSettingsForm($a_mode='update')
init settings form
static getActiveRules()
get active rules
static getExportedIds()
Get exported ids ilDB $ilDB.
initTaskScheduler()
Init next task execution <type> $ilDB <type> $ilSetting.
exportMappings()
Show mapping settings (EContent-Data <-> (Remote)Course.
executeCommand()
Execute command.
static _sortIds($a_ids, $a_table, $a_field, $a_id_name)
Function that sorts ids by a given table field using WHERE IN E.g: __sort(array(6,7),'usr_data','lastname','usr_id') => sorts by lastname.
released()
Show released materials.
initCategoryMappingForm($a_mode='add')
Init category mapping form.
initMappingsForm($a_server_id, $mapping_type)
init mapping form
static getInstancesByObjType($a_obj_type, $a_active_only=true)
static getAdvancedMDValuesForObjId($a_obj_id)
Get advanced metadata values for object id.
static _lookupDescription($a_id)
lookup object description
static delete($a_server_id)
Delete server ilDB $ilDB.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
initRule($a_rule_id=0)
Init rule.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
Description of ilECSServerTableGUI.
static _lookupTitle($a_record_id)
Lookup title.
activate()
activate server
overview()
List available servers.
refreshParticipants()
Refresh participants.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
static _getInstanceByServerId($a_server_id)
get singleton instance Private access use ilECSTaskScheduler::start() or ilECSTaskScheduler::startTas...
static _getOptionalEContentFields()
get optional econtent fields These fields might be mapped against AdvancedMetaData field definitions ...
static getExportedIdsByType($a_type)
Get exported ids by type ilDB $ilDB.
showRulesTable()
Show rules table.
exportImported()
csv export of imported remote courses
This class represents a non editable value in a property form.
static deleteByServer($a_server_id)
Delete by server $ilDB.
static getAvailabeMids($a_server_id)
Get all available mids $ilDB.
__construct()
Constructor.
initSettings($a_server_id=1)
Init settings.
prepareRoleSelect()
get global role array
imported()
Show imported materials.
static handleExportReset(ilECSSetting $server)
Handle export reset.
updateCommunities()
update whitelist
delete()
Delete one participant entry <type> $ilDB.
create()
Create new settings ilTabs $ilTabs.
static _getInstance()
Get Singleton instance.
importMappings()
Show mapping settings (EContent-Data <-> (Remote)Course.
addCategoryMapping()
save category mapping
updateCategoryMapping()
update category mapping
prepareFieldSelection($fields)
get options for field selection
Confirmation screen class.
static _getOptionalECourseFields()
get optional econtent fields These fields might be mapped against AdvancedMetaData field definitions ...