ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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...
 
 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 ()
 
 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
 
 $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
 
- Protected Attributes inherited from ilObject
 $objDefinition
 
 $db
 
 $log
 
 $error
 
 $tree
 
 $app_event_handler
 
 $rbacadmin
 
 $rbacreview
 

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 16 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 462 of file class.ilObjDataCollection.php.

References ilObjDataCollectionAccess\hasReadAccess().

463  {
465  }
+ 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 517 of file class.ilObjDataCollection.php.

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

Referenced by ilDclTableEditGUI\checkInput().

518  {
519  global $DIC;
520  $ilDB = $DIC['ilDB'];
521  $result = $ilDB->query('SELECT * FROM il_dcl_table WHERE obj_id = ' . $ilDB->quote($obj_id, 'integer') . ' AND title = '
522  . $ilDB->quote($title, 'text'));
523 
524  return ($ilDB->numRows($result)) ? true : false;
525  }
$result
global $DIC
Definition: saml.php:7
global $ilDB
+ 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 450 of file class.ilObjDataCollection.php.

References ilObjDataCollectionAccess\hasWriteAccess().

451  {
453  }
+ 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 324 of file class.ilObjDataCollection.php.

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

325  {
326  $original = new ilObjDataCollection($original_id);
327 
328  $this->setApproval($original->getApproval());
329  $this->setNotification($original->getNotification());
330  $this->setPublicNotes($original->getPublicNotes());
331  $this->setRating($original->getRating());
332 
333  // delete old tables.
334  foreach ($this->getTables() as $table) {
335  $table->doDelete();
336  }
337 
338  // add new tables.
339  foreach ($original->getTables() as $table) {
340  $new_table = new ilDclTable();
341  $new_table->setObjId($this->getId());
342  $new_table->cloneStructure($table);
343  }
344 
345  // mandatory for all cloning functions
347 
348  foreach ($this->getTables() as $table) {
349  $table->afterClone();
350  }
351  }
const TYPE_DATACOLLECTION
static setCloneOf($old, $new, $type)
setPublicNotes($a_val)
setPublicNotes
Class ilDclBaseFieldModel.
setApproval($a_val)
setApproval
if(empty($password)) $table
Definition: pwgen.php:24
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.

79  {
80  return false;
81  }

◆ 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 273 of file class.ilObjDataCollection.php.

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

274  {
275 
276  //copy online status if object is not the root copy object
277  $cp_options = ilCopyWizardOptions::_getInstance($a_copy_id);
278 
279  if (!$cp_options->isRootNode($this->getRefId())) {
280  $new_obj->setOnline($this->getOnline());
281  }
282 
283  $new_obj->cloneStructure($this->getRefId());
284 
285  return $new_obj;
286  }
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 40 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  }
global $DIC
Definition: saml.php:7
static getTableCache($table_id=0)
Create styles array
The data for the language used.
global $ilDB
+ Here is the call graph for this function:

◆ doDelete()

ilObjDataCollection::doDelete ( )
protected

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

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

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

◆ doRead()

ilObjDataCollection::doRead ( )

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

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

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

◆ doUpdate()

ilObjDataCollection::doUpdate ( )

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

References $_GET, $DIC, $ilDB, $ilUser, $message, $result, $t, $users, 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().

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

◆ getApproval()

ilObjDataCollection::getApproval ( )

getApproval

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

Referenced by doCreate(), and doUpdate().

421  {
422  return $this->approval;
423  }
+ Here is the caller graph for this function:

◆ getNotification()

ilObjDataCollection::getNotification ( )

getNotification

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

Referenced by doCreate(), and doUpdate().

439  {
440  return $this->notification;
441  }
+ 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().

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

◆ getPublicNotes()

ilObjDataCollection::getPublicNotes ( )

getPublicNotes

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

Referenced by doCreate(), and doUpdate().

403  {
404  return $this->public_notes;
405  }
+ Here is the caller graph for this function:

◆ getRating()

ilObjDataCollection::getRating ( )

getRating

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

Referenced by doCreate(), and doUpdate().

385  {
386  return $this->rating;
387  }
+ Here is the caller graph for this function:

◆ getStyleSheetId()

ilObjDataCollection::getStyleSheetId ( )

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

529  {
530  }

◆ getTableById()

ilObjDataCollection::getTableById (   $table_id)

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

References ilDclCache\getTableCache().

489  {
490  return ilDclCache::getTableCache($table_id);
491  }
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 471 of file class.ilObjDataCollection.php.

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

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

472  {
473  global $DIC;
474  $ilDB = $DIC['ilDB'];
475 
476  $query = "SELECT id FROM il_dcl_table WHERE obj_id = " . $ilDB->quote($this->getId(), "integer") .
477  " ORDER BY -table_order DESC";
478  $set = $ilDB->query($query);
479  $tables = array();
480 
481  while ($rec = $ilDB->fetchAssoc($set)) {
482  $tables[$rec['id']] = ilDclCache::getTableCache($rec['id']);
483  }
484 
485  return $tables;
486  }
global $DIC
Definition: saml.php:7
static getTableCache($table_id=0)
$query
Create styles array
The data for the language used.
global $ilDB
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getVisibleTables()

ilObjDataCollection::getVisibleTables ( )
Returns
array

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

References $table, array, and getTables().

497  {
498  $tables = array();
499  foreach ($this->getTables() as $table) {
500  if ($table->getIsVisible() && $table->getVisibleTableViews($this->ref_id)) {
501  $tables[$table->getId()] = $table;
502  }
503  }
504 
505  return $tables;
506  }
Create styles array
The data for the language used.
if(empty($password)) $table
Definition: pwgen.php:24
+ Here is the call graph for this function:

◆ initType()

ilObjDataCollection::initType ( )

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

19  {
20  $this->type = "dcl";
21  }

◆ reorderTables()

ilObjDataCollection::reorderTables (   $table_order)
Parameters
$table_order

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

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

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

◆ setApproval()

ilObjDataCollection::setApproval (   $a_val)

setApproval

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

Referenced by cloneStructure(), and doRead().

412  {
413  $this->approval = $a_val;
414  }
+ Here is the caller graph for this function:

◆ setNotification()

ilObjDataCollection::setNotification (   $a_val)

setNotification

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

References notification().

Referenced by cloneStructure(), and doRead().

430  {
431  $this->notification = $a_val;
432  }
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 357 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 393 of file class.ilObjDataCollection.php.

Referenced by cloneStructure(), and doRead().

394  {
395  $this->public_notes = $a_val;
396  }
+ Here is the caller graph for this function:

◆ setRating()

ilObjDataCollection::setRating (   $a_val)

setRating

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

Referenced by cloneStructure(), and doRead().

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

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