| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilObjDataCollection. More...
 Inheritance diagram for ilObjDataCollection:
 Inheritance diagram for ilObjDataCollection: Collaboration diagram for ilObjDataCollection:
 Collaboration diagram for ilObjDataCollection:| Public Member Functions | |
| initType () | |
| doRead () | |
| doClone () | |
| doClone | |
| doUpdate () | |
| setMainTableId ($a_val) | |
| set main Table Id | |
| getMainTableId () | |
| get main Table Id | |
| doCloneObject (ilObjDataCollection $new_obj, $a_target_id, $a_copy_id=0) | |
| Clone DCL. | |
| cloneStructure ($original_id) | |
| Attention only use this for objects who have not yet been created (use like: $x = new ilObjDataCollection; $x->cloneStructure($id)) | |
| setOnline ($a_val) | |
| setOnline | |
| getOnline () | |
| getOnline | |
| setRating ($a_val) | |
| setRating | |
| getRating () | |
| getRating | |
| setPublicNotes ($a_val) | |
| setPublicNotes | |
| getPublicNotes () | |
| getPublicNotes | |
| setApproval ($a_val) | |
| setApproval | |
| getApproval () | |
| getApproval | |
| setNotification ($a_val) | |
| setNotification | |
| getNotification () | |
| getNotification | |
| hasPermissionToAddTable () | |
| _hasRecords () | |
| _hasRecords | |
| getTables () | |
| getVisibleTables () | |
|  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 | sendNotification ($a_action, $a_table_id, $a_record_id=NULL) | 
| static | _checkAccess ($data_collection_id) | 
| static | _hasWriteAccess ($ref) | 
| static | _hasReadAccess ($ref) | 
| static | _hasTableByTitle ($title, $obj_id) | 
| Checks if a DataCollection has a table with a given title. | |
|  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. | |
| Protected Member Functions | |
| doCreate () | |
| doDelete () | |
|  Protected Member Functions inherited from ilObject2 | |
| beforeCreate () | |
| beforeUpdate () | |
| doMDUpdateListener ($a_element) | |
| beforeMDUpdateListener ($a_element) | |
| doCreateMetaData () | |
| beforeCreateMetaData () | |
| doUpdateMetaData () | |
| beforeUpdateMetaData () | |
| beforeDelete () | |
| doCloneObject ($new_obj, $a_target_id, $a_copy_id=null) | |
| beforeCloneObject () | |
| Additional Inherited Members | |
|  Data Fields inherited from ilObject | |
| const | TITLE_LENGTH = 255 | 
| max length of object title | |
| const | DESC_LENGTH = 128 | 
| $ilias | |
| $lng | |
| $id | |
| $ref_id | |
| $type | |
| $title | |
| $untranslatedTitle | |
| $desc | |
| $long_desc | |
| $owner | |
| $create_date | |
| $last_update | |
| $import_id | |
| $register = false | |
| $referenced | |
| $objectList | |
| $max_title | |
| $max_desc | |
| $add_dots | |
| $obj_data_record | |
| object_data record | |
Class ilObjDataCollection.
Definition at line 17 of file class.ilObjDataCollection.php.
| 
 | static | 
Definition at line 415 of file class.ilObjDataCollection.php.
References ilObject2\_getAllReferences().
Referenced by hasPermissionToAddTable(), and ilDataCollectionTableEditGUI\save().
 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 | 
| $ref | int the reference id of the datacollection object to check. | 
Definition at line 445 of file class.ilObjDataCollection.php.
Referenced by ilDataCollectionTable\hasPermissionToAddRecord(), ilDataCollectionTable\hasPermissionToDeleteRecord(), and ilDataCollectionTable\hasPermissionToEditRecord().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::_hasRecords | ( | ) | 
_hasRecords
Definition at line 456 of file class.ilObjDataCollection.php.
| 
 | static | 
