ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilObjDataCollection Class Reference

Class ilObjDataCollection. More...

+ Inheritance diagram for ilObjDataCollection:
+ Collaboration diagram for ilObjDataCollection:

Public Member Functions

 initType ()
 
 doRead ()
 
 doClone ()
 
 doUpdate ()
 
 reorderTables ($table_order)
 
 doCloneObject ($new_obj, $a_target_id, $a_copy_id=NULL, $a_omit_tree=false)
 Clone DCL. More...
 
 cloneStructure ($original_id)
 Attention only use this for objects who have not yet been created (use like: $x = new ilObjDataCollection; $x->cloneStructure($id)) More...
 
 setOnline ($a_val)
 setOnline More...
 
 getOnline ()
 getOnline More...
 
 setRating ($a_val)
 setRating More...
 
 getRating ()
 getRating More...
 
 setPublicNotes ($a_val)
 setPublicNotes More...
 
 getPublicNotes ()
 getPublicNotes More...
 
 setApproval ($a_val)
 setApproval More...
 
 getApproval ()
 getApproval More...
 
 setNotification ($a_val)
 setNotification More...
 
 getNotification ()
 getNotification More...
 
 getTables ()
 
 getTableById ($table_id)
 
 getVisibleTables ()
 
 getStyleSheetId ()
 
- Public Member Functions inherited from ilObject2
 __construct ($a_id=0, $a_reference=true)
 Constructor public. More...
 
 withReferences ()
 
 read ()
 Read data from db. More...
 
 getId ()
 
 setId ($a_id)
 
 setRefId ($a_id)
 
 getRefId ()
 
 getType ()
 
 setType ($a_type)
 
 getPresentationTitle ()
 
 getTitle ()
 
 getUntranslatedTitle ()
 
 setTitle ($a_title)
 
 getDescription ()
 
 setDescription ($a_desc)
 
 getLongDescription ()
 
 getImportId ()
 
 setImportId ($a_import_id)
 
 getOwner ()
 
 getOwnerName ()
 
 setOwner ($a_owner)
 
 getCreateDate ()
 
 getLastUpdateDate ()
 
 create ($a_clone_mode=false)
 
 update ()
 
 MDUpdateListener ($a_element)
 
 createMetaData ()
 
 updateMetaData ()
 
 deleteMetaData ()
 
 updateOwner ()
 
 putInTree ($a_parent_ref)
 
 setPermissions ($a_parent_ref)
 
 createReference ()
 
 countReferences ()
 
 delete ()
 
 initDefaultRoles ()
 
 setRegisterMode ($a_bool)
 
 isUserRegistered ($a_user_id=0)
 
 requireRegistration ()
 
 appendCopyInfo ($a_target_id, $a_copy_id)
 
 cloneMetaData ($target_obj)
 
 cloneObject ($a_target_id, $a_copy_id=null, $a_omit_tree=false)
 
 cloneDependencies ($a_target_id, $a_copy_id)
 
