| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilECSNodeMappingAssignment:
 Collaboration diagram for ilECSNodeMappingAssignment:| Public Member Functions | |
| __construct ($a_server_id, $mid, $cs_root, $cs_id) | |
| Constructor. | |
| 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. | |
| create () | |
| delete () | |
| Delete entry  ilDB $ilDB. | |
| Static Public Member Functions | |
| static | deleteByServerId ($a_server_id) | 
| Protected Member Functions | |
| read () | |
| read settings  ilDB $ilDB | |
| 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 | |||
| ) | 
| ilECSNodeMappingAssignment::create | ( | ) | 
Definition at line 145 of file class.ilECSNodeMappingAssignment.php.
References $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 call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSNodeMappingAssignment::delete | ( | ) | 
Delete entry ilDB $ilDB.
Definition at line 171 of file class.ilECSNodeMappingAssignment.php.
References $query, getCSId(), getMemberId(), getServerId(), and getTreeId().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 213 of file class.ilECSNodeMappingAssignment.php.
References $query.
Referenced by ilECSSetting\delete().
 Here is the caller graph for this function:
 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:
 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:
 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:
 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(), delete(), read(), and ilECSCmsTreeSynchronizer\syncCategory().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSNodeMappingAssignment::getMemberId | ( | ) | 
| 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:
 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:
 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:
 Here is the caller graph for this function:| ilECSNodeMappingAssignment::getTreeId | ( | ) | 
| ilECSNodeMappingAssignment::isMapped | ( | ) | 
Definition at line 38 of file class.ilECSNodeMappingAssignment.php.
References $mapped.
| 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:
 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:
 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:
 Here is the caller graph for this function:| 
 | protected | 
read settings ilDB $ilDB
Definition at line 189 of file class.ilECSNodeMappingAssignment.php.
References $query, $res, $row, DB_FETCHMODE_OBJECT, enablePositionUpdate(), enableTitleUpdate(), enableTreeUpdate(), getCSId(), getMemberId(), getServerId(), getTreeId(), setObjId(), and setRefId().
Referenced by __construct().
 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:| ilECSNodeMappingAssignment::setCSId | ( | $id | ) | 
Definition at line 78 of file class.ilECSNodeMappingAssignment.php.
| 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.
Referenced by read().
 Here is the caller graph for this function:
 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:
 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.
| ilECSNodeMappingAssignment::update | ( | ) | 
Update node mapping.
Definition at line 136 of file class.ilECSNodeMappingAssignment.php.
References create().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | 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().