66 public function __construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output =
true)
70 $this->tpl = $DIC[
"tpl"];
71 $this->tabs = $DIC->tabs();
72 $this->nav_history = $DIC[
"ilNavigationHistory"];
73 $this->ctrl = $DIC->ctrl();
74 $this->lng = $DIC->language();
77 $this->lng->loadLanguageModule(
"book");
80 if (is_object($this->
object)) {
82 $DIC[
"ilHelp"]->setScreenIdComponent(
"book");
85 $this->user_profile_id = (int)
$_GET[
"user_id"];
86 $this->book_obj_id = (int) $_REQUEST[
'object_id'];
90 $this->profile_user_id = (int)
$_GET[
'user_id'];
92 $this->service = $DIC->bookingManager()->internal();
94 $this->user_id_assigner = $this->
user->getId();
96 $this->user_id_to_book = (int)
$_GET[
'bkusr'];
102 throw new ilException(
"Booking Object ID does not match Booking Pool.");
118 $next_class = $this->ctrl->getNextClass($this);
119 $cmd = $this->ctrl->getCmd();
121 if (!$next_class && $cmd ==
'render') {
122 if (
$ilUser->getId() != ANONYMOUS_USER_ID) {
125 $this->ctrl->setCmdClass(
'ilBookingPreferencesGUI');
127 $this->ctrl->setCmdClass(
'ilBookingObjectGUI');
129 $next_class = $this->ctrl->getNextClass($this);
131 $this->ctrl->redirect($this,
"infoscreen");
140 $ilNavigationHistory->addItem(
142 "./goto.php?target=book_" . $this->ref_id,
148 switch ($next_class) {
149 case 'ilpermissiongui':
151 $this->tabs_gui->setTabActive(
'perm_settings');
153 $this->ctrl->forwardCommand($perm_gui);
156 case 'ilbookingobjectgui':
158 $this->ctrl->redirect($this,
"infoScreen");
161 $this->tabs_gui->setTabActive(
'render');
168 $this->ctrl->forwardCommand($object_gui);
171 case 'ilbookingschedulegui':
173 $this->tabs_gui->setTabActive(
'schedules');
175 $this->ctrl->forwardCommand($schedule_gui);
178 case 'ilpublicuserprofilegui':
180 $ilTabs->clearTargets();
182 $profile->setBackUrl($this->ctrl->getLinkTargetByClass(
"ilbookingreservationsgui",
''));
183 $ret = $this->ctrl->forwardCommand($profile);
187 case 'ilinfoscreengui':
192 case "ilcommonactiondispatchergui":
195 $this->ctrl->forwardCommand($gui);
198 case "ilobjectcopygui":
201 $cp->setType(
"book");
202 $this->ctrl->forwardCommand($cp);
205 case 'ilobjectmetadatagui':
207 $this->tabs_gui->setTabActive(
'meta_data');
209 $this->ctrl->forwardCommand($md_gui);
212 case 'ilbookingparticipantgui':
214 $this->tabs_gui->setTabActive(
'participants');
216 $this->ctrl->forwardCommand($object_gui);
220 case "ilbookingreservationsgui":
221 $this->tabs_gui->setTabActive(
'log');
223 $this->ctrl->forwardCommand($res_gui);
226 case 'ilbookingpreferencesgui':
227 $this->tabs_gui->setTabActive(
'preferences');
228 $gui = $this->service->ui()->getPreferencesGUI($this->
object);
229 $this->ctrl->forwardCommand($gui);
234 if (!in_array($cmd, [
"create",
"save",
"infoScreen"])) {
237 $cmd = $this->ctrl->getCmd();
249 $forms = parent::initCreationForms($a_new_type);
250 unset($forms[self::CFORM_IMPORT]);
257 $a_new_object->setOffline(
true);
261 ilUtil::sendSuccess($this->lng->txt(
"book_pool_added"),
true);
262 $this->ctrl->setParameter($this,
"ref_id", $a_new_object->
getRefId());
263 $this->ctrl->redirect($this,
"edit");
269 return parent::editObject();
296 $type->setRequired(
true);
301 $type->setDisabled(
true);
305 $fixed->
setInfo($this->lng->txt(
"book_schedule_type_fixed_info"));
306 $type->addOption($fixed);
310 $period =
new ilNumberInputGUI($this->lng->txt(
"book_reservation_filter_period"),
"period");
311 $period->
setInfo($this->lng->txt(
"book_reservation_filter_period_info"));
312 $period->setSuffix($this->lng->txt(
"days"));
314 $period->setMinValue(0);
315 $fixed->addSubItem($period);
319 $rmd->
setChecked($this->object->getReminderStatus());
320 $fixed->addSubItem($rmd);
322 $rmd_day =
new ilNumberInputGUI($this->lng->txt(
"book_reminder_day"),
"rmd_day");
324 $rmd_day->setInfo($this->lng->txt(
"book_reminder_day_info"));
325 $rmd_day->setSize(3);
326 $rmd_day->setSuffix($this->lng->txt(
"book_reminder_days"));
327 $rmd_day->setValue(max($this->object->getReminderDay(), 1));
328 $rmd_day->setMinValue(1);
329 $rmd->addSubItem($rmd_day);
333 $none->
setInfo($this->lng->txt(
"book_schedule_type_none_direct_info"));
334 $type->addOption($none);
336 $limit =
new ilNumberInputGUI($this->lng->txt(
"book_overall_limit"),
"limit");
338 $limit->setMinValue(1);
339 $limit->setInfo($this->lng->txt(
"book_overall_limit_info"));
340 $none->addSubItem($limit);
344 $pref->
setInfo($this->lng->txt(
"book_schedule_type_none_preference_info"));
345 $type->addOption($pref);
348 $pref_nr =
new ilNumberInputGUI($this->lng->txt(
"book_nr_of_preferences"),
"preference_nr");
350 $pref_nr->setMinValue(1);
351 $pref_nr->setInfo($this->lng->txt(
"book_nr_of_preferences_info"));
352 $pref_nr->setRequired(
true);
353 $pref->addSubItem($pref_nr);
356 $pref_deadline =
new ilDateTimeInputGUI($this->lng->txt(
"book_pref_deadline"),
"pref_deadline");
358 $pref_deadline->setRequired(
true);
359 $pref->addSubItem($pref_deadline);
362 $public->
setInfo($this->lng->txt(
"book_public_log_info"));
367 $pres->setTitle($this->lng->txt(
'obj_presentation'));
371 $obj_service->commonSettings()->legacyForm($a_form, $this->
object)->addTileImage();
375 $feat->setTitle($this->lng->txt(
'obj_features'));
381 $a_values[
"online"] = !$this->
object->isOffline();
382 $a_values[
"public"] = $this->
object->hasPublicLog();
383 $a_values[
"stype"] = $this->
object->getScheduleType();
384 $a_values[
"limit"] = $this->
object->getOverallLimit();
385 $a_values[
"period"] = $this->
object->getReservationFilterPeriod();
386 $a_values[
"rmd"] = $this->
object->getReminderStatus();
387 $a_values[
"rmd_day"] = $this->
object->getReminderDay();
388 $a_values[
"preference_nr"] = $this->
object->getPreferenceNumber();
389 if ($this->object->getPreferenceDeadline() > 0) {
399 $pref_deadline = $pref_deadline
403 $this->
object->setOffline(!$a_form->
getInput(
'online'));
404 $this->
object->setReminderStatus($a_form->
getInput(
'rmd'));
405 $this->
object->setReminderDay($a_form->
getInput(
'rmd_day'));
406 $this->
object->setPublicLog($a_form->
getInput(
'public'));
407 $this->
object->setScheduleType($a_form->
getInput(
'stype'));
408 $this->
object->setOverallLimit($a_form->
getInput(
'limit') ? $a_form->
getInput(
'limit') : null);
409 $this->
object->setReservationFilterPeriod(strlen($a_form->
getInput(
'period')) ? (
int) $a_form->
getInput(
'period') : null);
410 $this->
object->setPreferenceDeadline($pref_deadline);
411 $this->
object->setPreferenceNumber($a_form->
getInput(
'preference_nr'));
414 $obj_service->commonSettings()->legacyForm($a_form, $this->
object)->saveTileImage();
417 $this->object->getId(),
426 $this->object->getId(),
442 if (in_array($this->ctrl->getCmd(), array(
"create",
"save")) && !$this->ctrl->getNextClass()) {
447 if (
$ilUser->getId() != ANONYMOUS_USER_ID) {
449 $this->tabs_gui->addTab(
451 $this->lng->txt(
"book_pref_overview"),
452 $this->ctrl->getLinkTargetByClass(
"ilbookingpreferencesgui",
"")
458 $this->tabs_gui->addTab(
460 $this->lng->txt(
"book_booking_types"),
461 $this->ctrl->getLinkTarget($this,
"render")
466 $this->tabs_gui->addTab(
468 $this->lng->txt(
"info_short"),
469 $this->ctrl->getLinkTarget($this,
"infoscreen")
472 if (
$ilUser->getId() != ANONYMOUS_USER_ID || $this->
object->hasPublicLog()) {
473 $this->tabs_gui->addTab(
475 $this->lng->txt(
"book_log"),
476 $this->ctrl->getLinkTargetByClass(
"ilbookingreservationsgui",
"")
483 $this->tabs_gui->addTab(
485 $this->lng->txt(
"book_schedules"),
486 $this->ctrl->getLinkTargetByClass(
"ilbookingschedulegui",
"render")
490 $this->tabs_gui->addTab(
492 $this->lng->txt(
"settings"),
493 $this->ctrl->getLinkTarget($this,
"edit")
498 $mdtab = $mdgui->getTab();
500 $this->tabs_gui->addTarget(
504 "ilobjectmetadatagui" 510 $this->tabs_gui->addTab(
512 $this->lng->txt(
"participants"),
513 $this->ctrl->getLinkTargetByClass(
"ilbookingparticipantgui",
"render")
518 $this->tabs_gui->addTab(
520 $this->lng->txt(
"perm_settings"),
521 $this->ctrl->getLinkTargetByClass(
"ilpermissiongui",
"perm")
528 $this->
help->setHelpId($a_id);
532 switch ($this->object->getScheduleType()) {
538 $ilHelp->setScreenIdComponent(
'book');
539 $ilHelp->setScreenId(
'object' . $object_subtype);
540 $ilHelp->setSubScreenId($a_id);
543 public static function _goto($a_target)
547 $ilAccess = $DIC->access();
548 $lng = $DIC->language();
550 if ($ilAccess->checkAccess(
"read",
"", $a_target)) {
552 } elseif ($ilAccess->checkAccess(
"visible",
"", $a_target)) {
554 } elseif ($ilAccess->checkAccess(
"read",
"", ROOT_FOLDER_ID)) {
556 $lng->txt(
"msg_no_perm_read_item"),
570 $this->ctrl->setCmd(
"showSummary");
571 $this->ctrl->setCmdClass(
"ilinfoscreengui");
579 $this->tabs_gui->setTabActive(
'info');
585 $info->enablePrivateNotes();
592 $info->enableNewsEditing(
false);
595 $enable_internal_rss = $news_set->get(
"enable_rss_for_internal");
597 if ($enable_internal_rss) {
598 $info->setBlockProperty(
"news",
"settings",
true);
599 $info->setBlockProperty(
"news",
"public_notifications_option",
true);
604 if (
$ilCtrl->getNextClass() ==
"ilinfoscreengui") {
605 $ilCtrl->forwardCommand($info);
607 return $ilCtrl->getHTML($info);
617 $this->tabs_gui->clearTargets();
619 $user_id = $this->profile_user_id;
622 $profile->setBackUrl($this->ctrl->getLinkTarget($this,
'log'));
630 if (is_object($this->
object)) {
631 $ilLocator->addItem($this->object->getTitle(), $this->ctrl->getLinkTarget($this,
"render"),
"", $this->
object->getRefId());
645 $lng->loadLanguageModule(
"noti");
647 $lg = parent::initHeaderAction($a_sub_type, $a_sub_id);
649 if ($lg &&
$access->checkAccess(
"read",
"", $this->ref_id)) {
656 $lng->txt(
"noti_notification_deactivated")
659 $ctrl->setParameter($this,
"ntf", 1);
660 $caption =
"noti_activate_notification";
665 $lng->txt(
"noti_notification_activated")
668 $ctrl->setParameter($this,
"ntf", 0);
669 $caption =
"noti_deactivate_notification";
672 $lg->addCustomCommand(
673 $ctrl->getLinkTarget($this,
"saveNotification"),
677 $ctrl->setParameter($this,
"ntf",
"");
693 switch (
$_GET[
"ntf"]) {
702 $ctrl->redirect($this,
"render");
Class ilObjBookingPoolGUI.
This class represents an option in a radio group.
static hasNotification($type, $user_id, $id)
Check notification status for object and user.
getEditFormCustomValues(array &$a_values)
static getList($a_pool_id, $a_title=null)
Get list of booking objects for given type.
GUI class for the workflow of copying objects.
Help adapter for booking manager.
static _gotoRepositoryRoot($a_raise_error=false)
Goto repository root.
initHeaderAction($a_sub_type=null, $a_sub_id=null)
static _lookupTitle($a_id)
lookup object title
saveNotificationObject()
Save notification.
updateCustom(ilPropertyFormGUI $a_form)
setInfo($a_info)
Set Info.
initCreationForms($a_new_type)
__construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true)
ilObjBookingPoolGUI constructor.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
Class ilBookingParticipantGUI.
prepareOutput($a_show_subobjects=true)
prepare output
GUI class for public user profile presentation.
Class ilBookingObjectGUI.
static _gotoRepositoryNode($a_ref_id, $a_cmd="frameset")
Goto repository root.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
Class ilObjectGUI Basic methods of all Output classes.
static _lookupObjId($a_id)
static setNotification($type, $user_id, $id, $status=true)
Set notification status for object and user.
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
initEditCustomForm(ilPropertyFormGUI $a_form)
static updateServiceSettingsForm($a_obj_id, ilPropertyFormGUI $form, $services)
Update service settings.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
static lookupPoolId($object_id)
Lookup pool id.
afterSave(ilObject $a_new_object)
__construct(Container $dic, ilPlugin $plugin)
Class ilBookingScheduleGUI.
static initServiceSettingsForm($a_obj_id, ilPropertyFormGUI $form, $services)
Init service settings form.
addExternalEditFormCustom(ilPropertyFormGUI $a_form)
getRefId()
get reference id public
checkPermission($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
Check permission and redirect on error.
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
setTabs()
set admin tabs public
getObjectService()
Get object service.
const TYPE_NO_SCHEDULE_PREFERENCES
update()
update object in db
addHeaderAction()
Add header action menu.
infoScreenObject()
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually...
static getList($a_pool_id)
Get list of booking objects for given pool.
checkPermissionBool($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
Check permission.
showNoScheduleMessage()
Show no schedule message.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call