- Public Member Functions inherited from ilObject
 __construct ($a_id=0, $a_reference=true)
 Constructor public. More...
 
 withReferences ()
 determines wehter objects are referenced or not (got ref ids or not) More...
 
 read ()
 read object data from db into object More...
 
 getId ()
 get object id public More...
 
 setId ($a_id)
 set object id public More...
 
 setRefId ($a_id)
 set reference id public More...
 
 getRefId ()
 get reference id public More...
 
 getType ()
 get object type public More...
 
 setType ($a_type)
 set object type public More...
 
 getPresentationTitle ()
 get presentation title Normally same as title Overwritten for sessions More...
 
 getTitle ()
 get object title public More...
 
 getUntranslatedTitle ()
 get untranslated object title public More...
 
 setTitle ($a_title)
 set object title More...
 
 getDescription ()
 get object description More...
 
 setDescription ($a_desc)
 set object description More...
 
 getLongDescription ()
 get object long description (stored in object_description) More...
 
 getImportId ()
 get import id More...
 
 setImportId ($a_import_id)
 set import id More...
 
 getOwner ()
 get object owner More...
 
 getOwnerName ()
 
 setOwner ($a_owner)
 set object owner More...
 
 getCreateDate ()
 get create date public More...
 
 getLastUpdateDate ()
 get last update date public More...
 
 getDiskUsage ()
 Gets the disk usage of the object in bytes. More...
 
 create ()
 create More...
 
 update ()
 update object in db More...
 
 MDUpdateListener ($a_element)
 Meta data update listener. More...
 
 createMetaData ()
 create meta data entry More...
 
 updateMetaData ()
 update meta data entry More...
 
 deleteMetaData ()
 delete meta data entry More...
 
 updateOwner ()
 update owner of object in db More...
 
 putInTree ($a_parent_ref)
 maybe this method should be in tree object!? More...
 
 setPermissions ($a_parent_ref)
 set permissions of object More...
 
 setParentRolePermissions ($a_parent_ref)
 Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g courses, groups for building permission intersections with non_member templates. More...
 
 createReference ()
 creates reference for object More...
 
 countReferences ()
 count references of object More...
 
 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!! More...
 
 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 More...
 
 applyDidacticTemplate ($a_tpl_id)
 Apply template. More...
 
 setRegisterMode ($a_bool)
 
 isUserRegistered ($a_user_id=0)
 
 requireRegistration ()
 
 getXMLZip ()
 
 getHTMLDirectory ()
 
 cloneObject ($a_target_id, $a_copy_id=0, $a_omit_tree=false)
 Clone object permissions, put in tree ... More...
 
 appendCopyInfo ($a_target_id, $a_copy_id)
 Prepend Copy info if object with same name exists in that container. More...
 
 cloneDependencies ($a_target_id, $a_copy_id)
 Clone object dependencies. More...
 
 cloneMetaData ($target_obj)
 Copy meta data. More...
 
 getPossibleSubObjects ($a_filter=true)
 get all possible subobjects of this type the object can decide which types of subobjects are possible jut in time overwrite if the decision distinguish from standard model More...
 

Static Public Member Functions

static _hasWriteAccess ($ref)
 
static _hasReadAccess ($ref)
 
static _hasTableByTitle ($title, $obj_id)
 Checks if a DataCollection has a table with a given title. More...
 
- Static Public Member Functions inherited from ilObject2
static _lookupObjIdByImportId ($a_import_id)
 
static _lookupOwnerName ($a_owner_id)
 
static _getIdForImportId ($a_import_id)
 
static _getAllReferences ($a_id)
 
static _lookupTitle ($a_id)
 
static _lookupOwner ($a_id)
 
static _getIdsForTitle ($title, $type='', $partialmatch=false)
 
static _lookupDescription ($a_id)
 
static _lookupLastUpdate ($a_id, $a_as_string=false)
 
static _getLastUpdateOfObjects ($a_objs)
 
static _lookupObjId ($a_id)
 
static _setDeletedDate ($a_ref_id)
 
static _resetDeletedDate ($a_ref_id)
 
static _lookupDeletedDate ($a_ref_id)
 
static _writeTitle ($a_obj_id, $a_title)
 
static _writeDescription ($a_obj_id, $a_desc)
 
static _writeImportId ($a_obj_id, $a_import_id)
 
static _lookupType ($a_id, $a_reference=false)
 
static _isInTrash ($a_ref_id)
 
static _hasUntrashedReference ($a_obj_id)
 
static _lookupObjectId ($a_ref_id)
 
static _getObjectsDataForType ($a_type, $a_omit_trash=false)
 
static _exists ($a_id, $a_reference=false, $a_type=null)
 
static _getObjectsByType ($a_obj_type="", $a_owner="")
 
