ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilObjBibliographicGUI Class Reference

Class ilObjBibliographicGUI. More...

+ Inheritance diagram for ilObjBibliographicGUI:
+ Collaboration diagram for ilObjBibliographicGUI:

Public Member Functions

 getStandardCmd ()
 getStandardCmd More...
 
 getType ()
 getType More...
 
 executeCommand ()
 executeCommand More...
 
 infoScreen ()
 this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed More...
 
 addLocatorItems ()
 
 save ()
 
 updateObject ()
 
 overwriteBibliographicFile ()
 
 editObject ()
 edit object public More...
 
 getSettingsForm ()
 
 render ()
 
 showContent ()
 shows the overview page with all entries in a table More...
 
 sendFile ()
 provide file as a download More...
 
 showDetails ()
 
 view ()
 
 toggleNotification ()
 
 addNews (int $obj_id, string $change='created')
 
 addToDesk ()
 Add desktop item. More...
 
 removeFromDesk ()
 Remove from desktop. More...
 
- Public Member Functions inherited from ilObject2GUI
 __construct (int $id=0, int $id_type=self::REPOSITORY_NODE_ID, int $parent_node_id=0)
 
 executeCommand ()
 execute command More...
 
 getIdType ()
 
 delete ()
 Display delete confirmation form (repository/workspace switch) More...
 
 confirmedDelete ()
 Delete objects (repository/workspace switch) More...
 
 getHTML ()
 
 withReferences ()
 Final/Private declaration of unchanged parent methods. More...
 
 setCreationMode (bool $mode=true)
 
 getCreationMode ()
 
 prepareOutput (bool $show_sub_objects=true)
 
 isVisible (int $ref_id, string $type)
 
 setColumnSettings (ilColumnGUI $column_gui)
 
 view ()
 view object content (repository/workspace switch) More...
 
 getType ()
 Functions that must be overwritten. More...
 
 create ()
 CRUD. More...
 
 save ()
 
 edit ()
 
 update ()
 
 cancel ()
 
 importFile ()
 
 putObjectInTree (ilObject $obj, int $parent_node_id=null)
 Add object to tree at given position. More...
 
- Public Member Functions inherited from ilObjectGUI
 __construct ($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true)
 
 getRefId ()
 
 setAdminMode (string $mode)
 
 getAdminMode ()
 
 getObject ()
 
 executeCommand ()
 
 withReferences ()
 determines whether objects are referenced or not (got ref ids or not) More...
 
 setCreationMode (bool $mode=true)
 If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode is determined in ilRepositoryGUI. More...
 
 getCreationMode ()
 
 prepareOutput (bool $show_sub_objects=true)
 
 getAdminTabs ()
 administration tabs show only permissions and trash folder More...
 
 getHTML ()
 
 confirmedDeleteObject ()
 confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More...
 
 cancelObject ()
 cancel action and go back to previous page More...
 
 createObject ()
 create new object form More...
 
 editAvailabilityPeriodObject ()
 
 saveAvailabilityPeriodObject ()
 
 cancelCreation ()
 cancel create action and go back to repository parent More...
 
 saveObject ()
 
 getDidacticTemplateVar (string $type)
 Get didactic template setting from creation screen. More...
 
 putObjectInTree (ilObject $obj, int $parent_node_id=null)
 Add object to tree at given position. More...
 
 editObject ()
 
 addExternalEditFormCustom (ilPropertyFormGUI $form)
 
 updateObject ()
 updates object entry in object_data More...
 
 getFormAction (string $cmd, string $default_form_action="")
 Get form action for command (command is method name without "Object", e.g. More...
 
 isVisible (int $ref_id, string $type)
 
 viewObject ()
 viewObject container presentation for "administration -> repository, trash, permissions" More...
 
 deleteObject (bool $error=false)
 Display deletion confirmation screen. More...
 
 setColumnSettings (ilColumnGUI $column_gui)
 
 redirectAfterCreation ()
 Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen. More...
 
 addToDeskObject ()
 
 removeFromDeskObject ()
 
- Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback
 callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb)
 
- Public Member Functions inherited from ilDesktopItemHandling
 addToDeskObject ()
 
 removeFromDeskObject ()
 

Static Public Member Functions

static _goto (string $a_target)
 _goto Deep link More...
 
- Static Public Member Functions inherited from ilObject2GUI
static handleAfterSaveCallback (ilObject $obj, ?int $callback_ref_id)
 After creation callback. More...
 
- Static Public Member Functions inherited from ilObjectGUI
static _gotoRepositoryRoot (bool $raise_error=false)
 Goto repository root. More...
 
static _gotoRepositoryNode (int $ref_id, string $cmd="")
 
static _gotoSharedWorkspaceNode (int $wsp_id)
 

Data Fields

const P_ENTRY_ID = 'entry_id'
 
const CMD_SHOW_CONTENT = 'showContent'
 
const CMD_SEND_FILE = "sendFile"
 
const TAB_CONTENT = "content"
 
const SUB_TAB_FILTER = "filter"
 
const CMD_VIEW = "view"
 
const TAB_EXPORT = "export"
 
const TAB_SETTINGS = self::SUBTAB_SETTINGS
 
const TAB_ID_RECORDS = "id_records"
 
const TAB_ID_PERMISSIONS = "id_permissions"
 
const TAB_ID_INFO = "id_info"
 
const CMD_SHOW_DETAILS = "showDetails"
 
const SUBTAB_SETTINGS = "settings"
 
const CMD_EDIT_OBJECT = 'editObject'
 
const CMD_UPDATE_OBJECT = "updateObject"
 
const CMD_SETTINGS = "settings"
 
const CMD_OVERWRITE_BIBLIOGRAPHIC_FILE = "overwriteBibliographicFile"
 
const CMD_REPLACE_BIBLIOGRAPHIC_FILE = "replaceBibliographicFile"
 
const SECTION_REPLACE_BIBLIOGRAPHIC_FILE = 'section_replace_bibliographic_file'
 
const PROP_BIBLIOGRAPHIC_FILE = "bibliographic_file"
 
const SECTION_EDIT_BIBLIOGRAPHY = 'section_edit_bibliography'
 
const PROP_TITLE_AND_DESC = 'title_and_desc'
 
const SECTION_AVAILABILITY = 'section_availability'
 
const PROP_ONLINE_STATUS = 'online_status'
 
const SECTION_PRESENTATION = 'section_presentation'
 
const PROP_TILE_IMAGE = 'tile_image'
 
ilObject $object = null
 
- Data Fields inherited from ilObject2GUI
const OBJECT_ID = 0
 
const REPOSITORY_NODE_ID = 1
 
const WORKSPACE_NODE_ID = 2
 
const REPOSITORY_OBJECT_ID = 3
 
const WORKSPACE_OBJECT_ID = 4
 
const PORTFOLIO_OBJECT_ID = 5
 
- Data Fields inherited from ilObjectGUI
const ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION
 
const ADMIN_MODE_NONE = ""
 
const ADMIN_MODE_SETTINGS = "settings"
 
const ADMIN_MODE_REPOSITORY = "repository"
 
const UPLOAD_TYPE_LOCAL = 1
 
const UPLOAD_TYPE_UPLOAD_DIRECTORY = 2
 
const CFORM_NEW = 1
 
const CFORM_IMPORT = 2
 
const CFORM_CLONE = 3
 

Protected Member Functions

 initCreationForms (string $a_new_type)
 
 afterSave (ilObject $a_new_object)
 
 settings ()
 
 getValidBiblFileSuffixConstraint ()
 
 initSubTabs ()
 
 applyFilter ()
 
 resetFilter ()
 
- Protected Member Functions inherited from ilObject2GUI
 afterConstructor ()
 Do anything that should be done after constructor in here. More...
 
 assignObject ()
 create object instance as internal property (repository/workspace switch) More...
 
 getAccessHandler ()
 
 setLocator ()
 set Locator More...
 
 deleteConfirmedObjects ()
 Delete objects (workspace specific) This should probably be moved elsewhere as done with RepUtil. More...
 
 setTitleAndDescription ()
 
 omitLocator (bool $omit=true)
 
 getTargetFrame (string $cmd, string $target_frame="")
 
 setTargetFrame (string $cmd, string $target_frame)
 
 getCenterColumnHTML ()
 
 getRightColumnHTML ()
 
 checkPermission (string $perm, string $cmd="", string $type="", int $ref_id=null)
 
 showPossibleSubObjects ()
 
 redirectToRefId (int $ref_id, string $cmd="")
 
 addAdminLocatorItems (bool $do_not_add_object=false)
 
 setTabs ()
 create tabs (repository/workspace switch) More...
 
 getReturnLocation (string $cmd, string $location="")
 Deprecated functions. More...
 
 setReturnLocation (string $cmd, string $location)
 
 showActions ()
 
 getTabs ()
 
 addLocatorItems ()
 Functions to be overwritten. More...
 
 initCreationForms (string $new_type)
 Init creation forms. More...
 
 checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $node_id=null)
 
 initHeaderAction (?string $sub_type=null, ?int $sub_id=null)
 Add header action menu. More...
 
 redrawHeaderAction ()
 Updating icons after ajax call. More...
 
- Protected Member Functions inherited from ilObjectGUI
 getObjectService ()
 
 assignObject ()
 
 setTitleAndDescription ()
 
 createActionDispatcherGUI ()
 
 initHeaderAction (?string $sub_type=null, ?int $sub_id=null)
 Add header action menu. More...
 
 insertHeaderAction (?ilObjectListGUI $list_gui=null)
 Insert header action into main template. More...
 
 addHeaderAction ()
 Add header action menu. More...
 
 redrawHeaderActionObject ()
 Ajax call: redraw action header only. More...
 
 setTabs ()
 set admin tabs More...
 
 setAdminTabs ()
 set admin tabs More...
 
 setLocator ()
 
 addLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded) More...
 
 omitLocator (bool $omit=true)
 
 addAdminLocatorItems (bool $do_not_add_object=false)
 should be overwritten to add object specific items (repository items are preloaded) More...
 
 initCreationForms (string $new_type)
 Init creation forms. More...
 
 getCreationFormsHTML (array $forms)
 Get HTML for creation forms (accordion) More...
 
 initCreateForm (string $new_type)
 
 initDidacticTemplate (ilPropertyFormGUI $form)
 
 addDidacticTemplateOptions (array &$a_options)
 Add custom templates. More...
 
 addAdoptContentLinkToToolbar ()
 
 addAvailabilityPeriodButtonToToolbar (ilToolbarGUI $toolbar)
 
 afterSave (ilObject $new_object)
 Post (successful) object creation hook. More...
 
 initEditForm ()
 
 initEditCustomForm (ilPropertyFormGUI $a_form)
 Add custom fields to update form. More...
 
 getEditFormValues ()
 
 getEditFormCustomValues (array &$a_values)
 Add values to custom edit fields. More...
 
 validateCustom (ilPropertyFormGUI $form)
 Validate custom values (if not possible with checkInput()) More...
 
 updateCustom (ilPropertyFormGUI $form)
 Insert custom update form values into object. More...
 
 afterUpdate ()
 Post (successful) object update hook. More...
 
 initImportForm (string $new_type)
 
 importFileObject (int $parent_id=null)
 
 afterImport (ilObject $new_object)
 Post (successful) object import hook. More...
 
 setFormAction (string $cmd, string $form_action)
 
 getReturnLocation (string $cmd, string $default_location="")
 Get return location for command (command is method name without "Object", e.g. More...
 
 setReturnLocation (string $cmd, string $location)
 set specific return location for command More...
 
 getTargetFrame (string $cmd, string $default_target_frame="")
 get target frame for command (command is method name without "Object", e.g. More...
 
 setTargetFrame (string $cmd, string $target_frame)
 Set specific target frame for command. More...
 
 showPossibleSubObjects ()
 show possible sub objects (pull down menu) More...
 
 getTabs ()
 overwrite in derived GUI class of your object type More...
 
 redirectToRefId (int $ref_id, string $cmd="")
 redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More...
 
 getCenterColumnHTML ()
 Get center column. More...
 
 getRightColumnHTML ()
 Display right column. More...
 
 checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null)
 
 checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null)
 
 enableDragDropFileUpload ()
 Enables the file upload into this object by dropping files. More...
 

Protected Attributes

ilBiblFactoryFacade $facade = null
 
ilBiblTranslationFactory $translation_factory
 
ilBiblFieldFactory $field_factory
 
ilBiblFieldFilterFactory $filter_factory
 
ilBiblTypeFactory $type_factory
 
ilHelpGUI $help
 
Services $storage
 
ilObjBibliographicStakeholder $stakeholder
 
ILIAS HTTP Services $http
 
ILIAS UI Factory $ui_factory
 
ILIAS Refinery Factory $refinery
 
string $cmd = self::CMD_SHOW_CONTENT
 
- Protected Attributes inherited from ilObject2GUI
ilObjectDefinition $obj_definition
 
ilGlobalTemplateInterface $tpl
 
ilCtrl $ctrl
 
ilLanguage $lng
 
ilTabsGUI $tabs_gui
 
ilFavouritesManager $favourites
 
ilErrorHandling $error
 
ilLocatorGUI $locator
 
ilObjUser $user
 
ilAccessHandler $access
 
ilToolbarGUI $toolbar
 
ArrayBasedRequestWrapper $post_wrapper
 
RequestWrapper $request_wrapper
 
Factory $refinery
 
ilRbacAdmin $rbac_admin
 
ilRbacSystem $rbac_system
 
ilRbacReview $rbac_review
 
int $request_ref_id
 
int $id_type
 
int $parent_id
 
string $type
 
string $html
 
int $object_id
 
int $node_id = null
 
array $creation_forms = []
 
 $access_handler
 
- Protected Attributes inherited from ilObjectGUI
ILIAS Notes Service $notes_service
 
ServerRequestInterface $request
 
ilLocatorGUI $locator
 
ilObjUser $user
 
ilAccessHandler $access
 
ilSetting $settings
 
ilToolbarGUI $toolbar
 
ilRbacAdmin $rbac_admin
 
ilRbacSystem $rbac_system
 
ilRbacReview $rbac_review
 
ilObjectService $object_service
 
ilObjectDefinition $obj_definition
 
ilGlobalTemplateInterface $tpl
 
ilTree $tree
 
ilCtrl $ctrl
 
ilErrorHandling $error
 
ilLanguage $lng
 
ilTabsGUI $tabs_gui
 
ILIAS $ilias
 
ArrayBasedRequestWrapper $post_wrapper
 
RequestWrapper $request_wrapper
 
Factory $refinery
 
ilFavouritesManager $favourites
 
ilObjectCustomIconFactory $custom_icon_factory
 
UIFactory $ui_factory
 
UIRenderer $ui_renderer
 
ilObject $object = null
 
bool $creation_mode = false
 
 $data
 
int $id
 
bool $call_by_reference = false
 
bool $prepare_output
 
int $ref_id
 
int $obj_id
 
int $maxcount
 
array $form_action = []
 
array $return_location = []
 
array $target_frame = []
 
string $tmp_import_dir
 
string $sub_objects = ""
 
bool $omit_locator = false
 
string $type = ""
 
string $admin_mode = self::ADMIN_MODE_NONE
 
int $requested_ref_id = 0
 
int $requested_crtptrefid = 0
 
int $requested_crtcb = 0
 
string $requested_new_type = ""
 
string $link_params
 
string $html = ""
 

Private Member Functions

 replaceBibliograficFileInit ()
 
 handleNonAccess ()
 

Private Attributes

UploadLimitResolver $upload_limit
 

Detailed Description

Member Function Documentation

◆ _goto()

static ilObjBibliographicGUI::_goto ( string  $a_target)
static

_goto Deep link

Definition at line 271 of file class.ilObjBibliographicGUI.php.

References $DIC, ilObjectGUI\$id, and P_ENTRY_ID.

271  : void
272  {
273  global $DIC;
274 
275  $id = explode("_", $a_target);
276  $DIC->ctrl()->setTargetScript('ilias.php');
277  $DIC->ctrl()->setParameterByClass(ilObjBibliographicGUI::class, "ref_id", (int) ($id[0] ?? 1));
278  // Detail-View
279  if (isset($id[1]) && $id[1] !== '') {
280  $DIC->ctrl()
281  ->setParameterByClass(ilObjBibliographicGUI::class, ilObjBibliographicGUI::P_ENTRY_ID, $id[1]);
282  $DIC->ctrl()->redirectByClass(
283  array(
284  ilRepositoryGUI::class,
285  ilObjBibliographicGUI::class,
286  ),
287  self::CMD_SHOW_DETAILS
288  );
289  } else {
290  $DIC->ctrl()->redirectByClass(
291  array(
292  ilRepositoryGUI::class,
293  ilObjBibliographicGUI::class,
294  ),
295  self::CMD_VIEW
296  );
297  }
298  }
global $DIC
Definition: feed.php:28

◆ addLocatorItems()

ilObjBibliographicGUI::addLocatorItems ( )

Definition at line 258 of file class.ilObjBibliographicGUI.php.

References $DIC, ilObject2GUI\$node_id, ILIAS\Repository\ctrl(), and ILIAS\Repository\object().

258  : void
259  {
260  global $DIC;
261  $ilLocator = $DIC['ilLocator'];
262  if (is_object($this->object)) {
263  $ilLocator->addItem($this->object->getTitle(), $this->ctrl->getLinkTarget($this, ""), "", $this->node_id);
264  }
265  }
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:

◆ addNews()

ilObjBibliographicGUI::addNews ( int  $obj_id,
string  $change = 'created' 
)

Definition at line 792 of file class.ilObjBibliographicGUI.php.

References $DIC, getType(), NEWS_NOTICE, and NEWS_USERS.

Referenced by afterSave().

792  : void
793  {
794  global $DIC;
795 
796  $ilNewsItem = new ilNewsItem();
797  $ilNewsItem->setTitle($DIC->language()->txt('news_title_' . $change));
798  $ilNewsItem->setPriority(NEWS_NOTICE);
799  $ilNewsItem->setContext($obj_id, $this->getType());
800  $ilNewsItem->setUserId($DIC->user()->getId());
801  $ilNewsItem->setVisibility(NEWS_USERS);
802  $ilNewsItem->setContentTextIsLangVar(false);
803  $ilNewsItem->create();
804  }
global $DIC
Definition: feed.php:28
const NEWS_NOTICE
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A news item can be created by different sources.
const NEWS_USERS
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ addToDesk()

ilObjBibliographicGUI::addToDesk ( )

Add desktop item.

Alias for addToDeskObject. public

Definition at line 810 of file class.ilObjBibliographicGUI.php.

References ilDesktopItemHandling\addToDeskObject().

810  : void
811  {
812  $this->addToDeskObject();
813  }
+ Here is the call graph for this function:

◆ afterSave()

ilObjBibliographicGUI::afterSave ( ilObject  $a_new_object)
protected

Definition at line 360 of file class.ilObjBibliographicGUI.php.

References addNews(), ILIAS\Repository\ctrl(), and ilObject\getId().

360  : void
361  {
362  $this->addNews($a_new_object->getId(), 'created');
363  $this->ctrl->redirect($this, self::CMD_EDIT_OBJECT);
364  }
addNews(int $obj_id, string $change='created')
+ Here is the call graph for this function:

◆ applyFilter()

ilObjBibliographicGUI::applyFilter ( )
protected

Definition at line 685 of file class.ilObjBibliographicGUI.php.

References ILIAS\Repository\ctrl(), and ILIAS\Repository\ui().

685  : void
686  {
687  $table = new ilBiblEntryTableGUI($this, $this->facade, $this->ui());
688  $table->writeFilterToSession();
689  $table->resetOffset();
690  $this->ctrl->redirect($this, self::CMD_SHOW_CONTENT);
691  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the call graph for this function:

◆ editObject()

ilObjBibliographicGUI::editObject ( )

edit object public

Definition at line 572 of file class.ilObjBibliographicGUI.php.

References ilObject2GUI\checkPermissionBool(), getSettingsForm(), ILIAS\Repository\lng(), render(), and ILIAS\Repository\ui().

572  : void
573  {
574  if (!$this->checkPermissionBool("write")) {
575  $this->error->raiseError($this->lng->txt("msg_no_perm_write"), $this->error->MESSAGE);
576  }
577 
578  $this->tabs_gui->activateTab("settings");
579  $form = $this->getSettingsForm();
580  $this->tpl->setContent($this->ui()->renderer()->render($form));
581  }
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $node_id=null)
+ Here is the call graph for this function:

◆ executeCommand()

ilObjBibliographicGUI::executeCommand ( )

executeCommand

Definition at line 131 of file class.ilObjBibliographicGUI.php.

References $DIC, ilObjectGUI\addHeaderAction(), ILIAS\Repository\ctrl(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), getStandardCmd(), handleNonAccess(), initSubTabs(), ILIAS\Repository\object(), and ilObject2GUI\prepareOutput().

131  : void
132  {
133  global $DIC;
134  $ilNavigationHistory = $DIC['ilNavigationHistory'];
135 
136  // Navigation History
137  $link = $this->dic()->ctrl()->getLinkTarget($this, $this->getStandardCmd());
138  if ($this->object != null) {
139  $ilNavigationHistory->addItem($this->object->getRefId(), $link, "bibl");
140  $this->addHeaderAction();
141  }
142 
143  // general Access Check, especially for single entries not matching the object
144  if ($this->object instanceof ilObjBibliographic && !$DIC->access()->checkAccess(
145  'read',
146  "",
147  $this->object->getRefId()
148  )) {
149  $this->handleNonAccess();
150  }
151 
152  $next_class = $this->dic()->ctrl()->getNextClass($this);
153  $this->cmd = $this->dic()->ctrl()->getCmd();
154  switch ($next_class) {
155  case strtolower(ilInfoScreenGUI::class):
156  $this->prepareOutput();
157  $this->dic()->tabs()->activateTab(self::TAB_ID_INFO);
158  $this->infoScreenForward();
159  break;
160  case strtolower(ilCommonActionDispatcherGUI::class):
161  $this->prepareOutput();
163  $this->ctrl->forwardCommand($gui);
164  break;
165  case strtolower(ilPermissionGUI::class):
166  $this->prepareOutput();
167  $this->dic()->tabs()->activateTab(self::TAB_ID_PERMISSIONS);
168  $this->ctrl->forwardCommand(new ilPermissionGUI($this));
169  break;
170  case strtolower(ilObjectCopyGUI::class):
171  $cp = new ilObjectCopyGUI($this);
172  $cp->setType('bibl');
173  $this->dic()['tpl']->loadStandardTemplate();
174  $this->ctrl->forwardCommand($cp);
175  break;
176  case strtolower(ilExportGUI::class):
177  $this->prepareOutput();
178  $this->dic()->tabs()->setTabActive(self::TAB_EXPORT);
179  $exp_gui = new ilExportGUI($this);
180  $exp_gui->addFormat("xml");
181  $this->ctrl->forwardCommand($exp_gui);
182  break;
183  case strtolower(ilBiblFieldFilterGUI::class):
184  $this->prepareOutput();
185  $this->dic()->tabs()->setTabActive(self::TAB_SETTINGS);
186  $this->initSubTabs();
187  $this->tabs_gui->activateSubTab(self::SUB_TAB_FILTER);
188  $this->ctrl->forwardCommand(new ilBiblFieldFilterGUI($this->facade));
189  break;
190  case strtolower(ilObjBibliographicUploadHandlerGUI::class):
191  $rid = "";
192  if ($this->object && $this->object->getResourceId()) {
193  $rid = $this->object->getResourceId()->serialize();
194  }
195  $this->ctrl->forwardCommand(new ilObjBibliographicUploadHandlerGUI($rid));
196  break;
197  default:
198  $this->prepareOutput();
199  $cmd = $this->ctrl->getCmd(self::CMD_SHOW_CONTENT);
200  switch ($cmd) {
201  case self::CMD_SETTINGS:
202  case self::CMD_EDIT_OBJECT:
203  case self::CMD_UPDATE_OBJECT:
204  $this->initSubTabs();
205  $this->tabs_gui->activateSubTab(self::SUBTAB_SETTINGS);
206  $this->{$cmd}();
207  break;
208  default:
209  $this->{$cmd}();
210  break;
211  }
212  break;
213  }
214  }
GUI class for the workflow of copying objects.
prepareOutput(bool $show_sub_objects=true)
global $DIC
Definition: feed.php:28
Export User Interface Class.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
Class ilObjBibliographic.
addHeaderAction()
Add header action menu.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
+ Here is the call graph for this function:

◆ getSettingsForm()

ilObjBibliographicGUI::getSettingsForm ( )

Definition at line 583 of file class.ilObjBibliographicGUI.php.

References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ILIAS\Repository\refinery().

Referenced by editObject(), settings(), and updateObject().

583  : Standard
584  {
585  $field_factory = $this->ui_factory->input()->field();
586 
587  $section_edit_bibliography = $field_factory->section(
588  [
589  self::PROP_TITLE_AND_DESC => $this->object->getObjectProperties()->getPropertyTitleAndDescription(
590  )->toForm(
591  $this->lng,
593  $this->refinery
594  )
595  ],
596  $this->lng->txt('bibl_edit'),
597  ''
598  );
599  $section_availability = $field_factory->section(
600  [
601  self::PROP_ONLINE_STATUS => $this->object->getObjectProperties()->getPropertyIsOnline()->toForm(
602  $this->lng,
604  $this->refinery
605  )
606  ],
607  $this->lng->txt('rep_activation_availability'),
608  ''
609  );
610  $section_presentation = $field_factory->section(
611  [
612  self::PROP_TILE_IMAGE => $this->object->getObjectProperties()->getPropertyTileImage()->toForm(
613  $this->lng,
615  $this->refinery
616  )
617  ],
618  $this->lng->txt('settings_presentation_header'),
619  ''
620  );
621 
622  return $this->ui_factory->input()->container()->form()->standard(
623  $this->ctrl->getFormAction($this, self::CMD_UPDATE_OBJECT),
624  [
625  self::SECTION_EDIT_BIBLIOGRAPHY => $section_edit_bibliography,
626  self::SECTION_AVAILABILITY => $section_availability,
627  self::SECTION_PRESENTATION => $section_presentation
628  ]
629  );
630  }
This describes a standard form.
Definition: Standard.php:26
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getStandardCmd()

ilObjBibliographicGUI::getStandardCmd ( )

getStandardCmd

Definition at line 114 of file class.ilObjBibliographicGUI.php.

Referenced by executeCommand().

114  : string
115  {
116  return self::CMD_VIEW;
117  }
+ Here is the caller graph for this function:

◆ getType()

ilObjBibliographicGUI::getType ( )

getType

Deprecated:
REFACTOR use type factory via Facade

Definition at line 123 of file class.ilObjBibliographicGUI.php.

Referenced by addNews(), and save().

123  : string
124  {
125  return "bibl";
126  }
+ Here is the caller graph for this function:

◆ getValidBiblFileSuffixConstraint()

ilObjBibliographicGUI::getValidBiblFileSuffixConstraint ( )
protected

Definition at line 468 of file class.ilObjBibliographicGUI.php.

References $DIC, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ILIAS\Repository\refinery(), and ilObject2GUI\setTabs().

Referenced by overwriteBibliographicFile().

469  {
470  return $this->refinery->custom()->constraint(
471  function ($bibl_file_input): bool {
472  global $DIC;
473  $rid = $bibl_file_input[0];
474  $resource_identifier = $DIC->resourceStorage()->manage()->find($rid);
475  if ($resource_identifier !== null) {
476  $bibl_file = $DIC->resourceStorage()->manage()->getCurrentRevision($resource_identifier);
477  $bibl_file_suffix = $bibl_file->getInformation()->getSuffix();
478  if (in_array($bibl_file_suffix, ['ris', 'bib', 'bibtex'])) {
479  return true;
480  }
481  }
482  return false;
483  },
484  $this->lng->txt('msg_error_invalid_bibl_file_suffix')
485  );
486  }
A constraint encodes some resrtictions on values.
Definition: Constraint.php:31
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ handleNonAccess()

ilObjBibliographicGUI::handleNonAccess ( )
private

Definition at line 834 of file class.ilObjBibliographicGUI.php.

References $DIC, and ilObjectGUI\_gotoRepositoryRoot().

Referenced by executeCommand(), sendFile(), showContent(), and showDetails().

834  : void
835  {
836  global $DIC;
837 
838  $this->tpl->setOnScreenMessage('failure', $DIC->language()->txt("no_permission"), true);
840  }
global $DIC
Definition: feed.php:28
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ infoScreen()

ilObjBibliographicGUI::infoScreen ( )

this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed

Definition at line 221 of file class.ilObjBibliographicGUI.php.

References $DIC, ilResourceStorageInfoGUI\append(), ILIAS\Repository\ctrl(), and ILIAS\Repository\object().

221  : void
222  {
223  $this->ctrl->setCmd("showSummary");
224  $this->ctrl->setCmdClass(ilInfoScreenGUI::class);
225  $this->infoScreenForward();
226  }
+ Here is the call graph for this function:

◆ initCreationForms()

ilObjBibliographicGUI::initCreationForms ( string  $a_new_type)
protected
Returns
mixed[]

Definition at line 303 of file class.ilObjBibliographicGUI.php.

References $DIC, ILIAS\Repository\ctrl(), and ilFileInputGUI\setSuffixes().

Referenced by save().

303  : array
304  {
305  global $DIC;
306 
307  $forms = parent::initCreationForms($a_new_type);
308  // Add File-Upload
309  $in_file = new ilFileInputGUI($DIC->language()->txt("bibliography_file"), "bibliographic_file");
310  $in_file->setSuffixes(array("ris", "bib", "bibtex"));
311  $in_file->setRequired(true);
312  $forms[self::CFORM_NEW]->addItem($in_file);
313  $this->ctrl->saveParameterByClass('ilobjrootfoldergui', 'new_type');
314  $forms[self::CFORM_NEW]->setFormAction($this->ctrl->getFormActionByClass('ilobjrootfoldergui', "save"));
315 
316  return $forms;
317  }
This class represents a file property in a property form.
setSuffixes(array $a_suffixes)
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ initSubTabs()

ilObjBibliographicGUI::initSubTabs ( )
protected

Definition at line 551 of file class.ilObjBibliographicGUI.php.

References $DIC, ilBiblFieldFilterGUI\CMD_STANDARD, and ILIAS\Repository\ctrl().

Referenced by executeCommand().

551  : void
552  {
553  global $DIC;
554  $DIC->tabs()->addSubTab(
555  self::SUBTAB_SETTINGS,
556  $DIC->language()
557  ->txt(self::SUBTAB_SETTINGS),
558  $this->ctrl->getLinkTarget($this, self::CMD_EDIT_OBJECT)
559  );
560  $DIC->tabs()->addSubTab(
561  self::SUB_TAB_FILTER,
562  $DIC->language()
563  ->txt("bibl_filter"),
564  $this->ctrl->getLinkTargetByClass(ilBiblFieldFilterGUI::class, ilBiblFieldFilterGUI::CMD_STANDARD)
565  );
566  }
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ overwriteBibliographicFile()

