ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilObjDataCollection Class Reference

Class ilObjDataCollection. More...

+ Inheritance 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

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
Version
Id:
class.ilObjFolder.php 25528 2010-09-03 10:37:11Z smeyer

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

Member Function Documentation

static ilObjDataCollection::_checkAccess (   $data_collection_id)
static

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

References ilObject2\_getAllReferences().

Referenced by hasPermissionToAddTable(), and ilDataCollectionTableEditGUI\save().

{
global $ilAccess;
$perm = false;
$references = self::_getAllReferences($data_collection_id);
if($ilAccess->checkAccess("add_entry", "", array_shift($references)))
{
$perm = true;
}
return $perm;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

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

Referenced by ilDataCollectionTable\hasPermissionToAddRecord(), ilDataCollectionTable\hasPermissionToDeleteRecord(), and ilDataCollectionTable\hasPermissionToEditRecord().

{
global $ilAccess;
return $ilAccess->checkAccess("add_entry", "", $ref);
}

+ Here is the caller graph for this function:

ilObjDataCollection::_hasRecords ( )

_hasRecords

Returns
boolean

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

{
/*foreach($this->getTables() as $table)
{
if($table->_hasRecords())
{
return true;
}
}
return false;
*/
return true;
}
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 504 of file class.ilObjDataCollection.php.

References $result, and ilObject\$title.

Referenced by ilDataCollectionTableEditGUI\checkInput().

{
global $ilDB;
$result = $ilDB->query('SELECT * FROM il_dcl_table WHERE obj_id = ' . $ilDB->quote($obj_id, 'integer') . ' AND title = ' . $ilDB->quote($title, 'text'));
return ($ilDB->numRows($result)) ? true : false;
}

+ Here is the caller graph for this function:

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

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().

{
global $ilAccess;
return $ilAccess->checkAccess("write", "", $ref);
}

+ 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))

Parameters
$original_idThe 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().

{
$original = new ilObjDataCollection($original_id);
$this->setApproval($original->getApproval());
$this->setNotification($original->getNotification());
$this->setOnline($original->getOnline());
$this->setPublicNotes($original->getPublicNotes());
$this->setRating($original->getRating());
//delete old tables.
foreach($this->getTables() as $table)
{
$table->doDelete(true);
}
//add new tables.
foreach($original->getTables() as $table)
{
$new_table->setObjId($this->getId());
$new_table->cloneStructure($table->getId());
if($table->getId() == $original->getMainTableId())
{
$this->setMainTableId($new_table->getId());
}
}
// update because maintable id is now set.
$this->doUpdate();
// Set new field-ID of referenced fields
foreach ($original->getTables() as $origTable) {
foreach ($origTable->getRecordFields() as $origField) {
if ($origField->getDatatypeId() == ilDataCollectionDatatype::INPUTFORMAT_REFERENCE) {
$newRefId = null;
$origFieldRefObj = ilDataCollectionCache::getFieldCache($origField->getFieldRef());
$origRefTable = ilDataCollectionCache::getTableCache($origFieldRefObj->getTableId());
// Lookup the new ID of the referenced field in the actual DC
$tableId = ilDataCollectionTable::_getTableIdByTitle($origRefTable->getTitle(), $this->getId());
$fieldId = ilDataCollectionField::_getFieldIdByTitle($origFieldRefObj->getTitle(), $tableId);
$newRefId = $field->getId();
// Set the new refID in the actual DC
$tableId = ilDataCollectionTable::_getTableIdByTitle($origTable->getTitle(), $this->getId());
$fieldId = ilDataCollectionField::_getFieldIdByTitle($origField->getTitle(), $tableId);
$field->setPropertyvalue($newRefId, ilDataCollectionField::PROPERTYID_REFERENCE);
$field->doUpdate();
}
}
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjDataCollection::doClone ( )

doClone

Returns
boolean

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

{
global $x;
return true;
}
ilObjDataCollection::doCloneObject ( ilObjDataCollection  $new_obj,
  $a_target_id,
  $a_copy_id = 0 
)

Clone DCL.

Parameters
ilObjDataCollectionnew object
inttarget ref_id
intcopy id
Returns
ilObjPoll

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

References cloneStructure(), and ilObject2\getRefId().

{
$new_obj->cloneStructure($this->getRefId());
return $new_obj;
}

+ Here is the call graph for this function:

ilObjDataCollection::doCreate ( )
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().

{
global $ilDB;
//Create Main Table - The title of the table is per default the title of the data collection object
include_once("./Modules/DataCollection/classes/class.ilDataCollectionTable.php");
$main_table->setObjId($this->getId());
$main_table->setTitle($this->getTitle());
$main_table->setAddPerm(1);
$main_table->setEditPerm(1);
$main_table->setDeletePerm(1);
$main_table->setEditByOwner(1);
$main_table->setLimited(0);
$main_table->doCreate();
$ilDB->insert("il_dcl_data", array(
"id" => array("integer", $this->getId()),
"main_table_id" => array("integer", (int) $main_table->getId()),
"is_online" => array("integer", (int) $this->getOnline()),
"rating" => array("integer", (int) $this->getRating()),
"public_notes" => array("integer", (int) $this->getPublicNotes()),
"approval" => array("integer", (int) $this->getApproval()),
"notification" => array("integer", (int) $this->getNotification()),
));
}

+ Here is the call graph for this function:

ilObjDataCollection::doDelete ( )
protected

Reimplemented from ilObject2.

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

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

{
global $ilDB;
foreach($this->getTables() as $table)
{
$table->doDelete(true);
}
$query = "DELETE FROM il_dcl_data WHERE id = ".$ilDB->quote($this->getId(), "integer");
$ilDB->manipulate($query);
}

+ 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().

{
global $ilDB;
$result = $ilDB->query("SELECT * FROM il_dcl_data WHERE id = ".$ilDB->quote($this->getId(), "integer"));
$data = $ilDB->fetchObject($result);
$this->setMainTableId($data->main_table_id);
$this->setOnline($data->is_online);
$this->setRating($data->rating);
$this->setApproval($data->approval);
$this->setPublicNotes($data->public_notes);
$this->setNotification($data->notification);
}

+ 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().

{
global $ilDB;
$ilDB->update("il_dcl_data", array(
"id" => array("integer", $this->getId()),
"main_table_id" => array("integer", (int) $this->getMainTableId()),
"is_online" => array("integer", (int) $this->getOnline()),
"rating" => array("integer", (int) $this->getRating()),
"public_notes" => array("integer", (int) $this->getPublicNotes()),
"approval" => array("integer", (int) $this->getApproval()),
"notification" => array("integer", (int) $this->getNotification()),
),
array(
"id" => array("integer", $this->getId())
)
);
}

+ Here is the call 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().

{
return $this->approval;
}

+ 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().

{
return $this->main_table_id;
}

+ 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().

{
return $this->notification;
}

+ 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().

{
return $this->is_online;
}

+ 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().

{
return $this->public_notes;
}

+ 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().

{
return $this->rating;
}

+ Here is the caller graph for this function:

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

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

References $query, ilObject2\getId(), and ilDataCollectionCache\getTableCache().

Referenced by cloneStructure(), doDelete(), and getVisibleTables().

{
global $ilDB;
$query = "SELECT id FROM il_dcl_table WHERE obj_id = ".$ilDB->quote($this->getId(), "integer");
$set = $ilDB->query($query);
$tables = array();
while($rec = $ilDB->fetchAssoc($set))
{
$tables[$rec['id']] = ilDataCollectionCache::getTableCache($rec['id']);
}
return $tables;
}

+ Here is the call 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().

{
$tables = array();
foreach($this->getTables() as $table){
if($table->getIsVisible())
$tables[$table->getId()] = $table;
}
return $tables;
}

+ Here is the call graph for this function:

ilObjDataCollection::hasPermissionToAddTable ( )

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

References _checkAccess(), and ilObject2\getId().

{
return self::_checkAccess($this->getId());
}

+ Here is the call graph for this function:

ilObjDataCollection::initType ( )

Reimplemented from ilObject2.

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

{
$this->type = "dcl";
}
static ilObjDataCollection::sendNotification (   $a_action,
  $a_table_id,
  $a_record_id = NULL 
)
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().

{
global $ilUser, $ilAccess;
// If coming from trash, never send notifications and don't load dcl Object
if ($_GET['ref_id'] == SYSTEM_FOLDER_ID) {
return;
}
$dclObj = new ilObjDataCollection($_GET['ref_id']);
if($dclObj->getNotification() != 1)
{
return;
}
$obj_table = ilDataCollectionCache::getTableCache($a_table_id);
$obj_dcl = $obj_table->getCollectionObject();
// recipients
include_once "./Services/Notification/classes/class.ilNotification.php";
if(!sizeof($users))
{
return;
}
//FIXME $_GET['ref_id]
include_once "./Services/Link/classes/class.ilLink.php";
$link = ilLink::_getLink($_GET['ref_id']);
// prepare mail content
// use language of recipient to compose message
include_once "./Services/Language/classes/class.ilLanguageFactory.php";
// send mails
include_once "./Services/Mail/classes/class.ilMail.php";
include_once "./Services/User/classes/class.ilObjUser.php";
include_once "./Services/Language/classes/class.ilLanguageFactory.php";
include_once("./Services/User/classes/class.ilUserUtil.php");
include_once("./Services/User/classes/class.ilUserUtil.php");
include_once("./Modules/DataCollection/classes/class.ilDataCollectionTable.php");
foreach(array_unique($users) as $idx => $user_id)
{
// the user responsible for the action should not be notified
// FIXME $_GET['ref_id]
if($user_id != $ilUser->getId() && $ilAccess->checkAccessOfUser($user_id, 'read', '', $_GET['ref_id']))
{
// use language of recipient to compose message
$ulng->loadLanguageModule('dcl');
$subject = sprintf($ulng->txt('dcl_change_notification_subject'), $obj_dcl->getTitle());
// update/delete
$message = $ulng->txt("dcl_hello")." ".ilObjUser::_lookupFullname($user_id).",\n\n";
$message .= $ulng->txt('dcl_change_notification_dcl_'.$a_action).":\n\n";
$message .= $ulng->txt('obj_dcl').": ".$obj_dcl->getTitle()."\n\n";
$message .= $ulng->txt('dcl_table').": ".$obj_table->getTitle()."\n\n";
$message .= $ulng->txt('dcl_record').":\n";
$message .= "------------------------------------\n";
if($a_record_id)
{
$record = ilDataCollectionCache::getRecordCache($a_record_id);
if(!$record->getTableId())
$record->setTableId($a_table_id);
// $message .= $ulng->txt('dcl_record_id').": ".$a_record_id.":\n";
$t = "";
foreach($record->getTable()->getVisibleFields() as $field){
if($record->getRecordField($field->getId())){
$t .= $field->getTitle().": ".$record->getRecordField($field->getId())->getPlainText()."\n";
}
}
$message .= $t."\n";
}
$message .= "------------------------------------\n";
$message .= $ulng->txt('dcl_changed_by').": ".$ilUser->getFullname()." ".ilUserUtil::getNamePresentation($ilUser->getId())."\n\n";
$message .= $ulng->txt('dcl_change_notification_link').": ".$link."\n\n";
$message .= $ulng->txt('dcl_change_why_you_receive_this_email');
$mail_obj = new ilMail(ANONYMOUS_USER_ID);
$mail_obj->appendInstallationSignature(true);
$mail_obj->sendMail(ilObjUser::_lookupLogin($user_id), "", "", $subject, $message, array(), array("system"));
}
else
{
unset($users[$idx]);
}
}
}

+ Here is the call 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().

{
$this->approval = $a_val;
}

+ 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().

{
$this->main_table_id = $a_val;
}

+ 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().

{
$this->notification = $a_val;
}

+ 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().

{
$this->is_online = $a_val;
}

+ 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().

{
$this->public_notes = $a_val;
}

+ 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().

{
$this->rating = $a_val;
}

+ Here is the caller graph for this function:


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