|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilECSNodeMappingAssignment:Public Member Functions | |
| __construct ($a_server_id, $mid, $cs_root, $cs_id) | |
| Constructor. More... | |
| isMapped () | |
| getServerId () | |
| setServerId ($a_id) | |
| setMemberId ($a_member_id) | |
| getMemberId () | |
| getTreeId () | |
| setTreeId ($root) | |
| getCSId () | |
| setCSId ($id) | |
| getRefId () | |
| setRefId ($a_id) | |
| getObjId () | |
| setObjId ($id) | |
| isTitleUpdateEnabled () | |
| enableTitleUpdate ($enabled) | |
| isPositionUpdateEnabled () | |
| enablePositionUpdate ($enabled) | |
| isTreeUpdateEnabled () | |
| enableTreeUpdate ($enabled) | |
| update () | |
| Update node mapping. More... | |
| create () | |
| delete () | |
| Delete entry @global ilDB $ilDB. More... | |
Static Public Member Functions | |
| static | deleteByServerId ($a_server_id) |
Protected Member Functions | |
| read () | |
| read settings @global ilDB $ilDB More... | |
Private Attributes | |
| $server_id | |
| $mid | |
| $cs_root | |
| $cs_id | |
| $ref_id | |
| $obj_id | |
| $title_update = false | |
| $position_update = false | |
| $tree_update = false | |
| $mapped = false | |
Definition at line 10 of file class.ilECSNodeMappingAssignment.php.
| ilECSNodeMappingAssignment::__construct | ( | $a_server_id, | |
| $mid, | |||
| $cs_root, | |||
| $cs_id | |||
| ) |
Constructor.
Definition at line 28 of file class.ilECSNodeMappingAssignment.php.
References $cs_id, $cs_root, $mid, and read().
Here is the call graph for this function:| ilECSNodeMappingAssignment::create | ( | ) |
Definition at line 146 of file class.ilECSNodeMappingAssignment.php.
References $DIC, $ilDB, $query, getCSId(), getMemberId(), getObjId(), getRefId(), getServerId(), getTreeId(), isPositionUpdateEnabled(), isTitleUpdateEnabled(), and isTreeUpdateEnabled().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSNodeMappingAssignment::delete | ( | ) |
Delete entry @global ilDB $ilDB.
Definition at line 173 of file class.ilECSNodeMappingAssignment.php.
References $DIC, $ilDB, $query, and getServerId().
Here is the call graph for this function:
|
static |
Definition at line 218 of file class.ilECSNodeMappingAssignment.php.
References $DIC, $ilDB, and $query.
Referenced by ilECSSetting\delete().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::enablePositionUpdate | ( | $enabled | ) |
Definition at line 118 of file class.ilECSNodeMappingAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::enableTitleUpdate | ( | $enabled | ) |
Definition at line 108 of file class.ilECSNodeMappingAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::enableTreeUpdate | ( | $enabled | ) |
Definition at line 128 of file class.ilECSNodeMappingAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::getCSId | ( | ) |
Definition at line 73 of file class.ilECSNodeMappingAssignment.php.
References $cs_id.
Referenced by create(), read(), and ilECSCmsTreeSynchronizer\syncCategory().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::getMemberId | ( | ) |
Definition at line 58 of file class.ilECSNodeMappingAssignment.php.
References $mid.
Referenced by create(), and read().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::getObjId | ( | ) |
Definition at line 93 of file class.ilECSNodeMappingAssignment.php.
References $obj_id.
Referenced by create().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::getRefId | ( | ) |
Definition at line 83 of file class.ilECSNodeMappingAssignment.php.
References $ref_id.
Referenced by create().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::getServerId | ( | ) |
Definition at line 43 of file class.ilECSNodeMappingAssignment.php.
References $server_id.
Referenced by create(), delete(), and read().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::getTreeId | ( | ) |
Definition at line 63 of file class.ilECSNodeMappingAssignment.php.
References $cs_root.
Referenced by create(), and read().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::isMapped | ( | ) |
| ilECSNodeMappingAssignment::isPositionUpdateEnabled | ( | ) |
Definition at line 113 of file class.ilECSNodeMappingAssignment.php.
References $position_update.
Referenced by create().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::isTitleUpdateEnabled | ( | ) |
Definition at line 103 of file class.ilECSNodeMappingAssignment.php.
References $title_update.
Referenced by create().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::isTreeUpdateEnabled | ( | ) |
Definition at line 123 of file class.ilECSNodeMappingAssignment.php.
References $tree_update.
Referenced by create().
Here is the caller graph for this function:
|
protected |
read settings @global ilDB $ilDB
Definition at line 193 of file class.ilECSNodeMappingAssignment.php.
References $DIC, $ilDB, $query, $res, $row, enablePositionUpdate(), enableTitleUpdate(), enableTreeUpdate(), ilDBConstants\FETCHMODE_OBJECT, getCSId(), getMemberId(), getServerId(), getTreeId(), setObjId(), and setRefId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSNodeMappingAssignment::setCSId | ( | $id | ) |
Definition at line 78 of file class.ilECSNodeMappingAssignment.php.
References $id.
| ilECSNodeMappingAssignment::setMemberId | ( | $a_member_id | ) |
Definition at line 53 of file class.ilECSNodeMappingAssignment.php.
| ilECSNodeMappingAssignment::setObjId | ( | $id | ) |
Definition at line 98 of file class.ilECSNodeMappingAssignment.php.
References $id.
Referenced by read().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::setRefId | ( | $a_id | ) |
Definition at line 88 of file class.ilECSNodeMappingAssignment.php.
Referenced by read().
Here is the caller graph for this function:| ilECSNodeMappingAssignment::setServerId | ( | $a_id | ) |
Definition at line 48 of file class.ilECSNodeMappingAssignment.php.
| ilECSNodeMappingAssignment::setTreeId | ( | $root | ) |
Definition at line 68 of file class.ilECSNodeMappingAssignment.php.
References $root.
| ilECSNodeMappingAssignment::update | ( | ) |
|
private |
Definition at line 15 of file class.ilECSNodeMappingAssignment.php.
Referenced by __construct(), and getCSId().
|
private |
Definition at line 14 of file class.ilECSNodeMappingAssignment.php.
Referenced by __construct(), and getTreeId().
|
private |
Definition at line 23 of file class.ilECSNodeMappingAssignment.php.
Referenced by isMapped().
|
private |
Definition at line 13 of file class.ilECSNodeMappingAssignment.php.
Referenced by __construct(), and getMemberId().
|
private |
Definition at line 17 of file class.ilECSNodeMappingAssignment.php.
Referenced by getObjId().
|
private |
Definition at line 20 of file class.ilECSNodeMappingAssignment.php.
Referenced by isPositionUpdateEnabled().
|
private |
Definition at line 16 of file class.ilECSNodeMappingAssignment.php.
Referenced by getRefId().
|
private |
Definition at line 12 of file class.ilECSNodeMappingAssignment.php.
Referenced by getServerId().
|
private |
Definition at line 19 of file class.ilECSNodeMappingAssignment.php.
Referenced by isTitleUpdateEnabled().
|
private |
Definition at line 21 of file class.ilECSNodeMappingAssignment.php.
Referenced by isTreeUpdateEnabled().