static _prepareCloneSelection ($a_ref_ids, $new_type, $a_show_path=true)
 
static _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
 
- Static Public Member Functions inherited from ilObject
static _lookupObjIdByImportId ($a_import_id)
 
static _lookupImportId ($a_obj_id)
 
static _lookupOwnerName ($a_owner_id)
 lookup owner name for owner id More...
 
static _getIdForImportId ($a_import_id)
 get current object id for import id (static) More...
 
static _getAllReferences ($a_id)
 get all reference ids of object More...
 
static _lookupTitle ($a_id)
 lookup object title More...
 
static _lookupOwner ($a_id)
 lookup object owner More...
 
static _getIdsForTitle ($title, $type='', $partialmatch=false)
 
static _lookupDescription ($a_id)
 lookup object description More...
 
static _lookupLastUpdate ($a_id, $a_as_string=false)
 lookup last update More...
 
static _getLastUpdateOfObjects ($a_objs)
 Get last update for a set of media objects. More...
 
static _lookupObjId ($a_id)
 
static _setDeletedDate ($a_ref_id)
 only called in ilTree::saveSubTree More...
 
static setDeletedDates ($a_ref_ids)
 Set deleted date type $ilDB. More...
 
static _resetDeletedDate ($a_ref_id)
 only called in ilObjectGUI::insertSavedNodes More...
 
static _lookupDeletedDate ($a_ref_id)
 only called in ilObjectGUI::insertSavedNodes More...
 
static _writeTitle ($a_obj_id, $a_title)
 write title to db (static) More...
 
static _writeDescription ($a_obj_id, $a_desc)
 write description to db (static) More...
 
static _writeImportId ($a_obj_id, $a_import_id)
 write import id to db (static) More...
 
static _lookupType ($a_id, $a_reference=false)
 lookup object type More...
 
static _isInTrash ($a_ref_id)
 checks wether object is in trash More...
 
static _hasUntrashedReference ($a_obj_id)
 checks wether an object has at least one reference that is not in trash More...
 
static _lookupObjectId ($a_ref_id)
 lookup object id More...
 
static _getObjectsDataForType ($a_type, $a_omit_trash=false)
 get all objects of a certain type More...
 
static _exists ($a_id, $a_reference=false, $a_type=null)
 checks if an object exists in object_data More...
 
static _getObjectsByType ($a_obj_type="", $a_owner="")
 Get objects by type. More...
 
static _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true)
 Prepare copy wizard object selection. More...
 
static _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
 Get icon for repository item. More...
 
static collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0)
 Collect deletion dependencies. More...
 
static getDeletionDependencies ($a_obj_id)
 Get deletion dependencies. More...
 
static getLongDescriptions (array $a_obj_ids)
 Get long description data. More...
 
static getAllOwnedRepositoryObjects ($a_user_id)
 Get all ids of objects user owns. More...
 
static fixMissingTitles ($a_type, array &$a_obj_title_map)
 Try to fix missing object titles. More...
 
static _lookupCreationDate ($a_id)
 Lookup creation date. More...
 
static hasAutoRating ($a_type, $a_ref_id)
 Check if auto rating is active for parent group/course. More...
 

Protected Member Functions

 doCreate ($clone_mode=false)
 
 doDelete ()
 
- Protected Member Functions inherited from ilObject2
 initType ()
 
 doRead ()
 
 doCreate ()
 
 beforeCreate ()
 
 doUpdate ()
 
 beforeUpdate ()
 
 doMDUpdateListener ($a_element)
 
 beforeMDUpdateListener ($a_element)
 
 doCreateMetaData ()
 
 beforeCreateMetaData ()
 
 doUpdateMetaData ()
 
 beforeUpdateMetaData ()
 
 doDelete ()
 
 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 More...
 
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
 

Detailed Description

Class ilObjDataCollection.

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
Id
class.ilObjFolder.php 25528 2010-09-03 10:37:11Z smeyer

Definition at line 19 of file class.ilObjDataCollection.php.

Member Function Documentation

◆ _hasReadAccess()

static ilObjDataCollection::_hasReadAccess (   $ref)
static
Parameters
$refint the reference id of the datacollection object to check.
Deprecated:
Returns
bool whether or not the current user has add/edit_entry access to the referenced datacollection

Definition at line 452 of file class.ilObjDataCollection.php.

References ilObjDataCollectionAccess\hasReadAccess().

452  {
454  }
+ Here is the call graph for this function:

◆ _hasTableByTitle()

static ilObjDataCollection::_hasTableByTitle (   $title,
  $obj_id 
)
static

Checks if a DataCollection has a table with a given title.

Parameters
$titleTitle of table
$obj_idObj-ID of the table
Returns
bool

Definition at line 503 of file class.ilObjDataCollection.php.

References $DIC, $ilDB, $result, and ilObject\$title.

Referenced by ilDclTableEditGUI\checkInput().

503  {
504  global $DIC;
505  $ilDB = $DIC['ilDB'];
506  $result = $ilDB->query('SELECT * FROM il_dcl_table WHERE obj_id = ' . $ilDB->quote($obj_id, 'integer') . ' AND title = '
507  . $ilDB->quote($title, 'text'));
508 
509  return ($ilDB->numRows($result)) ? true : false;
510  }
$result
global $ilDB
global $DIC
+ Here is the caller graph for this function:

◆ _hasWriteAccess()

static ilObjDataCollection::_hasWriteAccess (   $ref)
static
Parameters
$refint the reference id of the datacollection object to check.
Deprecated:
Returns
bool whether or not the current user has admin/write access to the referenced datacollection

Definition at line 441 of file class.ilObjDataCollection.php.

References ilObjDataCollectionAccess\hasWriteAccess().

441  {
443  }
+ Here is the call graph for this function:

◆ cloneStructure()

ilObjDataCollection::cloneStructure (   $original_id)

Attention only use this for objects who have not yet been created (use like: $x = new ilObjDataCollection; $x->cloneStructure($id))

Parameters
$original_idThe original ID of the dataselection you want to clone it's structure

Definition at line 326 of file class.ilObjDataCollection.php.

References ilObject2\getId(), getTables(), setApproval(), ilDclCache\setCloneOf(), setNotification(), setPublicNotes(), setRating(), and ilDclCache\TYPE_DATACOLLECTION.

326  {
327  $original = new ilObjDataCollection($original_id);
328 
329  $this->setApproval($original->getApproval());
330  $this->setNotification($original->getNotification());
331  $this->setPublicNotes($original->getPublicNotes());
332  $this->setRating($original->getRating());
333 
334  // delete old tables.
335  foreach ($this->getTables() as $table) {
336  $table->doDelete();
337  }
338 
339  // add new tables.
340  foreach ($original->getTables() as $table) {
341  $new_table = new ilDclTable();
342  $new_table->setObjId($this->getId());
343  $new_table->cloneStructure($table);
344  }
345 
346  // mandatory for all cloning functions
348 
349  foreach ($this->getTables() as $table) {
350  $table->afterClone();
351  }
352  }
const TYPE_DATACOLLECTION
static setCloneOf($old, $new, $type)
setPublicNotes($a_val)
setPublicNotes
Class ilDclBaseFieldModel.
setApproval($a_val)
setApproval
Class ilObjDataCollection.
setNotification($a_val)
setNotification
+ Here is the call graph for this function:

◆ doClone()

ilObjDataCollection::doClone ( )
Returns
bool

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

78  {
79  return false;
80  }

◆ doCloneObject()

ilObjDataCollection::doCloneObject (   $new_obj,
  $a_target_id,
  $a_copy_id = NULL,
  $a_omit_tree = false 
)

Clone DCL.

Parameters
ilObjDataCollection$new_obj
int$a_target_idref_id
int$a_copy_id
Returns
ilObjPoll

Definition at line 275 of file class.ilObjDataCollection.php.

References ilCopyWizardOptions\_getInstance(), getOnline(), and ilObject2\getRefId().

275  {
276 
277  //copy online status if object is not the root copy object
278  $cp_options = ilCopyWizardOptions::_getInstance($a_copy_id);
279 
280  if(!$cp_options->isRootNode($this->getRefId()))
281  {
282  $new_obj->setOnline($this->getOnline());
283  }
284 
285  $new_obj->cloneStructure($this->getRefId());
286 
287  return $new_obj;
288  }
static _getInstance($a_copy_id)
Get instance of copy wizard options.
+ Here is the call graph for this function:

◆ doCreate()

ilObjDataCollection::doCreate (   $clone_mode = false)
protected

Definition at line 41 of file class.ilObjDataCollection.php.

References $DIC, $ilDB, $ilLog, array, getApproval(), ilObject2\getId(), getNotification(), getOnline(), getPublicNotes(), getRating(), ilDclCache\getTableCache(), and ilObject2\getTitle().

41  {
42  global $DIC;
43  $ilDB = $DIC['ilDB'];
44  $ilLog = $DIC['ilLog'];
45 
46  $ilLog->write('doCreate');
47 
48  if (!$clone_mode) {
49  //Create Main Table - The title of the table is per default the title of the data collection object
50  $main_table = ilDclCache::getTableCache();
51  $main_table->setObjId($this->getId());
52  $main_table->setTitle($this->getTitle());
53  $main_table->setAddPerm(1);
54  $main_table->setEditPerm(1);
55  $main_table->setDeletePerm(0);
56  $main_table->setDeleteByOwner(1);
57  $main_table->setEditByOwner(1);
58  $main_table->setLimited(0);
59  $main_table->setIsVisible(true);
60  $main_table->doCreate();
61  }
62 
63 
64  $ilDB->insert("il_dcl_data", array(
65  "id" => array( "integer", $this->getId() ),
66  "is_online" => array( "integer", (int)$this->getOnline() ),
67  "rating" => array( "integer", (int)$this->getRating() ),
68  "public_notes" => array( "integer", (int)$this->getPublicNotes() ),
69  "approval" => array( "integer", (int)$this->getApproval() ),
70  "notification" => array( "integer", (int)$this->getNotification() ),
71  ));
72  }
static getTableCache($table_id=0)
Create styles array
The data for the language used.
global $ilDB
global $DIC
+ Here is the call graph for this function:

◆ doDelete()

ilObjDataCollection::doDelete ( )
protected

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

References $DIC, $ilDB, $query, ilObject2\getId(), and getTables().

83  {
84  global $DIC;
85  $ilDB = $DIC['ilDB'];
86 
87  foreach ($this->getTables() as $table) {
88  $table->doDelete(false, true);
89  }
90 
91  $query = "DELETE FROM il_dcl_data WHERE id = " . $ilDB->quote($this->getId(), "integer");
92  $ilDB->manipulate($query);
93  }
global $ilDB
global $DIC
+ Here is the call graph for this function:

◆ doRead()

ilObjDataCollection::doRead ( )

Definition at line 26 of file class.ilObjDataCollection.php.

References $data, $DIC, $ilDB, $result, setApproval(), setNotification(), setOnline(), setPublicNotes(), and setRating().

26  {
27  global $DIC;
28  $ilDB = $DIC['ilDB'];
29 
30  $result = $ilDB->query("SELECT * FROM il_dcl_data WHERE id = " . $ilDB->quote($this->getId(), "integer"));
31 
32  $data = $ilDB->fetchObject($result);
33  $this->setOnline($data->is_online);
34  $this->setRating($data->rating);
35  $this->setApproval($data->approval);
36  $this->setPublicNotes($data->public_notes);
37  $this->setNotification($data->notification);
38  }
$result
setPublicNotes($a_val)
setPublicNotes
setApproval($a_val)
setApproval
global $ilDB
global $DIC
setNotification($a_val)
setNotification
+ Here is the call graph for this function:

◆ doUpdate()

ilObjDataCollection::doUpdate ( )

Definition at line 96 of file class.ilObjDataCollection.php.

References $_GET, $DIC, $ilDB, $ilUser, $result, $t, ilLanguageFactory\_getLanguageOfUser(), ilLink\_getLink(), ilObjUser\_lookupFullname(), ilObjUser\_lookupLogin(), array, getApproval(), ilObject2\getId(), ilUserUtil\getNamePresentation(), getNotification(), ilNotification\getNotificationsForObject(), getOnline(), getPublicNotes(), getRating(), ilDclCache\getRecordCache(), ilDclCache\getTableCache(), ilObjDataCollectionAccess\hasWriteAccess(), ilNotification\TYPE_DATA_COLLECTION, and ilNotification\updateNotificationTime().

96  {
97  global $DIC;
98  $ilDB = $DIC['ilDB'];
99 
100  $ilDB->update("il_dcl_data", array(
101  "id" => array( "integer", $this->getId() ),
102  "is_online" => array( "integer", (int)$this->getOnline() ),
103  "rating" => array( "integer", (int)$this->getRating() ),
104  "public_notes" => array( "integer", (int)$this->getPublicNotes() ),
105  "approval" => array( "integer", (int)$this->getApproval() ),
106  "notification" => array( "integer", (int)$this->getNotification() ),
107  ), array(
108  "id" => array( "integer", $this->getId() )
109  ));
110  }
Create styles array
The data for the language used.
global $ilDB
global $DIC
+ Here is the call graph for this function:

◆ getApproval()

ilObjDataCollection::getApproval ( )

getApproval

Definition at line 414 of file class.ilObjDataCollection.php.

Referenced by doCreate(), and doUpdate().

414  {
415  return $this->approval;
416  }
+ Here is the caller graph for this function:

◆ getNotification()

ilObjDataCollection::getNotification ( )

getNotification

Definition at line 430 of file class.ilObjDataCollection.php.

Referenced by doCreate(), and doUpdate().

430  {
431  return $this->notification;
432  }
+ Here is the caller graph for this function:

◆ getOnline()

ilObjDataCollection::getOnline ( )

getOnline

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

Referenced by doCloneObject(), doCreate(), and doUpdate().

366  {
367  return $this->is_online;
368  }
+ Here is the caller graph for this function:

◆ getPublicNotes()

ilObjDataCollection::getPublicNotes ( )

getPublicNotes

Definition at line 398 of file class.ilObjDataCollection.php.

Referenced by doCreate(), and doUpdate().

398  {
399  return $this->public_notes;
400  }
+ Here is the caller graph for this function:

◆ getRating()

ilObjDataCollection::getRating ( )

getRating

Definition at line 382 of file class.ilObjDataCollection.php.

Referenced by doCreate(), and doUpdate().

382  {
383  return $this->rating;
384  }
+ Here is the caller graph for this function:

◆ getStyleSheetId()

ilObjDataCollection::getStyleSheetId ( )

Definition at line 513 of file class.ilObjDataCollection.php.

513 { }

◆ getTableById()

ilObjDataCollection::getTableById (   $table_id)

Definition at line 476 of file class.ilObjDataCollection.php.

References ilDclCache\getTableCache().

476  {
477  return ilDclCache::getTableCache($table_id);
478  }
static getTableCache($table_id=0)
+ Here is the call graph for this function:

◆ getTables()

ilObjDataCollection::getTables ( )
Returns
ilDclTable[] Returns an array of tables of this collection with ids of the tables as keys.

Definition at line 460 of file class.ilObjDataCollection.php.

References $DIC, $ilDB, $query, array, ilObject2\getId(), and ilDclCache\getTableCache().

Referenced by ilDclReferenceFieldRepresentation\buildFieldCreationInput(), cloneStructure(), doDelete(), and getVisibleTables().

460  {
461  global $DIC;
462  $ilDB = $DIC['ilDB'];
463 
464  $query = "SELECT id FROM il_dcl_table WHERE obj_id = " . $ilDB->quote($this->getId(), "integer") .
465  " ORDER BY -table_order DESC";
466  $set = $ilDB->query($query);
467  $tables = array();
468 
469  while ($rec = $ilDB->fetchAssoc($set)) {
470  $tables[$rec['id']] = ilDclCache::getTableCache($rec['id']);
471  }
472 
473  return $tables;
474  }
static getTableCache($table_id=0)
Create styles array
The data for the language used.
global $ilDB
global $DIC
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getVisibleTables()

ilObjDataCollection::getVisibleTables ( )
Returns
array

Definition at line 483 of file class.ilObjDataCollection.php.

References array, and getTables().

483  {
484  $tables = array();
485  foreach ($this->getTables() as $table) {
486  if ($table->getIsVisible() && $table->getVisibleTableViews($this->ref_id)) {
487  $tables[$table->getId()] = $table;
488  }
489  }
490 
491  return $tables;
492  }
Create styles array
The data for the language used.
+ Here is the call graph for this function:

◆ initType()

ilObjDataCollection::initType ( )

Definition at line 21 of file class.ilObjDataCollection.php.

21  {
22  $this->type = "dcl";
23  }

◆ reorderTables()

ilObjDataCollection::reorderTables (   $table_order)
Parameters
$table_order

Definition at line 251 of file class.ilObjDataCollection.php.

References ilObject\$title, ilDclTable\_getTableIdByTitle(), ilObject2\getId(), and ilDclCache\getTableCache().

251  {
252  if($table_order){
253  $order = 10;
254  foreach ($table_order as $title) {
255  $table_id = ilDclTable::_getTableIdByTitle($title, $this->getId());
256  $table = ilDclCache::getTableCache($table_id);
257  $table->setOrder($order);
258  $table->doUpdate();
259  $order += 10;
260  }
261  }
262 
263  }
static _getTableIdByTitle($title, $obj_id)
static getTableCache($table_id=0)
+ Here is the call graph for this function:

◆ setApproval()

ilObjDataCollection::setApproval (   $a_val)

setApproval

Definition at line 406 of file class.ilObjDataCollection.php.

Referenced by cloneStructure(), and doRead().

406  {
407  $this->approval = $a_val;
408  }
+ Here is the caller graph for this function:

◆ setNotification()

ilObjDataCollection::setNotification (   $a_val)

setNotification

Definition at line 422 of file class.ilObjDataCollection.php.

References notification().

Referenced by cloneStructure(), and doRead().

422  {
423  $this->notification = $a_val;
424  }
notification()
Definition: notification.php:2
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setOnline()

ilObjDataCollection::setOnline (   $a_val)

setOnline

Definition at line 358 of file class.ilObjDataCollection.php.

Referenced by doRead().

358  {
359  $this->is_online = $a_val;
360  }
+ Here is the caller graph for this function:

◆ setPublicNotes()

ilObjDataCollection::setPublicNotes (   $a_val)

setPublicNotes

Definition at line 390 of file class.ilObjDataCollection.php.

Referenced by cloneStructure(), and doRead().

390  {
391  $this->public_notes = $a_val;
392  }
+ Here is the caller graph for this function:

◆ setRating()

ilObjDataCollection::setRating (   $a_val)

setRating

Definition at line 374 of file class.ilObjDataCollection.php.

Referenced by cloneStructure(), and doRead().

374  {
375  $this->rating = $a_val;
376  }
+ Here is the caller graph for this function:

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