ilObjBibliographicGUI::overwriteBibliographicFile ( )

Definition at line 385 of file class.ilObjBibliographicGUI.php.

References ilObjectGUI\$data, ILIAS\Repository\ctrl(), ilObjectGUI\getObject(), getValidBiblFileSuffixConstraint(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), render(), replaceBibliograficFileInit(), and ILIAS\Repository\ui().

385  : void
386  {
388 
389  $this->tpl->setContent($this->ui()->renderer()->render($this->getReplaceBibliographicFileForm()));
390  }
+ Here is the call graph for this function:

◆ removeFromDesk()

ilObjBibliographicGUI::removeFromDesk ( )

Remove from desktop.

Alias for removeFromDeskObject. public

Definition at line 819 of file class.ilObjBibliographicGUI.php.

References ilObjectGUI\afterImport(), and ilDesktopItemHandling\removeFromDeskObject().

819  : void
820  {
821  $this->removeFromDeskObject();
822  }
+ Here is the call graph for this function:

◆ render()

ilObjBibliographicGUI::render ( )

Definition at line 632 of file class.ilObjBibliographicGUI.php.

References showContent().

Referenced by editObject(), overwriteBibliographicFile(), settings(), and updateObject().

632  : void
633  {
634  $this->showContent();
635  }
showContent()
shows the overview page with all entries in a table
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ replaceBibliograficFileInit()

ilObjBibliographicGUI::replaceBibliograficFileInit ( )
private

Definition at line 371 of file class.ilObjBibliographicGUI.php.

References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().

Referenced by overwriteBibliographicFile().

371  : void
372  {
373  $this->tabs()->clearTargets();
374  $this->tabs()->setBackTarget(
375  $this->lng->txt('back'),
376  $this->ctrl->getLinkTarget($this, self::CMD_SHOW_CONTENT)
377  );
378 
379  $this->tpl->setOnScreenMessage(
380  'info',
381  $this->lng->txt('replace_bibliography_file_info')
382  );
383  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ resetFilter()

ilObjBibliographicGUI::resetFilter ( )
protected

Definition at line 693 of file class.ilObjBibliographicGUI.php.

References ILIAS\Repository\ctrl(), and ILIAS\Repository\ui().

693  : void
694  {
695  $table = new ilBiblEntryTableGUI($this, $this->facade, $this->ui());
696  $table->resetFilter();
697  $table->resetOffset();
698  $this->ctrl->redirect($this, self::CMD_SHOW_CONTENT);
699  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the call graph for this function:

◆ save()

ilObjBibliographicGUI::save ( )

Definition at line 319 of file class.ilObjBibliographicGUI.php.

References getType(), initCreationForms(), and ILIAS\Repository\ui().

319  : void
320  {
321  $form = $this->initCreationForms($this->getType());
322  if ($form[self::CFORM_NEW]->checkInput()) {
323  parent::save();
324  } else {
325  $form = $form[self::CFORM_NEW];
326  $form->setValuesByPost();
327  $this->ui()->mainTemplate()->setContent($form->getHtml());
328  }
329  }
+ Here is the call graph for this function:

◆ sendFile()

ilObjBibliographicGUI::sendFile ( )

provide file as a download

Definition at line 704 of file class.ilObjBibliographicGUI.php.

References $DIC, ilFileDelivery\deliverFileAttached(), handleNonAccess(), ILIAS\Repository\object(), and showContent().

704  : void
705  {
706  global $DIC;
707 
708  if ($DIC['ilAccess']->checkAccess('read', "", $this->object->getRefId())) {
709  if (!$this->object->isMigrated()) {
710  $file_path = $this->object->getLegacyAbsolutePath();
711  if ($file_path) {
712  if (is_file($file_path)) {
714  $file_path,
715  $this->object->getFilename(),
716  'application/octet-stream'
717  );
718  } else {
719  $this->tpl->setOnScreenMessage('failure', $DIC['lng']->txt("file_not_found"));
720  $this->showContent();
721  }
722  }
723  } else {
724  $this->storage->consume()->download($this->object->getResourceId())->run();
725  }
726  } else {
727  $this->handleNonAccess();
728  }
729  }
global $DIC
Definition: feed.php:28
static deliverFileAttached(string $path_to_file, ?string $download_file_name=null, ?string $mime_type=null, bool $delete_file=false)
showContent()
shows the overview page with all entries in a table
+ Here is the call graph for this function:

◆ settings()

ilObjBibliographicGUI::settings ( )
protected

Definition at line 366 of file class.ilObjBibliographicGUI.php.

References getSettingsForm(), render(), and ILIAS\Repository\ui().

366  : void
367  {
368  $this->tpl->setContent($this->ui()->renderer()->render($this->getSettingsForm()));
369  }
+ Here is the call graph for this function:

◆ showContent()

ilObjBibliographicGUI::showContent ( )

shows the overview page with all entries in a table

Definition at line 640 of file class.ilObjBibliographicGUI.php.

References $DIC, ilObject2GUI\$html, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\ctrl(), handleNonAccess(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().

Referenced by render(), sendFile(), and view().

640  : void
641  {
642  global $DIC;
643 
644  // if user has read permission and object is online OR user has write permissions
645  $read_access = $DIC->access()->checkAccess('read', "", $this->object->getRefId());
646  $online = $this->object->getObjectProperties()->getPropertyIsOnline()->getIsOnline();
647  $write_access = $DIC->access()->checkAccess('write', "", $this->object->getRefId());
648  if (($read_access && $online) || $write_access) {
649  $DIC->tabs()->activateTab(self::TAB_CONTENT);
650 
651  $btn_download_original_file = $this->ui()->factory()->button()->primary(
652  $this->lng->txt('download_original_file'),
653  $this->ctrl()->getLinkTargetByClass(self::class, self::CMD_SEND_FILE)
654  );
655  $this->toolbar->addComponent($btn_download_original_file);
656 
657  $btn_overwrite_bibliographic_file = $this->ui()->factory()->button()->standard(
658  $this->lng->txt('replace_bibliography_file'),
659  $this->ctrl()->getLinkTargetByClass(self::class, self::CMD_OVERWRITE_BIBLIOGRAPHIC_FILE)
660  );
661  $this->toolbar->addComponent($btn_overwrite_bibliographic_file);
662 
663  $table = new ilBiblEntryTableGUI($this, $this->facade, $this->ui());
664  $html = $table->getHTML();
665  $DIC->ui()->mainTemplate()->setContent($html);
666 
667  //Permanent Link
668  $DIC->ui()->mainTemplate()->setPermanentLink("bibl", $this->object->getRefId());
669  } else {
670  $object_title = ilObject::_lookupTitle(ilObject::_lookupObjId($this->ref_id));
671  $this->tpl->setOnScreenMessage(
672  'failure',
673  sprintf(
674  $DIC->language()
675  ->txt("msg_no_perm_read_item"),
676  $object_title
677  ),
678  true
679  );
680  //redirect to repository without any parameters
681  $this->handleNonAccess();
682  }
683  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
global $DIC
Definition: feed.php:28
static _lookupTitle(int $obj_id)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showDetails()

ilObjBibliographicGUI::showDetails ( )

Definition at line 731 of file class.ilObjBibliographicGUI.php.

References $DIC, ilObjectGUI\$id, ILIAS\Repository\ctrl(), handleNonAccess(), ILIAS\Repository\help(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ILIAS\Repository\tabs(), and ILIAS\Repository\ui().

731  : void
732  {
733  global $DIC;
734 
735  if ($DIC->access()->checkAccess('read', "", $this->object->getRefId())) {
736  $id = $DIC->http()->request()->getQueryParams()[self::P_ENTRY_ID];
737  $entry = $this->facade->entryFactory()
738  ->findByIdAndTypeString($id, $this->object->getFileTypeAsString());
739  $bibGUI = new ilBiblEntryDetailPresentationGUI(
740  $entry,
741  $this->facade,
742  $this->ctrl(),
743  $this->help,
744  $this->lng(),
745  $this->tpl(),
746  $this->tabs(),
747  $this->ui()
748  );
749 
750  $DIC->ui()->mainTemplate()->setContent($bibGUI->getHTML());
751  } else {
752  $this->handleNonAccess();
753  }
754  }
global $DIC
Definition: feed.php:28
Class ilBiblEntryDetailPresentationGUI.
+ Here is the call graph for this function:

◆ toggleNotification()

ilObjBibliographicGUI::toggleNotification ( )

Definition at line 761 of file class.ilObjBibliographicGUI.php.

References $DIC, ilObjectGUI\$obj_id, ilNotification\setNotification(), and ilNotification\TYPE_DATA_COLLECTION.

761  : void
762  {
763  global $DIC;
764  $ntf = $DIC->http()->wrapper()->query()->retrieve(
765  "ntf",
766  $DIC->refinery()->to()->int()
767  );
768 
769  switch ($ntf) {
770  case 1:
773  $DIC->user()
774  ->getId(),
776  false
777  );
778  break;
779  case 2:
782  $DIC->user()
783  ->getId(),
785  true
786  );
787  break;
788  }
789  $DIC->ctrl()->redirect($this, "");
790  }
global $DIC
Definition: feed.php:28
static setNotification(int $type, int $user_id, int $id, bool $status=true)
Set notification status for object and user.
+ Here is the call graph for this function:

◆ updateObject()

ilObjBibliographicGUI::updateObject ( )

Definition at line 331 of file class.ilObjBibliographicGUI.php.

References ILIAS\Repository\ctrl(), getSettingsForm(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), render(), and ILIAS\Repository\ui().

331  : void
332  {
333  $form = $this->getSettingsForm();
334  $form = $form->withRequest($this->http->request());
335  $result = $form->getInputGroup()->getContent();
336 
337  if (!$result->isOK()) {
338  $this->tpl->setOnScreenMessage('failure', $result->error(), true);
339  $this->tpl->setContent(
340  $this->ui()->renderer()->render([$form])
341  );
342  } else {
343  $values = $result->value();
344 
345  $this->object->getObjectProperties()->storePropertyTitleAndDescription(
346  $values[self::SECTION_EDIT_BIBLIOGRAPHY][self::PROP_TITLE_AND_DESC]
347  );
348  $this->object->getObjectProperties()->storePropertyIsOnline(
349  $values[self::SECTION_AVAILABILITY][self::PROP_ONLINE_STATUS]
350  );
351  $this->object->getObjectProperties()->storePropertyTileImage(
352  $values[self::SECTION_PRESENTATION][self::PROP_TILE_IMAGE]
353  );
354 
355  $this->tpl->setOnScreenMessage('success', $this->lng->txt('changes_saved'), true);
356  $this->ctrl->redirect($this, self::CMD_SETTINGS);
357  }
358  }
static http()
Fetches the global http state from ILIAS.
+ Here is the call graph for this function:

◆ view()

ilObjBibliographicGUI::view ( )

Definition at line 756 of file class.ilObjBibliographicGUI.php.

References showContent().

756  : void
757  {
758  $this->showContent();
759  }
showContent()
shows the overview page with all entries in a table
+ Here is the call graph for this function:

Field Documentation

◆ $cmd

string ilObjBibliographicGUI::$cmd = self::CMD_SHOW_CONTENT
protected

Definition at line 84 of file class.ilObjBibliographicGUI.php.

◆ $facade

ilBiblFactoryFacade ilObjBibliographicGUI::$facade = null
protected

Definition at line 72 of file class.ilObjBibliographicGUI.php.

◆ $field_factory

ilBiblFieldFactory ilObjBibliographicGUI::$field_factory
protected

Definition at line 74 of file class.ilObjBibliographicGUI.php.

◆ $filter_factory

ilBiblFieldFilterFactory ilObjBibliographicGUI::$filter_factory
protected

Definition at line 75 of file class.ilObjBibliographicGUI.php.

◆ $help

ilHelpGUI ilObjBibliographicGUI::$help
protected

Definition at line 78 of file class.ilObjBibliographicGUI.php.

◆ $http

ILIAS HTTP Services ilObjBibliographicGUI::$http
protected

Definition at line 81 of file class.ilObjBibliographicGUI.php.

◆ $object

ilObject ilObjBibliographicGUI::$object = null

Definition at line 71 of file class.ilObjBibliographicGUI.php.

◆ $refinery

ILIAS Refinery Factory ilObjBibliographicGUI::$refinery
protected

Definition at line 83 of file class.ilObjBibliographicGUI.php.

◆ $stakeholder

ilObjBibliographicStakeholder ilObjBibliographicGUI::$stakeholder
protected

Definition at line 80 of file class.ilObjBibliographicGUI.php.

◆ $storage

Services ilObjBibliographicGUI::$storage
protected

Definition at line 79 of file class.ilObjBibliographicGUI.php.

◆ $translation_factory

ilBiblTranslationFactory ilObjBibliographicGUI::$translation_factory
protected

Definition at line 73 of file class.ilObjBibliographicGUI.php.

◆ $type_factory

ilBiblTypeFactory ilObjBibliographicGUI::$type_factory
protected

Definition at line 76 of file class.ilObjBibliographicGUI.php.

◆ $ui_factory

ILIAS UI Factory ilObjBibliographicGUI::$ui_factory
protected

Definition at line 82 of file class.ilObjBibliographicGUI.php.

◆ $upload_limit

UploadLimitResolver ilObjBibliographicGUI::$upload_limit
private

Definition at line 69 of file class.ilObjBibliographicGUI.php.

◆ CMD_EDIT_OBJECT

const ilObjBibliographicGUI::CMD_EDIT_OBJECT = 'editObject'

Definition at line 56 of file class.ilObjBibliographicGUI.php.

◆ CMD_OVERWRITE_BIBLIOGRAPHIC_FILE

const ilObjBibliographicGUI::CMD_OVERWRITE_BIBLIOGRAPHIC_FILE = "overwriteBibliographicFile"

Definition at line 59 of file class.ilObjBibliographicGUI.php.

◆ CMD_REPLACE_BIBLIOGRAPHIC_FILE

const ilObjBibliographicGUI::CMD_REPLACE_BIBLIOGRAPHIC_FILE = "replaceBibliographicFile"

Definition at line 60 of file class.ilObjBibliographicGUI.php.

◆ CMD_SEND_FILE

const ilObjBibliographicGUI::CMD_SEND_FILE = "sendFile"

Definition at line 45 of file class.ilObjBibliographicGUI.php.

◆ CMD_SETTINGS

const ilObjBibliographicGUI::CMD_SETTINGS = "settings"

Definition at line 58 of file class.ilObjBibliographicGUI.php.

◆ CMD_SHOW_CONTENT

const ilObjBibliographicGUI::CMD_SHOW_CONTENT = 'showContent'

◆ CMD_SHOW_DETAILS

const ilObjBibliographicGUI::CMD_SHOW_DETAILS = "showDetails"

Definition at line 54 of file class.ilObjBibliographicGUI.php.

◆ CMD_UPDATE_OBJECT

const ilObjBibliographicGUI::CMD_UPDATE_OBJECT = "updateObject"

Definition at line 57 of file class.ilObjBibliographicGUI.php.

◆ CMD_VIEW

const ilObjBibliographicGUI::CMD_VIEW = "view"

Definition at line 48 of file class.ilObjBibliographicGUI.php.

Referenced by ilBiblEntryTableGUI\__construct().

◆ P_ENTRY_ID

const ilObjBibliographicGUI::P_ENTRY_ID = 'entry_id'

◆ PROP_BIBLIOGRAPHIC_FILE

const ilObjBibliographicGUI::PROP_BIBLIOGRAPHIC_FILE = "bibliographic_file"

Definition at line 62 of file class.ilObjBibliographicGUI.php.

◆ PROP_ONLINE_STATUS

const ilObjBibliographicGUI::PROP_ONLINE_STATUS = 'online_status'

Definition at line 66 of file class.ilObjBibliographicGUI.php.

◆ PROP_TILE_IMAGE

const ilObjBibliographicGUI::PROP_TILE_IMAGE = 'tile_image'

Definition at line 68 of file class.ilObjBibliographicGUI.php.

◆ PROP_TITLE_AND_DESC

const ilObjBibliographicGUI::PROP_TITLE_AND_DESC = 'title_and_desc'

Definition at line 64 of file class.ilObjBibliographicGUI.php.

◆ SECTION_AVAILABILITY

const ilObjBibliographicGUI::SECTION_AVAILABILITY = 'section_availability'

Definition at line 65 of file class.ilObjBibliographicGUI.php.

◆ SECTION_EDIT_BIBLIOGRAPHY

const ilObjBibliographicGUI::SECTION_EDIT_BIBLIOGRAPHY = 'section_edit_bibliography'

Definition at line 63 of file class.ilObjBibliographicGUI.php.

◆ SECTION_PRESENTATION

const ilObjBibliographicGUI::SECTION_PRESENTATION = 'section_presentation'

Definition at line 67 of file class.ilObjBibliographicGUI.php.

◆ SECTION_REPLACE_BIBLIOGRAPHIC_FILE

const ilObjBibliographicGUI::SECTION_REPLACE_BIBLIOGRAPHIC_FILE = 'section_replace_bibliographic_file'

Definition at line 61 of file class.ilObjBibliographicGUI.php.

◆ SUB_TAB_FILTER

const ilObjBibliographicGUI::SUB_TAB_FILTER = "filter"

Definition at line 47 of file class.ilObjBibliographicGUI.php.

◆ SUBTAB_SETTINGS

const ilObjBibliographicGUI::SUBTAB_SETTINGS = "settings"

Definition at line 55 of file class.ilObjBibliographicGUI.php.

◆ TAB_CONTENT

const ilObjBibliographicGUI::TAB_CONTENT = "content"

Definition at line 46 of file class.ilObjBibliographicGUI.php.

◆ TAB_EXPORT

const ilObjBibliographicGUI::TAB_EXPORT = "export"

Definition at line 49 of file class.ilObjBibliographicGUI.php.

◆ TAB_ID_INFO

const ilObjBibliographicGUI::TAB_ID_INFO = "id_info"

Definition at line 53 of file class.ilObjBibliographicGUI.php.

◆ TAB_ID_PERMISSIONS

const ilObjBibliographicGUI::TAB_ID_PERMISSIONS = "id_permissions"

Definition at line 52 of file class.ilObjBibliographicGUI.php.

◆ TAB_ID_RECORDS

const ilObjBibliographicGUI::TAB_ID_RECORDS = "id_records"

Definition at line 51 of file class.ilObjBibliographicGUI.php.

◆ TAB_SETTINGS

const ilObjBibliographicGUI::TAB_SETTINGS = self::SUBTAB_SETTINGS

Definition at line 50 of file class.ilObjBibliographicGUI.php.

Referenced by ilBiblFieldFilterGUI\executeCommand().


The documentation for this class was generated from the following file: