| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilObjBibliographic. More...
 Inheritance diagram for ilObjBibliographic:
 Inheritance diagram for ilObjBibliographic: Collaboration diagram for ilObjBibliographic:
 Collaboration diagram for ilObjBibliographic:| Public Member Functions | |
| initType () | |
| initType | |
| __construct ($existant_bibl_id=0) | |
| If bibliographic object exists, read it's data from database, otherwise create it. | |
| doCreate () | |
| Create object. | |
| doRead () | |
| doUpdate () | |
| Update data. | |
| doDelete ($leave_out_il_bibl_data=false, $leave_out_delete_file=false) | |
| getFileDirectory () | |
| moveFile ($file_to_copy=false) | |
| deleteFile () | |
| getFilePath ($without_filename=false) | |
| setFilename ($filename) | |
| getFilename () | |
| getFileAbsolutePath () | |
| getFiletype () | |
| doCloneObject (ilObjBibliographic $new_obj, $a_target_id, $a_copy_id=0) | |
| Clone BIBL. | |
| cloneStructure ($original_id) | |
| Attention only use this for objects who have not yet been created (use like: $x = new ilObjDataCollection; $x->cloneStructure($id)) | |
| writeSourcefileEntriesToDb () | |
| Reads out the source file and writes all entries to the database. | |
| setOnline ($a_online) | |
| Set Online. | |
| getOnline () | |
| Get Online. | |
|  Public Member Functions inherited from ilObject2 | |
| __construct ($a_id=0, $a_reference=true) | |
| Constructor  public. | |
| withReferences () | |
| determines wehter objects are referenced or not (got ref ids or not) | |
| read ($a_force_db=false) | |
| Read data from db. | |
| getId () | |
| get object id  public | |
| setId ($a_id) | |
| set object id  public | |
| setRefId ($a_id) | |
| set reference id  public | |
| getRefId () | |
| get reference id  public | |
| getType () | |
| get object type  public | |
| setType ($a_type) | |
| set object type  public | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions | |
| getTitle () | |
| get object title  public | |
| getUntranslatedTitle () | |
| get untranslated object title  public | |
| setTitle ($a_title) | |
| set object title | |
| getDescription () | |
| get object description | |
| setDescription ($a_desc) | |
| set object description | |
| getLongDescription () | |
| get object long description (stored in object_description) | |
| getImportId () | |
| get import id | |
| setImportId ($a_import_id) | |
| set import id | |
| getOwner () | |
| get object owner | |
| getOwnerName () | |
| _lookupOwnerName ($a_owner_id) | |
| lookup owner name for owner id | |
| setOwner ($a_owner) | |
| set object owner | |
| getCreateDate () | |
| get create date  public | |
| getLastUpdateDate () | |
| get last update date  public | |
| setObjDataRecord ($a_record) | |
| set object_data record (note: this method should only be called from the ilObjectFactory class) | |
| create ($a_clone_mode=false) | |
| update () | |
| update object in db | |
| MDUpdateListener ($a_element) | |
| Meta data update listener. | |
| createMetaData () | |
| create meta data entry | |
| updateMetaData () | |
| update meta data entry | |
| deleteMetaData () | |
| delete meta data entry | |
| updateOwner () | |
| update owner of object in db | |
| _getIdForImportId ($a_import_id) | |
| get current object id for import id (static) | |
| _lookupOwner ($a_id) | |
| lookup object owner | |
| _lookupLastUpdate ($a_id, $a_as_string=false) | |
| lookup last update | |
| _getLastUpdateOfObjects ($a_objs) | |
| Get last update for a set of media objects. | |
| _setDeletedDate ($a_ref_id) | |
| only called in ilTree::saveSubTree | |
| _resetDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _lookupDeletedDate ($a_ref_id) | |
| only called in ilObjectGUI::insertSavedNodes | |
| _writeTitle ($a_obj_id, $a_title) | |
| write title to db (static) | |
| _writeDescription ($a_obj_id, $a_desc) | |
| write description to db (static) | |
| _writeImportId ($a_obj_id, $a_import_id) | |
| write import id to db (static) | |
| _isInTrash ($a_ref_id) | |
| checks wether object is in trash | |
| _hasUntrashedReference ($a_obj_id) | |
| checks wether an object has at least one reference that is not in trash | |
| _getObjectsDataForType ($a_type, $a_omit_trash=false) | |
| get all objects of a certain type | |
| putInTree ($a_parent_ref) | |
| maybe this method should be in tree object!? | |
| setPermissions ($a_parent_ref) | |
| set permissions of object | |
| createReference () | |
| creates reference for object | |
| countReferences () | |
| count references of object | |
| delete () | |
| delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! | |
| initDefaultRoles () | |
| init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example)  public | |
| createRoleFolder () | |
| creates a local role folder | |
| notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
| notifys an object about an event occured Based on the event passed, each object may decide how it reacts. | |
| setRegisterMode ($a_bool) | |
| isUserRegistered ($a_user_id=0) | |
| requireRegistration () | |
| appendCopyInfo ($a_target_id, $a_copy_id) | |
| Prepend Copy info if object with same name exists in that container. | |
| cloneMetaData ($target_obj) | |
| Copy meta data. | |
| cloneObject ($a_target_id, $a_copy_id=null, $a_omit_tree=false) | |
| Clone object permissions, put in tree ... | |
| cloneDependencies ($a_target_id, $a_copy_id) | |
| Clone object dependencies. | |
|  Public Member Functions inherited from ilObject | |
| ilObject ($a_id=0, $a_reference=true) | |
| Constructor  public. | |
| getDiskUsage () | |
| Gets the disk usage of the object in bytes. | |
| create () | |
| create | |
| applyDidacticTemplate ($a_tpl_id) | |
| Apply template. | |
| getXMLZip () | |
| getHTMLDirectory () | |
| _lookupCreationDate ($a_id) | |
| Lookup creation date. | |
| Static Public Member Functions | |
| static | __getAllOverviewModels () | 
| static | __readRisFile ($full_filename) | 
| static | __readBibFile ($full_filename) | 
| static | __setCharsetToUtf8 ($full_filename) | 
| static | __convertBibSpecialChars ($file_content) | 
| Replace BibTeX Special Characters with real characters Most systems do not use this encoding. | |
|  Static Public Member Functions inherited from ilObject2 | |
| static | _lookupObjIdByImportId ($a_import_id) | 
| static | _getAllReferences ($a_id) | 
| get all reference ids of object | |
| static | _lookupTitle ($a_id) | 
| lookup object title | |
| static | _getIdsForTitle ($title, $type= '', $partialmatch=false) | 
| static | _lookupDescription ($a_id) | 
| lookup object description | |
| static | _lookupObjId ($a_id) | 
| static | _lookupType ($a_id, $a_reference=false) | 
| lookup object type | |
| static | _lookupObjectId ($a_ref_id) | 
| lookup object id | |
| static | _exists ($a_id, $a_reference=false) | 
| static | _getObjectsByType ($a_obj_type="", $a_owner="") | 
| Get objects by type. | |
| static | _prepareCloneSelection ($a_ref_ids, $new_type) | 
| static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) | 
| Get icon for repository item. | |
|  Static Public Member Functions inherited from ilObject | |
| static | setDeletedDates ($a_ref_ids) | 
| Set deleted date  type $ilDB. | |
| static | _exists ($a_id, $a_reference=false, $a_type=null) | 
| checks if an object exists in object_data | |
| static | _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true) | 
| Prepare copy wizard object selection. | |
| static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) | 
| Collect deletion dependencies. | |
| static | getDeletionDependencies ($a_obj_id) | 
| Get deletion dependencies. | |
| static | getLongDescriptions (array $a_obj_ids) | 
| Get long description data. | |
| static | getAllOwnedRepositoryObjects ($a_user_id) | 
| Get all ids of objects user owns. | |
| static | hasAutoRating ($a_type, $a_ref_id) | 
| Check if auto rating is active for parent group/course. | |
| Data Fields | |
| const | ATTRIBUTE_VALUE_MAXIMAL_TEXT_LENGTH = 4000 | 
| Static Protected Member Functions | |
| static | __force_rmdir ($path) | 
| remove a directory recursively | |
| static | __removeSpacesAndDashesAtBeginning ($input) | 
| Protected Attributes | |
| $filename | |
| $entries | |
| $overviewModels | |
| $is_online | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from ilObject2 | |
| beforeCreate () | |
| beforeUpdate () | |
| doMDUpdateListener ($a_element) | |
| beforeMDUpdateListener ($a_element) | |
| doCreateMetaData () | |
| beforeCreateMetaData () | |
| doUpdateMetaData () | |
| beforeUpdateMetaData () | |
| doDelete () | |
| beforeDelete () | |
| doCloneObject ($new_obj, $a_target_id, $a_copy_id=null) | |
| beforeCloneObject () | |
Class ilObjBibliographic.
Definition at line 19 of file class.ilObjBibliographic.php.
| ilObjBibliographic::__construct | ( | $existant_bibl_id = 0 | ) | 
If bibliographic object exists, read it's data from database, otherwise create it.
| $existant_bibl_id | int is not set when object is getting created | 
Definition at line 66 of file class.ilObjBibliographic.php.
References doRead(), and ilObject2\setId().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Replace BibTeX Special Characters with real characters Most systems do not use this encoding.
In those cases, nothing will be replaced
| String | $file_content | The string with containing encodings | 
Definition at line 395 of file class.ilObjBibliographic.php.
Referenced by __readBibFile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | staticprotected | 
remove a directory recursively
| $path | 
Definition at line 275 of file class.ilObjBibliographic.php.
References $file, $path, and $result.
Referenced by deleteFile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 252 of file class.ilObjBibliographic.php.
References $overviewModels.
Referenced by ilBibliographicEntry\setOverwiew().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 317 of file class.ilObjBibliographic.php.
References __convertBibSpecialChars(), and __setCharsetToUtf8().
Referenced by writeSourcefileEntriesToDb().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 304 of file class.ilObjBibliographic.php.
References __setCharsetToUtf8().
Referenced by writeSourcefileEntriesToDb().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | staticprotected | 
Definition at line 504 of file class.ilObjBibliographic.php.
| 
 | static | 
Definition at line 376 of file class.ilObjBibliographic.php.
Referenced by __readBibFile(), and __readRisFile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::cloneStructure | ( | $original_id | ) | 
Attention only use this for objects who have not yet been created (use like: $x = new ilObjDataCollection; $x->cloneStructure($id))
| $original_id | The original ID of the dataselection you want to clone it's structure | 
Definition at line 490 of file class.ilObjBibliographic.php.
References doUpdate(), moveFile(), ilObject2\setDescription(), setOnline(), ilObject2\setTitle(), and ilObject2\setType().
Referenced by doCloneObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::deleteFile | ( | ) | 
Definition at line 195 of file class.ilObjBibliographic.php.
References $path, __force_rmdir(), and getFilePath().
Referenced by doDelete(), and doUpdate().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::doCloneObject | ( | ilObjBibliographic | $new_obj, | 
| $a_target_id, | |||
| $a_copy_id = 0 | |||
| ) | 
Clone BIBL.
| ilObjBibliographic | $new_obj | |
| $a_target_id | ||
| int | $a_copy_id | copy id | 
Definition at line 476 of file class.ilObjBibliographic.php.
References cloneStructure(), and ilObject2\getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjBibliographic::doCreate | ( | ) | 
Create object.
Reimplemented from ilObject2.
Definition at line 81 of file class.ilObjBibliographic.php.
| ilObjBibliographic::doDelete | ( | $leave_out_il_bibl_data = false, | |
| $leave_out_delete_file = false | |||
| ) | 
Definition at line 130 of file class.ilObjBibliographic.php.
References ilHistory\_removeEntriesForObject(), deleteFile(), and ilObject2\getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjBibliographic::doRead | ( | ) | 
Reimplemented from ilObject2.
Definition at line 92 of file class.ilObjBibliographic.php.
References getFilename(), setFilename(), and setOnline().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::doUpdate | ( | ) | 
Update data.
Reimplemented from ilObject2.
Definition at line 108 of file class.ilObjBibliographic.php.
References deleteFile(), ilObject2\doDelete(), moveFile(), and writeSourcefileEntriesToDb().
Referenced by cloneStructure().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::getFileAbsolutePath | ( | ) | 
Definition at line 236 of file class.ilObjBibliographic.php.
References getFileDirectory(), and getFilename().
Referenced by writeSourcefileEntriesToDb().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::getFileDirectory | ( | ) | 
Definition at line 159 of file class.ilObjBibliographic.php.
References ilUtil\getDataDir(), ilObject2\getId(), and ilObject2\getType().
Referenced by getFileAbsolutePath(), and moveFile().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::getFilename | ( | ) | 
Definition at line 228 of file class.ilObjBibliographic.php.
References $filename.
Referenced by doRead(), getFileAbsolutePath(), and getFiletype().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::getFilePath | ( | $without_filename = false | ) | 
| bool | $without_filename | 
Definition at line 206 of file class.ilObjBibliographic.php.
Referenced by deleteFile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::getFiletype | ( | ) | 
Definition at line 241 of file class.ilObjBibliographic.php.
References getFilename().
Referenced by ilBibliographicDetailsGUI\showDetails(), and writeSourcefileEntriesToDb().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::getOnline | ( | ) | 
Get Online.
Definition at line 584 of file class.ilObjBibliographic.php.
References $is_online.
| ilObjBibliographic::initType | ( | ) | 
initType
Reimplemented from ilObject2.
Definition at line 54 of file class.ilObjBibliographic.php.
| ilObjBibliographic::moveFile | ( | $file_to_copy = false | ) | 
Definition at line 164 of file class.ilObjBibliographic.php.
References $filename, getFileDirectory(), ilUtil\makeDirParents(), ilUtil\moveUploadedFile(), ilUtil\sendSuccess(), and setFilename().
Referenced by cloneStructure(), and doUpdate().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::setFilename | ( | $filename | ) | 
Definition at line 223 of file class.ilObjBibliographic.php.
References $filename.
Referenced by doRead(), and moveFile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::setOnline | ( | $a_online | ) | 
Set Online.
| boolean | $a_online | Online | 
Definition at line 574 of file class.ilObjBibliographic.php.
Referenced by cloneStructure(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjBibliographic::writeSourcefileEntriesToDb | ( | ) | 
Reads out the source file and writes all entries to the database.
Definition at line 518 of file class.ilObjBibliographic.php.
References ilObject\$type, __readBibFile(), __readRisFile(), getFileAbsolutePath(), getFiletype(), and ilObject2\getId().
Referenced by doUpdate().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 34 of file class.ilObjBibliographic.php.
| 
 | protected | 
Definition at line 28 of file class.ilObjBibliographic.php.
Referenced by getFilename(), moveFile(), and setFilename().
| 
 | protected | 
Definition at line 46 of file class.ilObjBibliographic.php.
Referenced by getOnline().
| 
 | protected | 
Definition at line 40 of file class.ilObjBibliographic.php.
Referenced by __getAllOverviewModels().
| const ilObjBibliographic::ATTRIBUTE_VALUE_MAXIMAL_TEXT_LENGTH = 4000 | 
Definition at line 21 of file class.ilObjBibliographic.php.