Checks if a DataCollection has a table with a given title.
| $title | Title of table | 
| $obj_id | Obj-ID of the table | 
Definition at line 504 of file class.ilObjDataCollection.php.
References $result, and ilObject\$title.
Referenced by ilDataCollectionTableEditGUI\checkInput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
| $ref | int the reference id of the datacollection object to check. | 
Definition at line 434 of file class.ilObjDataCollection.php.
Referenced by ilDataCollectionFieldListGUI\checkAccess(), ilDataCollectionTableEditGUI\checkPermission(), ilDataCollectionRecordViewGUI\doExtReplace(), ilDataCollectionTable\hasPermissionToAddRecord(), ilDataCollectionTable\hasPermissionToAddTable(), ilDataCollectionTable\hasPermissionToDeleteRecord(), ilDataCollectionTable\hasPermissionToEditRecord(), ilDataCollectionTable\hasPermissionToFields(), ilDataCollectionRecordEditGUI\initForm(), ilDataCollectionRecordListGUI\listRecords(), and ilDataCollectionRecordEditGUI\save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::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 266 of file class.ilObjDataCollection.php.
References ilDataCollectionField\_getFieldIdByTitle(), ilDataCollectionTable\_getTableIdByTitle(), doUpdate(), ilDataCollectionCache\getFieldCache(), ilObject2\getId(), ilDataCollectionCache\getTableCache(), getTables(), ilDataCollectionDatatype\INPUTFORMAT_REFERENCE, ilDataCollectionField\PROPERTYID_REFERENCE, setApproval(), setMainTableId(), setNotification(), setOnline(), setPublicNotes(), and setRating().
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:| ilObjDataCollection::doClone | ( | ) | 
doClone
Definition at line 82 of file class.ilObjDataCollection.php.
| ilObjDataCollection::doCloneObject | ( | ilObjDataCollection | $new_obj, | 
| $a_target_id, | |||
| $a_copy_id = 0 | |||
| ) | 
Clone DCL.
| ilObjDataCollection | new object | 
| int | target ref_id | 
| int | copy id | 
Definition at line 252 of file class.ilObjDataCollection.php.
References cloneStructure(), and ilObject2\getRefId().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Reimplemented from ilObject2.
Definition at line 51 of file class.ilObjDataCollection.php.
References getApproval(), ilObject2\getId(), getNotification(), getOnline(), getPublicNotes(), getRating(), ilDataCollectionCache\getTableCache(), and ilObject2\getTitle().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Reimplemented from ilObject2.
Definition at line 94 of file class.ilObjDataCollection.php.
References $query, ilObject2\getId(), and getTables().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjDataCollection::doRead | ( | ) | 
Reimplemented from ilObject2.
Definition at line 31 of file class.ilObjDataCollection.php.
References $result, setApproval(), setMainTableId(), setNotification(), setOnline(), setPublicNotes(), and setRating().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjDataCollection::doUpdate | ( | ) | 
Reimplemented from ilObject2.
Definition at line 110 of file class.ilObjDataCollection.php.
References getApproval(), ilObject2\getId(), getMainTableId(), getNotification(), getOnline(), getPublicNotes(), and getRating().
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:| ilObjDataCollection::getApproval | ( | ) | 
getApproval
Definition at line 383 of file class.ilObjDataCollection.php.
Referenced by doCreate(), and doUpdate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::getMainTableId | ( | ) | 
get main Table Id
Definition at line 238 of file class.ilObjDataCollection.php.
Referenced by doUpdate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::getNotification | ( | ) | 
getNotification
Definition at line 399 of file class.ilObjDataCollection.php.
Referenced by doCreate(), and doUpdate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::getOnline | ( | ) | 
getOnline
Definition at line 335 of file class.ilObjDataCollection.php.
Referenced by doCreate(), and doUpdate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::getPublicNotes | ( | ) | 
getPublicNotes
Definition at line 367 of file class.ilObjDataCollection.php.
Referenced by doCreate(), and doUpdate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::getRating | ( | ) | 
getRating
Definition at line 351 of file class.ilObjDataCollection.php.
Referenced by doCreate(), and doUpdate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::getTables | ( | ) | 
Definition at line 473 of file class.ilObjDataCollection.php.
References $query, ilObject2\getId(), and ilDataCollectionCache\getTableCache().
Referenced by cloneStructure(), doDelete(), and getVisibleTables().
 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:| ilObjDataCollection::getVisibleTables | ( | ) | 
Definition at line 489 of file class.ilObjDataCollection.php.
References getTables().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjDataCollection::hasPermissionToAddTable | ( | ) | 
Definition at line 407 of file class.ilObjDataCollection.php.
References _checkAccess(), and ilObject2\getId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjDataCollection::initType | ( | ) | 
Reimplemented from ilObject2.
Definition at line 23 of file class.ilObjDataCollection.php.
| 
 | static | 
Definition at line 133 of file class.ilObjDataCollection.php.
References $_GET, $ilUser, $t, ilLanguageFactory\_getLanguageOfUser(), ilLink\_getLink(), ilObjUser\_lookupFullname(), ilObjUser\_lookupLogin(), ilUserUtil\getNamePresentation(), ilNotification\getNotificationsForObject(), ilDataCollectionCache\getRecordCache(), ilDataCollectionCache\getTableCache(), ilNotification\TYPE_DATA_COLLECTION, and ilNotification\updateNotificationTime().
Referenced by ilDataCollectionRecord\doDelete(), ilDataCollectionRecord\doUpdate(), and ilDataCollectionRecordEditGUI\save().
 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:| ilObjDataCollection::setApproval | ( | $a_val | ) | 
setApproval
Definition at line 375 of file class.ilObjDataCollection.php.
Referenced by cloneStructure(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::setMainTableId | ( | $a_val | ) | 
set main Table Id
Definition at line 230 of file class.ilObjDataCollection.php.
Referenced by cloneStructure(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::setNotification | ( | $a_val | ) | 
setNotification
Definition at line 391 of file class.ilObjDataCollection.php.
Referenced by cloneStructure(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::setOnline | ( | $a_val | ) | 
setOnline
Definition at line 327 of file class.ilObjDataCollection.php.
Referenced by cloneStructure(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::setPublicNotes | ( | $a_val | ) | 
setPublicNotes
Definition at line 359 of file class.ilObjDataCollection.php.
Referenced by cloneStructure(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilObjDataCollection::setRating | ( | $a_val | ) | 
setRating
Definition at line 343 of file class.ilObjDataCollection.php.
Referenced by cloneStructure(), and doRead().
 Here is the caller graph for this function:
 Here is the caller graph for this function: